Home
last modified time | relevance | path

Searched refs:vfs_refcount (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/sys/kern/
H A Dvfs_init.c465 vfs->vfs_refcount--; in vfs_delref()
508 vfs->vfs_refcount = 0; in vfs_attach()
528 if (vfs->vfs_refcount != 0) { in vfs_detach()
570 vfs->vfs_refcount++; in vfs_reinit()
574 vfs->vfs_refcount--; in vfs_reinit()
H A Dvfs_mount.c201 vfsp->vfs_refcount++; in vfs_rootmountalloc()
1289 v->vfs_refcount--; in vfs_mountroot()
1304 v->vfs_refcount++; in vfs_mountroot()
1308 v->vfs_refcount--; in vfs_mountroot()
1343 mp->mnt_op->vfs_refcount++; in vfs_mountroot()
H A Dvfs_subr.c1031 v->vfs_refcount++; in sysctl_vfs_generic_fstypes()
1036 v->vfs_refcount--; in sysctl_vfs_generic_fstypes()
1263 v->vfs_refcount++; in vfs_getopsbyname()
/netbsd-src/sys/compat/common/
H A Dcompat_sysctl_09_43.c90 vfc.vfc_refcount = vfsp->vfs_refcount; in sysctl_vfs_generic_conf()
/netbsd-src/sys/sys/
H A Dmount.h219 int vfs_refcount; member
/netbsd-src/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Dzfs_ctldir.c1328 vfsp->mnt_op->vfs_refcount++; in sfs_snapshot_mount()
/netbsd-src/sys/ufs/lfs/
H A Dlfs_vfsops.c517 vfs->vfs_refcount--; in lfs_writerd()