Searched refs:MNT_EXPIRE (Results 1 – 6 of 6) sorted by relevance
128 MNT_EXPIRE = 4, /* Mark for expiry. */ enumerator129 #define MNT_EXPIRE MNT_EXPIRE macro
84 rootfs for example). It does this by passing the MNT_EXPIRE flag to
213 The VFS also supports "expiry" of mounts using the MNT_EXPIRE flag to214 the `umount` system call. Unmounting with MNT_EXPIRE will fail unless
1574 if (flags & MNT_EXPIRE) { in do_umount()1756 if (flags & ~(MNT_FORCE | MNT_DETACH | MNT_EXPIRE | UMOUNT_NOFOLLOW)) in ksys_umount()
1415 #define MNT_EXPIRE 0x00000004 /* Mark for expiry */ macro