Searched defs:nlookup (Results 1 - 10 of 10) sorted by relevance
/third_party/libfuse/example/ |
H A D | notify_store_retrieve.c | 150 tfs_forget(fuse_req_t req, fuse_ino_t ino, uint64_t nlookup) tfs_forget() argument
|
H A D | notify_inval_entry.c | 167 tfs_forget(fuse_req_t req, fuse_ino_t ino, uint64_t nlookup) tfs_forget() argument
|
H A D | notify_inval_inode.c | 147 tfs_forget(fuse_req_t req, fuse_ino_t ino, uint64_t nlookup) tfs_forget() argument
|
H A D | passthrough_hp.cc | 597 sfs_forget(fuse_req_t req, fuse_ino_t ino, uint64_t nlookup) sfs_forget() argument [all...] |
H A D | passthrough_ll.c | 537 static void lo_forget_one(fuse_req_t req, fuse_ino_t ino, uint64_t nlookup) in lo_forget_one() argument 552 static void lo_forget(fuse_req_t req, fuse_ino_t ino, uint64_t nlookup) in lo_forget() argument
|
/third_party/libfuse/include/ |
H A D | fuse_lowlevel.h | 127 uint64_t nlookup; member
|
H A D | fuse_kernel.h | 611 uint64_t nlookup; member 616 uint64_t nlookup; member
|
/third_party/ntfs-3g/include/fuse-lite/ |
H A D | fuse_kernel.h | 211 __u64 nlookup; member
|
/third_party/ntfs-3g/libfuse-lite/ |
H A D | fuse.c | 120 uint64_t nlookup; member 563 static void forget_node(struct fuse *f, fuse_ino_t nodeid, uint64_t nlookup) in forget_node() argument 1365 fuse_lib_forget(fuse_req_t req, fuse_ino_t ino, unsigned long nlookup) fuse_lib_forget() argument [all...] |
/third_party/libfuse/lib/ |
H A D | fuse.c | 143 uint64_t nlookup; member 1361 static void forget_node(struct fuse *f, fuse_ino_t nodeid, uint64_t nlookup) in forget_node() argument 2689 do_forget(struct fuse *f, fuse_ino_t ino, uint64_t nlookup) do_forget() argument 2697 fuse_lib_forget(fuse_req_t req, fuse_ino_t ino, uint64_t nlookup) fuse_lib_forget() argument 2699 do_forget(req_fuse(req), ino, nlookup); fuse_lib_forget() local [all...] |
Completed in 19 milliseconds