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

/macosx-10.9.5/adv_cmds-153/lsvfs/
H A Dlsvfs.c51 printf(FMT, vfc.vfc_name, vfc.vfc_refcount,
71 printf(FMT, vfc.vfc_name, vfc.vfc_refcount,
/macosx-10.9.5/xnu-2422.115.4/bsd/vfs/
H A Dvfs_init.c415 vfsc.vfc_refcount = vfsp->vfc_refcount;
H A Dkpi_vfs.c829 newvfstbl->vfc_refcount = 0;
953 vfsc.vfc_refcount = (*handle)->vfc_refcount;
980 if ( vfstbl->vfc_refcount != 0 ) {
H A Dvfs_subr.c912 mp->mnt_vtable->vfc_refcount--;
970 vfsp->vfc_refcount++;
2766 vfsp->vfc_refcount++;
2780 vfsp->vfc_refcount--;
2804 vfsc.vfc_refcount = vfsp->vfc_refcount;
H A Dvfs_syscalls.c581 vfsp->vfc_refcount++;
974 mp->mnt_vtable->vfc_refcount--;
1060 vfsp->vfc_refcount--;
1952 mp->mnt_vtable->vfc_refcount--;
/macosx-10.9.5/system_cmds-597.90.1/sysctl.tproj/
H A Dsysctl.c418 if (flags == 0 && vfc.vfc_refcount == 0)
422 string, vfc.vfc_refcount,
423 vfc.vfc_refcount != 1 ? "s" : "");
425 fprintf(stdout, "%d\n", vfc.vfc_refcount);
/macosx-10.9.5/system_cmds-597.90.1/system_cmds-597.1.1/sysctl.tproj/
H A Dsysctl.c418 if (flags == 0 && vfc.vfc_refcount == 0)
422 string, vfc.vfc_refcount,
423 vfc.vfc_refcount != 1 ? "s" : "");
425 fprintf(stdout, "%d\n", vfc.vfc_refcount);
/macosx-10.9.5/xnu-2422.115.4/bsd/sys/
H A Dmount_internal.h296 int vfc_refcount; /* number mounted of this type */ member in struct:vfstable
H A Dmount.h393 int vfc_refcount; /* number mounted of this type */ member in struct:vfsconf
/macosx-10.9.5/xnu-2422.115.4/bsd/miscfs/devfs/
H A Ddevfs_vfsops.c571 mp->mnt_vtable->vfc_refcount--;
/macosx-10.9.5/xnu-2422.115.4/bsd/nfs/
H A Dnfs_vfsops.c1169 mp->mnt_vtable->vfc_refcount--;
1302 vfsp->vfc_refcount++;
1428 vfsp->vfc_refcount--;

Completed in 413 milliseconds