Home
last modified time | relevance | path

Searched refs:ST_NOSUID (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.h84 ST_NOSUID = 2 /* Ignore suid and sgid bits. */ enumerator
85 #define ST_NOSUID ST_NOSUID 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.h84 ST_NOSUID = 2 /* Ignore suid and sgid bits. */ enumerator
85 #define ST_NOSUID ST_NOSUID macro
/OK3568_Linux_fs/kernel/include/linux/
H A Dstatfs.h31 #define ST_NOSUID 0x0002 /* ignore suid and sgid bits */ macro
/OK3568_Linux_fs/kernel/tools/testing/selftests/mount/
H A Dunprivileged-remount-test.c126 if (stat.f_flag & ~(ST_RDONLY | ST_NOSUID | ST_NODEV | \ in read_mnt_flags()
134 if (stat.f_flag & ST_NOSUID) in read_mnt_flags()
/OK3568_Linux_fs/kernel/fs/
H A Dstatfs.c21 flags |= ST_NOSUID; in flags_by_mnt()