Searched refs:nlookup (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/sys/fs/fuse/
H A Dfuse_node.h89 uint64_t nlookup; member in struct:fuse_vnode_data
H A Dfuse_internal.c533 uint64_t nlookup)
539 debug_printf("mp=%p, nodeid=%ju, nlookup=%ju\n",
540 mp, (uintmax_t)nodeid, (uintmax_t)nlookup);
543 * KASSERT(nlookup > 0, ("zero-times forget for vp #%llu",
551 ffi->nlookup = nlookup;
529 fuse_internal_forget_send(struct mount *mp, struct thread *td, struct ucred *cred, uint64_t nodeid, uint64_t nlookup) argument
H A Dfuse_internal.h361 uint64_t nlookup);
H A Dfuse_kernel.h187 __u64 nlookup; member in struct:fuse_forget_in
H A Dfuse_node.c258 * thus it does not really bump the nlookup counter for forget.
260 * nlookup counters consistent.
264 VTOFUD(*vpp)->nlookup++;
H A Dfuse_vnops.c1366 if ((!fuse_isdeadfs(vp)) && (fvdat->nlookup)) {
1368 fvdat->nlookup);
2385 printf("nodeid: %ju, parent nodeid: %ju, nlookup: %ju, flag: %#x\n",
2387 (uintmax_t)fvdat->nlookup,

Completed in 181 milliseconds