Searched refs:fi_out (Results 1 – 4 of 4) sorted by relevance
/external/libfuse/include/ |
D | fuse.h | 777 struct fuse_file_info *fi_out, 1203 struct fuse_file_info *fi_out, off_t off_out,
|
D | fuse_lowlevel.h | 1231 struct fuse_file_info *fi_out, size_t len,
|
/external/libfuse/lib/ |
D | fuse_lowlevel.c | 1952 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()
|
D | fuse.c | 2367 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()
|