Searched refs:MNT_IS_LOCKED (Results 1 – 3 of 3) sorted by relevance
40 #define MNT_IS_LOCKED 0x10 /* the mnt is locked */ macro
97 mnt->flags |= MNT_IS_LOCKED; in dfs_mnt_insert()105 _root_mnt->flags &= ~MNT_IS_LOCKED; in dfs_mnt_insert()
464 …if (!(mnt->flags & MNT_IS_LOCKED) && rt_list_isempty(&mnt->child) && (ref_count == 1 || (flags & M… in dfs_umount()
Completed in 5 milliseconds