Home
last modified time | relevance | path

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

/openbmc/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
/openbmc/linux/fs/
H A Dnamespace.c1722 if (flags & MNT_EXPIRE) { in do_umount()
1909 if (flags & ~(MNT_FORCE | MNT_DETACH | MNT_EXPIRE | UMOUNT_NOFOLLOW)) in ksys_umount()
/openbmc/qemu/linux-user/
H A Dstrace.c1159 #ifdef MNT_EXPIRE
1160 FLAG_GENERIC(MNT_EXPIRE),
/openbmc/linux/include/linux/
H A Dfs.h1152 #define MNT_EXPIRE 0x00000004 /* Mark for expiry */ macro