Home
last modified time | relevance | path

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

/linux/Documentation/filesystems/
H A Dautomount-support.rst84 rootfs for example). It does this by passing the MNT_EXPIRE flag to
H A 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/include/linux/
H A Dfs.h1211 #define MNT_EXPIRE 0x00000004 /* Mark for expiry */ macro