Home | History | Annotate | Download | only in debugfs

Lines Matching defs:statbuf

1292 	struct stat	statbuf;
1306 if (fstat(fd, &statbuf) < 0) {
1346 inode.i_mode = (statbuf.st_mode & ~LINUX_S_IFMT) | LINUX_S_IFREG;
1350 inode.i_size = statbuf.st_size;