Home
last modified time | relevance | path

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

/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/bits/
H A Dstatvfs.h94 ST_MANDLOCK = 64, /* Allow mandatory locks on an FS. */ enumerator
95 # define ST_MANDLOCK ST_MANDLOCK macro
/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/bits/
H A Dstatvfs.h94 ST_MANDLOCK = 64, /* Allow mandatory locks on an FS. */ enumerator
95 # define ST_MANDLOCK ST_MANDLOCK macro
/OK3568_Linux_fs/kernel/tools/testing/selftests/mount/
H A Dunprivileged-remount-test.c128 ST_SYNCHRONOUS | ST_MANDLOCK)) { in read_mnt_flags()
148 if (stat.f_flag & ST_MANDLOCK) in read_mnt_flags()
149 mnt_flags |= ST_MANDLOCK; in read_mnt_flags()
/OK3568_Linux_fs/kernel/include/linux/
H A Dstatfs.h36 #define ST_MANDLOCK 0x0040 /* allow mandatory locks on an FS */ macro
/OK3568_Linux_fs/kernel/fs/
H A Dstatfs.c43 flags |= ST_MANDLOCK; in flags_by_sb()