Home
last modified time | relevance | path

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

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/sys/
H A Dmount.h124 MNT_FORCE = 1, /* Force unmounting. */ enumerator
125 #define MNT_FORCE MNT_FORCE macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/sys/
H A Dmount.h124 MNT_FORCE = 1, /* Force unmounting. */ enumerator
125 #define MNT_FORCE MNT_FORCE macro
/OK3568_Linux_fs/kernel/Documentation/filesystems/
H A Dautomount-support.rst85 umount(). This flag is considered incompatible with MNT_FORCE and MNT_DETACH.
/OK3568_Linux_fs/kernel/fs/
H A Dnamespace.c1576 flags & (MNT_FORCE | MNT_DETACH)) in do_umount()
1604 if (flags & MNT_FORCE && sb->s_op->umount_begin) { in do_umount()
1728 if (flags & MNT_FORCE && !capable(CAP_SYS_ADMIN)) in can_umount()
1756 if (flags & ~(MNT_FORCE | MNT_DETACH | MNT_EXPIRE | UMOUNT_NOFOLLOW)) in ksys_umount()
/OK3568_Linux_fs/kernel/include/linux/
H A Dfs.h1413 #define MNT_FORCE 0x00000001 /* Attempt to forcibily umount */ macro
/OK3568_Linux_fs/kernel/tools/testing/selftests/filesystems/incfs/
H A Dincfs_test.c4776 umount2(mount_dir, MNT_FORCE); in main()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/share/info/
H A Dlibc.info-127285MNT_FORCE
7299 umount2("/mnt", MNT_FORCE);
7318MNT_FORCE’ option.
H A Dlibc.info-173368 * MNT_FORCE: Mount-Unmount-Remount.
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/share/info/
H A Dlibc.info-127285MNT_FORCE
7299 umount2("/mnt", MNT_FORCE);
7318MNT_FORCE’ option.
H A Dlibc.info-173368 * MNT_FORCE: Mount-Unmount-Remount.