Home
last modified time | relevance | path

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

/freebsd-12-stable/usr.bin/lsvfs/
Dlsvfs.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()
/freebsd-12-stable/sys/sys/
Dmount.h525 int vfc_refcount; /* number mounted of this type */ member
537 int vfc_refcount; /* number mounted of this type */ member
547 int vfc_refcount; member
/freebsd-12-stable/sys/kern/
Dvfs_init.c328 if (vfsp->vfc_refcount != 0) { in vfs_unregister()
Dvfs_subr.c3901 xvfsp.vfc_refcount = vfsp->vfc_refcount; in vfsconf2x()
3917 int32_t vfc_refcount; member
3930 xvfsp.vfc_refcount = vfsp->vfc_refcount; in vfsconf2x32()
4029 ovfs.vfc_refcount = vfsp->vfc_refcount; in sysctl_ovfs_conf()
Dvfs_mount.c482 atomic_add_acq_int(&vfsp->vfc_refcount, 1); in vfs_mount_alloc()
524 atomic_subtract_rel_int(&mp->mnt_vfc->vfc_refcount, 1); in vfs_mount_destroy()
/freebsd-12-stable/sys/libkern/
Diconv.c575 if (vfsp != NULL && vfsp->vfc_refcount > 0) in iconv_vfs_refcount()