Searched defs:fi_out (Results 1 - 7 of 7) 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
|
/kernel/linux/linux-5.10/fs/fuse/ |
H A D | file.c | 3371 struct fuse_inode *fi_out = get_fuse_inode(inode_out); in __fuse_copy_file_range() local
|
/kernel/linux/linux-6.6/fs/fuse/ |
H A D | file.c | 3093 struct fuse_inode *fi_out = get_fuse_inode(inode_out); in __fuse_copy_file_range() local
|
/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 23 milliseconds