Searched refs:mnt_count (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/xnu-2422.115.4/bsd/sys/
H A Dmount_internal.h108 int32_t mnt_count; /* reference on the mount */ member in struct:mount
/macosx-10.9.5/xnu-2422.115.4/bsd/vfs/
H A Dvfs_subr.c736 mp->mnt_count++;
749 mp->mnt_count--;
751 if (mp->mnt_count == 0 && (mp->mnt_lflag & MNT_LDRAIN))
828 while (mp->mnt_count)

Completed in 139 milliseconds