Home
last modified time | relevance | path

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

/dragonfly/sys/vfs/dirfs/
HDdirfs_subr.c115 KKASSERT(dirfs_node_refcnt(dnp) == 0); in dirfs_node_free()
637 dirfs_node_refcnt(dirfs_node_t dnp) in dirfs_node_refcnt() function
831 dnp, dirfs_fd_used, dirfs_node_refcnt(dnp)); in dirfs_node_setpassive()
849 if (dirfs_node_refcnt(dnp) == 2 && vp && in dirfs_node_setpassive()
858 if (dirfs_node_refcnt(dnp) == 1 && dnp->dn_vnode == NULL && in dirfs_node_setpassive()
HDdirfs.h272 int dirfs_node_refcnt(dirfs_node_t);