Home
last modified time | relevance | path

Searched refs:do_forget (Results 1 - 3 of 3) sorted by relevance

/third_party/ntfs-3g/libfuse-lite/
H A Dfuse_lowlevel.c501 static void do_forget(fuse_req_t req, fuse_ino_t nodeid, const void *inarg) in do_forget() function
1239 [FUSE_FORGET] = { do_forget, "FORGET" },
/third_party/libfuse/lib/
H A Dfuse.c2689 static void do_forget(struct fuse *f, fuse_ino_t ino, uint64_t nlookup) in do_forget() function
2699 do_forget(req_fuse(req), ino, nlookup); in fuse_lib_forget()
2710 do_forget(f, forgets[i].ino, forgets[i].nlookup); in fuse_lib_forget_multi()
H A Dfuse_lowlevel.c1108 static void do_forget(fuse_req_t req, fuse_ino_t nodeid, const void *inarg) function
2568 [FUSE_FORGET] = { do_forget, "FORGET" },

Completed in 15 milliseconds