Home
last modified time | relevance | path

Searched refs:vrefcnt (Results 1 – 13 of 13) sorted by relevance

/freebsd/sys/fs/nullfs/
H A Dnull_subr.c308 NULLTOV(a), vrefcnt(NULLTOV(a)), in null_checkvp()
309 a->null_lowervp, vrefcnt(a->null_lowervp), in null_checkvp()
H A Dnull_vnops.c631 if (vrefcnt(vp) > 1) { in null_remove()
/freebsd/sys/fs/smbfs/
H A Dsmbfs_node.c265 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()
H A Dsmbfs_vfsops.c235 SMBVDEBUG("root.v_usecount = %d\n", vrefcnt(vp)); in smbfs_mount()
H A Dsmbfs_vnops.c542 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/sys/contrib/openzfs/module/os/freebsd/zfs/
H A Dzfs_ctldir.c885 KASSERT(vrefcnt(*vpp) > 1, ("unreferenced mountpoint")); in zfsctl_mounted_here()
1369 KASSERT_IMPLY(error == 0, vrefcnt(vp) == 1, in zfsctl_umount_snapshots()
/freebsd/sys/fs/msdosfs/
H A Dmsdosfs_denode.c678 vrefcnt(vp), dep->de_Name[0]); in msdosfs_inactive()
/freebsd/sys/fs/nfsclient/
H A Dnfs_clvnops.c1868 KASSERT(vrefcnt(vp) > 0, ("nfs_remove: bad v_usecount")); in nfs_remove()
1871 else if (vrefcnt(vp) == 1 || (np->n_sillyrename && in nfs_remove()
2020 if (tvp && vrefcnt(tvp) > 1 && !VTONFS(tvp)->n_sillyrename && in nfs_rename()
3527 if (vrefcnt(vp) == 1 && in nfsfifo_close()
/freebsd/sys/fs/pseudofs/
H A Dpseudofs_vnops.c190 if (vrefcnt(vn) > 1 || pn->pn_close == NULL) in pfs_close()
/freebsd/sys/sys/
H A Dvnode.h1068 vrefcnt(struct vnode *vp) in vrefcnt() function
/freebsd/share/man/man9/
H A DMakefile460 vrefcnt.9 \
/freebsd/sys/fs/unionfs/
H A Dunion_vnops.c1523 VNPASS(vrefcnt(ap->a_vp) > 0, ap->a_vp); in unionfs_rmdir()
/freebsd/sys/kern/
H A Dkern_descrip.c4199 if (vrefcnt(olddp) == 1) in mountcheckdirs()