Home
last modified time | relevance | path

Searched full:st_valid (Results 1 – 2 of 2) sorted by relevance

/linux/include/linux/
H A Dstatfs.h28 * ABI. The exception is ST_VALID which has the same value as MS_REMOUNT
36 #define ST_VALID 0x0020 /* f_flags support is implemented */ macro
/linux/fs/
H A Dstatfs.c51 return ST_VALID | flags_by_mnt(mnt->mnt_flags) | in calculate_f_flags()