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