Home
last modified time | relevance | path

Searched refs:MNT_FORCE (Results 1 – 7 of 7) sorted by relevance

/kernel/liteos_m/kal/libc/newlib/porting/include/sys/
Dmount.h47 #define MNT_FORCE 1 macro
/kernel/uniproton/src/fs/vfs/
Dvfs_mount.c282 if ((U32)flag & MNT_FORCE) { in OsVfsUmount2()
/kernel/linux/linux-5.10/Documentation/filesystems/
Dautomount-support.rst85 umount(). This flag is considered incompatible with MNT_FORCE and MNT_DETACH.
/kernel/liteos_m/components/fs/vfs/
Dvfs_mount.c382 if ((UINT32)flag & MNT_FORCE) { in umount2()
/kernel/linux/linux-5.10/fs/
Dnamespace.c1577 flags & (MNT_FORCE | MNT_DETACH)) in do_umount()
1605 if (flags & MNT_FORCE && sb->s_op->umount_begin) { in do_umount()
1729 if (flags & MNT_FORCE && !capable(CAP_SYS_ADMIN)) in can_umount()
1757 if (flags & ~(MNT_FORCE | MNT_DETACH | MNT_EXPIRE | UMOUNT_NOFOLLOW)) in ksys_umount()
/kernel/liteos_m/components/fs/fatfs/
Dfatfs.c335 flags = MNT_FORCE | MNT_DETACH | MNT_EXPIRE | UMOUNT_NOFOLLOW; in FatfsUmount2()
/kernel/linux/linux-5.10/include/linux/
Dfs.h1386 #define MNT_FORCE 0x00000001 /* Attempt to forcibily umount */ macro