Searched refs:MNT_LNOTRESP (Results 1 – 3 of 3) sorted by relevance
291 #define MNT_LNOTRESP 0x00000001 /* mount not responding */ macro
4757 mp->mnt_lflag &= ~MNT_LNOTRESP; // Now responding in vfs_event_signal()4759 mp->mnt_lflag |= MNT_LNOTRESP; // Not responding in vfs_event_signal()
2922 if ((mp->mnt_lflag & MNT_LNOTRESP) && in safedounmount()