Home | History | Annotate | Download | only in squashfs-tools

Lines Matching defs:buf2

2267 	struct stat *buf = &dir_ent->inode->buf, buf2;
2351 res = fstat(file, &buf2);
2358 if(read_size != buf2.st_size) {
2360 memcpy(buf, &buf2, sizeof(struct stat));