Searched refs:vfc_refcount (Results 1 - 7 of 7) sorted by relevance

/xnu-2782.1.97/bsd/vfs/
H A Dvfs_init.c435 vfsc.vfc_refcount = vfsp->vfc_refcount;
H A Dkpi_vfs.c829 newvfstbl->vfc_refcount = 0;
954 vfsc.vfc_refcount = (*handle)->vfc_refcount;
981 if ( vfstbl->vfc_refcount != 0 ) {
H A Dvfs_subr.c956 mp->mnt_vtable->vfc_refcount--;
1014 vfsp->vfc_refcount++;
2891 vfsp->vfc_refcount++;
2908 vfsp->vfc_refcount--;
3725 vfsc.vfc_refcount = vfsp->vfc_refcount;
H A Dvfs_syscalls.c598 vfsp->vfc_refcount++;
991 mp->mnt_vtable->vfc_refcount--;
1077 vfsp->vfc_refcount--;
1978 mp->mnt_vtable->vfc_refcount--;
/xnu-2782.1.97/bsd/sys/
H A Dmount_internal.h300 int vfc_refcount; /* number mounted of this type */ member in struct:vfstable
H A Dmount.h392 int vfc_refcount; /* number mounted of this type */ member in struct:vfsconf
/xnu-2782.1.97/bsd/nfs/
H A Dnfs_vfsops.c1178 mp->mnt_vtable->vfc_refcount--;
1311 vfsp->vfc_refcount++;
1439 vfsp->vfc_refcount--;

Completed in 118 milliseconds