Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/sys/
H A Dmount_internal.h110 int32_t mnt_count; /* reference on the mount */ member
/xnu-12377.41.6/bsd/vfs/
H A Dvfs_subr.c906 mp->mnt_count++; in mount_ref()
921 mp->mnt_count--; in mount_drop()
923 if (mp->mnt_count == 0 && (mp->mnt_lflag & MNT_LDRAIN)) { in mount_drop()
1010 while (mp->mnt_count) { in mount_refdrain()