Home
last modified time | relevance | path

Searched defs:ST_NOSUID (Results 1 – 3 of 3) 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