Home
last modified time | relevance | path

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

/xnu-11215.1.10/bsd/miscfs/routefs/
H A Droutefs_ops.c73 static boolean_t _fs_alreadyMounted = FALSE; /* atleast a mount of this filesystem is present */ variable
106 if (_fs_alreadyMounted == TRUE) { in routefs_mount()
158 _fs_alreadyMounted = TRUE; /* yep, fs is in play now */ in routefs_mount()
209 _fs_alreadyMounted = FALSE; /* unmounted the fs, only one allowed at a time */ in routefs_unmount()