Home
last modified time | relevance | path

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

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