Home
last modified time | relevance | path

Searched defs:fi_in (Results 1 - 5 of 5) sorted by relevance

/third_party/libfuse/example/
H A Dpassthrough.c446 xmp_copy_file_range(const char *path_in, struct fuse_file_info *fi_in, off_t offset_in, const char *path_out, struct fuse_file_info *fi_out, off_t offset_out, size_t len, int flags) xmp_copy_file_range() argument
H A Dpassthrough_fh.c576 xmp_copy_file_range(const char *path_in, struct fuse_file_info *fi_in, off_t off_in, const char *path_out, struct fuse_file_info *fi_out, off_t off_out, size_t len, int flags) xmp_copy_file_range() argument
H A Dpassthrough_ll.c1103 lo_copy_file_range(fuse_req_t req, fuse_ino_t ino_in, off_t off_in, struct fuse_file_info *fi_in, fuse_ino_t ino_out, off_t off_out, struct fuse_file_info *fi_out, size_t len, int flags) lo_copy_file_range() argument
/third_party/libfuse/lib/
H A Dfuse_lowlevel.c1895 struct fuse_file_info fi_in, fi_out; local
H A Dfuse.c2315 fuse_fs_copy_file_range(struct fuse_fs *fs, const char *path_in, struct fuse_file_info *fi_in, off_t off_in, const char *path_out, struct fuse_file_info *fi_out, off_t off_out, size_t len, int flags) fuse_fs_copy_file_range() argument
4315 fuse_lib_copy_file_range(fuse_req_t req, fuse_ino_t nodeid_in, off_t off_in, struct fuse_file_info *fi_in, fuse_ino_t nodeid_out, off_t off_out, struct fuse_file_info *fi_out, size_t len, int flags) fuse_lib_copy_file_range() argument

Completed in 14 milliseconds