Home
last modified time | relevance | path

Searched refs:vfc_refcount (Results 1 – 6 of 6) sorted by relevance

/src/sys/kern/
H A Dvfs_init.c110 KASSERT(vfsp->vfc_refcount > 0, in vfs_unref_vfsconf()
111 ("vfs %p refcount underflow %d", vfsp, vfsp->vfc_refcount)); in vfs_unref_vfsconf()
112 vfsp->vfc_refcount--; in vfs_unref_vfsconf()
139 vfsp->vfc_refcount++; in vfs_byname()
570 if (vfsp->vfc_refcount != 0) { in vfs_unregister()
H A Dvfs_subr.c4939 xvfsp.vfc_refcount = vfsp->vfc_refcount; in vfsconf2x()
4955 int32_t vfc_refcount; member
4968 xvfsp.vfc_refcount = vfsp->vfc_refcount; in vfsconf2x32()
5067 ovfs.vfc_refcount = vfsp->vfc_refcount; in sysctl_ovfs_conf()
H A Dvfs_mount.c771 mp->mnt_vfc->vfc_refcount--; in vfs_mount_destroy()
/src/usr.bin/lsvfs/
H A Dlsvfs.c76 xvfsp[i].vfc_refcount, fmt_flags(xvfsp[i].vfc_flags)); in main()
/src/sys/sys/
H A Dmount.h653 int vfc_refcount; /* number mounted of this type */ member
665 int vfc_refcount; /* number mounted of this type */ member
675 int vfc_refcount; member
/src/sys/libkern/
H A Diconv.c579 if (vfsp != NULL && vfsp->vfc_refcount > 0) in iconv_vfs_refcount()