Searched refs:MNT_LNOSUB (Results 1 – 2 of 2) sorted by relevance
300 #define MNT_LNOSUB 0x00000200 /* submount - no recursion */ macro
2919 if (forcedunmount && (flags & MNT_LNOSUB) == 0) { in dounmount()2925 (void) dounmount_submounts(mp, flags | MNT_LNOSUB, ctx); in dounmount()