Home
last modified time | relevance | path

Searched refs:nodeid_in (Results 1 – 2 of 2) sorted by relevance

/third_party/libfuse/lib/
Dfuse.c4315 static void fuse_lib_copy_file_range(fuse_req_t req, fuse_ino_t nodeid_in, in fuse_lib_copy_file_range() argument
4327 err = get_path_nullok(f, nodeid_in, &path_in); in fuse_lib_copy_file_range()
4335 free_path(f, nodeid_in, path_in); in fuse_lib_copy_file_range()
4350 free_path(f, nodeid_in, path_in); in fuse_lib_copy_file_range()
Dfuse_lowlevel.c1892 static void do_copy_file_range(fuse_req_t req, fuse_ino_t nodeid_in, const void *inarg) argument
1905 req->se->op.copy_file_range(req, nodeid_in, arg->off_in,