Lines Matching refs:fuse_file_info
77 struct fuse_file_info *fi) in xmp_getattr()
114 off_t offset, struct fuse_file_info *fi, in xmp_readdir()
222 struct fuse_file_info *fi) in xmp_chmod()
235 struct fuse_file_info *fi) in xmp_chown()
248 struct fuse_file_info *fi) in xmp_truncate()
264 struct fuse_file_info *fi) in xmp_utimens()
279 struct fuse_file_info *fi) in xmp_create()
291 static int xmp_open(const char *path, struct fuse_file_info *fi) in xmp_open()
304 struct fuse_file_info *fi) in xmp_read()
327 off_t offset, struct fuse_file_info *fi) in xmp_write()
361 static int xmp_release(const char *path, struct fuse_file_info *fi) in xmp_release()
369 struct fuse_file_info *fi) in xmp_fsync()
382 off_t offset, off_t length, struct fuse_file_info *fi) in xmp_fallocate()
447 struct fuse_file_info *fi_in, in xmp_copy_file_range()
449 struct fuse_file_info *fi_out, in xmp_copy_file_range()
487 static off_t xmp_lseek(const char *path, off_t off, int whence, struct fuse_file_info *fi) in xmp_lseek()