Home
last modified time | relevance | path

Searched refs:fi_out (Results 1 – 7 of 7) sorted by relevance

/third_party/libfuse/example/
Dpassthrough.c449 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()
Dpassthrough_fh.c579 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()
Dpassthrough_ll.c1106 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/
Dfuse.h821 struct fuse_file_info *fi_out,
1268 struct fuse_file_info *fi_out, off_t off_out,
Dfuse_lowlevel.h1260 struct fuse_file_info *fi_out, size_t len,
/third_party/libfuse/lib/
Dfuse_lowlevel.c1895 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,
Dfuse.c2318 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()