Home
last modified time | relevance | path

Searched refs:MNT_EXPIRE (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/Documentation/filesystems/
Dautomount-support.txt104 rootfs for example). It does this by passing the MNT_EXPIRE flag to
/linux-4.1.27/fs/
Dnamespace.c1454 if (flags & MNT_EXPIRE) { in do_umount()
1591 if (flags & ~(MNT_FORCE | MNT_DETACH | MNT_EXPIRE | UMOUNT_NOFOLLOW)) in SYSCALL_DEFINE2()
/linux-4.1.27/include/linux/
Dfs.h1247 #define MNT_EXPIRE 0x00000004 /* Mark for expiry */ macro