Home
last modified time | relevance | path

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

/busybox-1.35.0/util-linux/
Dmount.c303 #define USE_MTAB (!(option_mask32 & OPT_n)) macro
305 #define USE_MTAB 0 macro
733 if (ENABLE_FEATURE_MTAB_SUPPORT && !USE_MTAB) in mount_it_now()
771 if (USE_MTAB && !rc && !(vfsflags & MS_REMOUNT)) { in mount_it_now()