Searched refs:vrefcnt (Results 1 – 12 of 12) sorted by relevance
/freebsd/sys/fs/nullfs/ |
H A D | null_subr.c | 308 NULLTOV(a), vrefcnt(NULLTOV(a)), in null_checkvp() 309 a->null_lowervp, vrefcnt(a->null_lowervp), in null_checkvp()
|
H A D | null_vnops.c | 631 if (vrefcnt(vp) > 1) { in null_remove()
|
/freebsd/sys/fs/smbfs/ |
H A D | 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()
|
H A D | smbfs_vfsops.c | 235 SMBVDEBUG("root.v_usecount = %d\n", vrefcnt(vp)); in smbfs_mount()
|
H A D | 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/sys/contrib/openzfs/module/os/freebsd/zfs/ |
H A D | zfs_ctldir.c | 881 KASSERT(vrefcnt(*vpp) > 1, ("unreferenced mountpoint")); in zfsctl_mounted_here() 1347 KASSERT_IMPLY(error == 0, vrefcnt(vp) == 1, in zfsctl_umount_snapshots()
|
/freebsd/sys/fs/msdosfs/ |
H A D | msdosfs_denode.c | 678 vrefcnt(vp), dep->de_Name[0]); in msdosfs_inactive()
|
/freebsd/sys/fs/nfsclient/ |
H A D | nfs_clvnops.c | 1876 KASSERT(vrefcnt(vp) > 0, ("nfs_remove: bad v_usecount")); in nfs_remove() 1879 else if (vrefcnt(vp) == 1 || (np->n_sillyrename && in nfs_remove() 2028 if (tvp && vrefcnt(tvp) > 1 && !VTONFS(tvp)->n_sillyrename && in nfs_rename() 3535 if (vrefcnt(vp) == 1 && in nfsfifo_close()
|
/freebsd/sys/fs/pseudofs/ |
H A D | pseudofs_vnops.c | 190 if (vrefcnt(vn) > 1 || pn->pn_close == NULL) in pfs_close()
|
/freebsd/sys/sys/ |
H A D | vnode.h | 1067 vrefcnt(struct vnode *vp) in vrefcnt() 1066 vrefcnt(struct vnode *vp) vrefcnt() function
|
/freebsd/share/man/man9/ |
H A D | Makefile | 460 vrefcnt.9 \
|
/freebsd/sys/kern/ |
H A D | kern_descrip.c | 4201 if (vrefcnt(olddp) == 1) in mountcheckdirs()
|