Searched refs:LINUX_MNT_FORCE (Results 1 – 2 of 2) sorted by relevance
68 #define LINUX_MNT_FORCE 0x0001 macro
1230 if ((args->flags & LINUX_MNT_FORCE) != 0) { in linux_umount()1231 args->flags &= ~LINUX_MNT_FORCE; in linux_umount()