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

/macosx-10.9.5/kext_tools-326.95.1/
H A Dkextd_watchvol.c144 uint32_t origMntFlags; // mount flags to restore if owners were off member in struct:watchedVol
1633 watched->origMntFlags = sfs.f_flags;
1771 if (watched->origMntFlags) {
1772 (void)updateMount(watched->caches->root, watched->origMntFlags);
1773 watched->origMntFlags = 0;
1872 if (watched->origMntFlags) {
1873 (void)updateMount(watched->caches->root, watched->origMntFlags);
1874 watched->origMntFlags = 0;

Completed in 73 milliseconds