Home
last modified time | relevance | path

Searched defs:ST_SYNCHRONOUS (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.h92 ST_SYNCHRONOUS = 16, /* Writes are synced at once. */ enumerator
93 # define ST_SYNCHRONOUS ST_SYNCHRONOUS 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.h92 ST_SYNCHRONOUS = 16, /* Writes are synced at once. */ enumerator
93 # define ST_SYNCHRONOUS ST_SYNCHRONOUS macro
/OK3568_Linux_fs/kernel/include/linux/
H A Dstatfs.h34 #define ST_SYNCHRONOUS 0x0010 /* writes are synced at once */ macro