/third_party/libfuse/example/ |
H A D | passthrough.c | 449 struct fuse_file_info *fi_out, in xmp_copy_file_range() 463 if(fi_out == NULL) in xmp_copy_file_range() 466 fd_out = fi_out->fh; in xmp_copy_file_range() 478 if (fi_out == NULL) in xmp_copy_file_range() 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 | 579 struct fuse_file_info *fi_out, in xmp_copy_file_range() 586 res = copy_file_range(fi_in->fh, &off_in, fi_out->fh, &off_out, len, in xmp_copy_file_range() 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 | 1106 struct fuse_file_info *fi_out, size_t len, in lo_copy_file_range() 1115 ino_in, fi_in->fh, off_in, ino_out, fi_out->fh, off_out, in lo_copy_file_range() 1118 res = copy_file_range(fi_in->fh, &off_in, fi_out->fh, &off_out, len, in lo_copy_file_range() 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/include/ |
H A D | fuse.h | 821 struct fuse_file_info *fi_out, 1268 struct fuse_file_info *fi_out, off_t off_out,
|
H A D | fuse_lowlevel.h | 1253 * @param fi_out file information of the destination file 1260 struct fuse_file_info *fi_out, size_t len,
|
/third_party/libfuse/lib/ |
H A D | fuse_lowlevel.c | 1895 struct fuse_file_info fi_in, fi_out; local 1900 memset(&fi_out, 0, sizeof(fi_out)); 1901 fi_out.fh = arg->fh_out; 1907 arg->off_out, &fi_out, arg->len,
|
H A D | fuse.c | 2318 struct fuse_file_info *fi_out, off_t off_out, in fuse_fs_copy_file_range() 2333 fi_out, off_out, len, flags); in fuse_fs_copy_file_range() 4318 struct fuse_file_info *fi_out, size_t len, in fuse_lib_copy_file_range() 4342 fi_out, off_out, len, flags); in fuse_lib_copy_file_range() 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
|