Lines Matching defs:stat
165 struct stat stat;
1486 static void set_stat(struct fuse *f, fuse_ino_t nodeid, struct stat *stbuf)
1580 int fuse_fs_getattr(struct fuse_fs *fs, const char *path, struct stat *buf,
2370 struct stat buf;
2424 static int mtime_eq(const struct stat *stbuf, const struct timespec *ts)
2448 static void update_stat(struct node *node, const struct stat *stbuf)
2720 struct stat buf;
2770 static void fuse_lib_setattr(fuse_req_t req, fuse_ino_t ino, struct stat *attr,
2774 struct stat buf;
3200 struct stat stbuf;
3422 struct stat *st)
3437 de->stat = *st;
3461 static int fill_dir(void *dh_, const char *name, const struct stat *statp,
3465 struct stat stbuf;
3526 static int fill_dir_plus(void *dh_, const char *name, const struct stat *statp,
3531 /* ino=0 tells the kernel to ignore readdirplus stat info */
3674 .attr = de->stat,
3680 de->name, &de->stat, pos);