Home
last modified time | relevance | path

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

/NextBSD/usr.bin/lsvfs/
HDlsvfs.c55 printf(FMT, vfc.vfc_name, vfc.vfc_typenum, vfc.vfc_refcount, in main()
74 xvfsp[i].vfc_refcount, fmt_flags(xvfsp[i].vfc_flags)); in main()
/NextBSD/sys/sys/
HDmount.h476 int vfc_refcount; /* number mounted of this type */ member
487 int vfc_refcount; /* number mounted of this type */ member
497 int vfc_refcount; member
/NextBSD/sys/kern/
HDvfs_init.c322 if (vfsp->vfc_refcount != 0) { in vfs_unregister()
HDvfs_subr.c3573 xvfsp.vfc_refcount = vfsp->vfc_refcount; in vfsconf2x()
3589 int32_t vfc_refcount; member
3601 xvfsp.vfc_refcount = vfsp->vfc_refcount; in vfsconf2x32()
3702 ovfs.vfc_refcount = vfsp->vfc_refcount; in sysctl_ovfs_conf()
HDvfs_mount.c466 atomic_add_acq_int(&vfsp->vfc_refcount, 1); in vfs_mount_alloc()
508 atomic_subtract_rel_int(&mp->mnt_vfc->vfc_refcount, 1); in vfs_mount_destroy()
/NextBSD/sys/libkern/
HDiconv.c573 if (vfsp != NULL && vfsp->vfc_refcount > 0) in iconv_vfs_refcount()