Home
last modified time | relevance | path

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

/Linux-v6.1/Documentation/filesystems/
Dautomount-support.rst84 rootfs for example). It does this by passing the MNT_EXPIRE flag to
Dautofs.rst213 The VFS also supports "expiry" of mounts using the MNT_EXPIRE flag to
214 the `umount` system call. Unmounting with MNT_EXPIRE will fail unless
/Linux-v6.1/fs/
Dnamespace.c1643 if (flags & MNT_EXPIRE) { in do_umount()
1817 if (flags & ~(MNT_FORCE | MNT_DETACH | MNT_EXPIRE | UMOUNT_NOFOLLOW)) in ksys_umount()
/Linux-v6.1/include/linux/
Dfs.h1413 #define MNT_EXPIRE 0x00000004 /* Mark for expiry */ macro