Home
last modified time | relevance | path

Searched defs:ST_NOATIME (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.h102 ST_NOATIME = 1024, /* Do not update access times. */ enumerator
103 # define ST_NOATIME ST_NOATIME 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.h102 ST_NOATIME = 1024, /* Do not update access times. */ enumerator
103 # define ST_NOATIME ST_NOATIME macro
/OK3568_Linux_fs/kernel/include/linux/
H A Dstatfs.h40 #define ST_NOATIME 0x0400 /* do not update access times */ macro