/third_party/libfuse/example/ |
H A D | passthrough.c | 447 struct fuse_file_info *fi_in, in xmp_copy_file_range() 455 if(fi_in == NULL) in xmp_copy_file_range() 458 fd_in = fi_in->fh; in xmp_copy_file_range() 480 if (fi_in == 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 | 577 struct fuse_file_info *fi_in, 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 | 1104 struct fuse_file_info *fi_in, 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 | 819 struct fuse_file_info *fi_in, 1266 struct fuse_file_info *fi_in, off_t off_in,
|
H A D | fuse_lowlevel.h | 1250 * @param fi_in file information of the source file 1258 off_t off_in, struct fuse_file_info *fi_in,
|
/third_party/libfuse/lib/ |
H A D | fuse_lowlevel.c | 1895 struct fuse_file_info fi_in, fi_out; local 1897 memset(&fi_in, 0, sizeof(fi_in)); 1898 fi_in.fh = arg->fh_in; 1906 &fi_in, arg->nodeid_out,
|
H A D | fuse.c | 2316 struct fuse_file_info *fi_in, off_t off_in, in fuse_fs_copy_file_range() 2332 return fs->op.copy_file_range(path_in, fi_in, off_in, path_out, in fuse_fs_copy_file_range() 4316 off_t off_in, struct fuse_file_info *fi_in, in fuse_lib_copy_file_range() 4341 res = fuse_fs_copy_file_range(f->fs, path_in, fi_in, off_in, path_out, 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
|