Searched defs:fi_in (Results 1 - 5 of 5) sorted by relevance
/third_party/libfuse/example/ |
H A D | passthrough.c | 446 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 D | passthrough_fh.c | 576 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 D | passthrough_ll.c | 1103 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 D | fuse_lowlevel.c | 1895 struct fuse_file_info fi_in, fi_out; local
|
H A D | fuse.c | 2315 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 15 milliseconds