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

/freebsd-13-stable/sys/fs/fuse/
H A Dfuse_node.h119 uint64_t nlookup; member in struct:fuse_vnode_data
H A Dfuse_kernel.h414 uint64_t nlookup; member in struct:fuse_forget_in
419 uint64_t nlookup; member in struct:fuse_forget_one
H A Dfuse_internal.h318 struct ucred *cred, uint64_t nodeid, uint64_t nlookup);
H A Dfuse_internal.c852 uint64_t nlookup)
859 * KASSERT(nlookup > 0, ("zero-times forget for vp #%llu",
867 ffi->nlookup = nlookup;
848 fuse_internal_forget_send(struct mount *mp, struct thread *td, struct ucred *cred, uint64_t nodeid, uint64_t nlookup) argument
H A Dfuse_node.c321 * thus it does not really bump the nlookup counter for forget.
323 * nlookup counters consistent.
327 VTOFUD(*vpp)->nlookup++;
H A Dfuse_vnops.c1792 if (!fuse_isdeadfs(vp) && fvdat->nlookup > 0) {
1794 fvdat->nlookup);
2703 printf("nodeid: %ju, parent nodeid: %ju, nlookup: %ju, flag: %#x\n",
2705 (uintmax_t)fvdat->nlookup,
/freebsd-13-stable/tests/sys/fs/fusefs/
H A Dutils.hh125 void expect_forget(uint64_t ino, uint64_t nlookup, sem_t *sem = NULL);
H A Dutils.cc242 FuseTest::expect_forget(uint64_t ino, uint64_t nlookup, sem_t *sem) argument
248 in.body.forget.nlookup == nlookup);
H A Dmockfs.cc216 printf(" nlookup=%" PRIu64, in.body.forget.nlookup);

Completed in 113 milliseconds