Home
last modified time | relevance | path

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

/freebsd/usr.bin/lsvfs/
H A Dlsvfs.c54 vfc.vfc_refcount, fmt_flags(vfc.vfc_flags)); in main()
72 xvfsp[i].vfc_refcount, in main()
/freebsd/sys/sys/
H A Dmount.h646 int vfc_refcount; /* number mounted of this type */ member
658 int vfc_refcount; /* number mounted of this type */ member
668 int vfc_refcount; member
/freebsd/sys/libkern/
H A Diconv.c579 if (vfsp != NULL && vfsp->vfc_refcount > 0) in iconv_vfs_refcount()
/freebsd/sys/kern/
H A Dvfs_init.c549 if (vfsp->vfc_refcount != 0) { in vfs_unregister()
H A Dvfs_subr.c4825 xvfsp.vfc_refcount = vfsp->vfc_refcount; in vfsconf2x()
4841 int32_t vfc_refcount; member
4854 xvfsp.vfc_refcount = vfsp->vfc_refcount; in vfsconf2x32()
4953 ovfs.vfc_refcount = vfsp->vfc_refcount; in sysctl_ovfs_conf()
H A Dvfs_mount.c685 atomic_add_acq_int(&vfsp->vfc_refcount, 1); in vfs_mount_alloc()
733 atomic_subtract_rel_int(&mp->mnt_vfc->vfc_refcount, 1); in vfs_mount_destroy()