Searched refs:vrefcnt (Results 1 – 12 of 12) sorted by relevance
| /freebsd-head/sys/fs/nullfs/ |
| HD | null_subr.c | 308 NULLTOV(a), vrefcnt(NULLTOV(a)), in null_checkvp() 309 a->null_lowervp, vrefcnt(a->null_lowervp), in null_checkvp()
|
| HD | null_vnops.c | 631 if (vrefcnt(vp) > 1) { in null_remove()
|
| /freebsd-head/sys/fs/smbfs/ |
| HD | smbfs_node.c | 265 SMBVDEBUG("%s,%d\n", np->n_name, vrefcnt(vp)); in smbfs_reclaim() 303 SMBVDEBUG("%s: %d\n", VTOSMB(vp)->n_name, vrefcnt(vp)); in smbfs_inactive()
|
| HD | smbfs_vfsops.c | 235 SMBVDEBUG("root.v_usecount = %d\n", vrefcnt(vp)); in smbfs_mount()
|
| HD | smbfs_vnops.c | 542 if (vp->v_type == VDIR || (np->n_flag & NOPEN) != 0 || vrefcnt(vp) != 1) in smbfs_remove() 580 if (tvp && vrefcnt(tvp) > 1) { in smbfs_rename()
|
| /freebsd-head/sys/contrib/openzfs/module/os/freebsd/zfs/ |
| HD | zfs_ctldir.c | 882 KASSERT(vrefcnt(*vpp) > 1, ("unreferenced mountpoint")); in zfsctl_mounted_here() 1348 KASSERT_IMPLY(error == 0, vrefcnt(vp) == 1, in zfsctl_umount_snapshots()
|
| /freebsd-head/sys/fs/msdosfs/ |
| HD | msdosfs_denode.c | 678 vrefcnt(vp), dep->de_Name[0]); in msdosfs_inactive()
|
| /freebsd-head/sys/fs/nfsclient/ |
| HD | nfs_clvnops.c | 2002 KASSERT(vrefcnt(vp) > 0, ("nfs_remove: bad v_usecount")); in nfs_remove() 2005 else if (vrefcnt(vp) == 1 || (np->n_sillyrename && in nfs_remove() 2154 if (tvp && vrefcnt(tvp) > 1 && !VTONFS(tvp)->n_sillyrename && in nfs_rename() 3661 if (vrefcnt(vp) == 1 && in nfsfifo_close()
|
| /freebsd-head/sys/fs/pseudofs/ |
| HD | pseudofs_vnops.c | 190 if (vrefcnt(vn) > 1 || pn->pn_close == NULL) in pfs_close()
|
| /freebsd-head/sys/sys/ |
| HD | vnode.h | 1069 vrefcnt(struct vnode *vp) in vrefcnt() function
|
| /freebsd-head/share/man/man9/ |
| HD | Makefile | 460 vrefcnt.9 \
|
| /freebsd-head/sys/kern/ |
| HD | kern_descrip.c | 4240 if (vrefcnt(olddp) == 1) in mountcheckdirs()
|