• Home
  • Raw
  • Download

Lines Matching refs:fuse_file_info

72 			struct fuse_file_info *fi)  in xmp_getattr()
117 static int xmp_opendir(const char *path, struct fuse_file_info *fi) in xmp_opendir()
137 static inline struct xmp_dirp *get_dirp(struct fuse_file_info *fi) in get_dirp()
143 off_t offset, struct fuse_file_info *fi, in xmp_readdir()
203 static int xmp_releasedir(const char *path, struct fuse_file_info *fi) in xmp_releasedir()
297 struct fuse_file_info *fi) in xmp_chmod()
312 struct fuse_file_info *fi) in xmp_chown()
327 struct fuse_file_info *fi) in xmp_truncate()
344 struct fuse_file_info *fi) in xmp_utimens()
360 static int xmp_create(const char *path, mode_t mode, struct fuse_file_info *fi) in xmp_create()
372 static int xmp_open(const char *path, struct fuse_file_info *fi) in xmp_open()
385 struct fuse_file_info *fi) in xmp_read()
398 size_t size, off_t offset, struct fuse_file_info *fi) in xmp_read_buf()
420 off_t offset, struct fuse_file_info *fi) in xmp_write()
433 off_t offset, struct fuse_file_info *fi) in xmp_write_buf()
457 static int xmp_flush(const char *path, struct fuse_file_info *fi) in xmp_flush()
474 static int xmp_release(const char *path, struct fuse_file_info *fi) in xmp_release()
483 struct fuse_file_info *fi) in xmp_fsync()
504 off_t offset, off_t length, struct fuse_file_info *fi) in xmp_fallocate()
553 static int xmp_lock(const char *path, struct fuse_file_info *fi, int cmd, in xmp_lock()
563 static int xmp_flock(const char *path, struct fuse_file_info *fi, int op) in xmp_flock()
577 struct fuse_file_info *fi_in, in xmp_copy_file_range()
579 struct fuse_file_info *fi_out, in xmp_copy_file_range()
595 static off_t xmp_lseek(const char *path, off_t off, int whence, struct fuse_file_info *fi) in xmp_lseek()