Searched refs:fi_out (Results 1 – 7 of 7) sorted by relevance
/third_party/libfuse/example/ |
D | passthrough.c | 449 struct fuse_file_info *fi_out, in xmp_copy_file_range() argument 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()
|
D | passthrough_fh.c | 579 struct fuse_file_info *fi_out, in xmp_copy_file_range() argument 586 res = copy_file_range(fi_in->fh, &off_in, fi_out->fh, &off_out, len, in xmp_copy_file_range()
|
D | passthrough_ll.c | 1106 struct fuse_file_info *fi_out, size_t len, in lo_copy_file_range() argument 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()
|
/third_party/libfuse/include/ |
D | fuse.h | 821 struct fuse_file_info *fi_out, 1268 struct fuse_file_info *fi_out, off_t off_out,
|
D | fuse_lowlevel.h | 1260 struct fuse_file_info *fi_out, size_t len,
|
/third_party/libfuse/lib/ |
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,
|
D | fuse.c | 2318 struct fuse_file_info *fi_out, off_t off_out, in fuse_fs_copy_file_range() argument 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() argument 4342 fi_out, off_out, len, flags); in fuse_lib_copy_file_range()
|