Home
last modified time | relevance | path

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

/external/strace/xlat/
Dumount_flags.h2 #if !(defined(MNT_FORCE) || (defined(HAVE_DECL_MNT_FORCE) && HAVE_DECL_MNT_FORCE))
3 # define MNT_FORCE 1 macro
23 XLAT(MNT_FORCE),
Dumount_flags.in1 MNT_FORCE 1
/external/ltp/testcases/kernel/syscalls/umount2/
Dumount2_02.c58 {MNT_EXPIRE | MNT_FORCE, EINVAL, 0,
/external/toybox/toys/lsb/
Dumount.c116 if (toys.optflags & FLAG_f) flags |= MNT_FORCE; in umount_main()
/external/strace/
DChangeLog-CVS1370 * system.c [LINUX] (MNT_FORCE, MNT_DETACH, MNT_EXPIRE): New macros.
DChangeLog26980 * umount.c (MNT_FORCE, MNT_DETACH, MNT_EXPIRE): Move definitions ...