Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libpkg/common/
H A Dhandlelocalfs.c37 static boolean_t fs_temporarily_enabled = B_FALSE; variable
55 if (fs_temporarily_enabled) { in enable_local_fs()
91 fs_temporarily_enabled = B_TRUE; in enable_local_fs()
125 if (!fs_temporarily_enabled) { in restore_local_fs()
137 fs_temporarily_enabled = B_FALSE; in restore_local_fs()
149 return (!fs_temporarily_enabled); in restore_local_fs()