Searched refs:MNT_FORCE (Results 1 – 10 of 10) sorted by relevance
124 MNT_FORCE = 1, /* Force unmounting. */ enumerator125 #define MNT_FORCE MNT_FORCE macro
85 umount(). This flag is considered incompatible with MNT_FORCE and MNT_DETACH.
1576 flags & (MNT_FORCE | MNT_DETACH)) in do_umount()1604 if (flags & MNT_FORCE && sb->s_op->umount_begin) { in do_umount()1728 if (flags & MNT_FORCE && !capable(CAP_SYS_ADMIN)) in can_umount()1756 if (flags & ~(MNT_FORCE | MNT_DETACH | MNT_EXPIRE | UMOUNT_NOFOLLOW)) in ksys_umount()
1413 #define MNT_FORCE 0x00000001 /* Attempt to forcibily umount */ macro
4776 umount2(mount_dir, MNT_FORCE); in main()
7285 ‘MNT_FORCE’7299 umount2("/mnt", MNT_FORCE);7318 ‘MNT_FORCE’ option.
3368 * MNT_FORCE: Mount-Unmount-Remount.