Searched refs:MNT_FORCE (Results 1 – 3 of 3) sorted by relevance
41 #define MNT_FORCE 0x20 /* the mnt force unmount */ macro
464 …>flags & MNT_IS_LOCKED) && rt_list_isempty(&mnt->child) && (ref_count == 1 || (flags & MNT_FORCE))) in dfs_umount()
666 flags = strcmp(argv[1], "-f") == 0 ? MNT_FORCE : 0; in cmd_umount()
Completed in 7 milliseconds