Home
last modified time | relevance | path

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

/external/libfuse/include/
Dfuse.h777 struct fuse_file_info *fi_out,
1203 struct fuse_file_info *fi_out, off_t off_out,
Dfuse_lowlevel.h1231 struct fuse_file_info *fi_out, size_t len,
/external/libfuse/lib/
Dfuse_lowlevel.c1952 struct fuse_file_info fi_in, fi_out; in do_copy_file_range() local
1957 memset(&fi_out, 0, sizeof(fi_out)); in do_copy_file_range()
1958 fi_out.fh = arg->fh_out; in do_copy_file_range()
1964 arg->off_out, &fi_out, arg->len, in do_copy_file_range()
Dfuse.c2367 struct fuse_file_info *fi_out, off_t off_out, in fuse_fs_copy_file_range() argument
2382 fi_out, off_out, len, flags); in fuse_fs_copy_file_range()
4338 struct fuse_file_info *fi_out, size_t len, in fuse_lib_copy_file_range() argument
4362 fi_out, off_out, len, flags); in fuse_lib_copy_file_range()