Home
last modified time | relevance | path

Searched refs:ST_VALID (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/include/linux/
Dstatfs.h35 #define ST_VALID 0x0020 /* f_flags support is implemented */ macro
/Linux-v4.19/fs/
Dstatfs.c49 return ST_VALID | flags_by_mnt(mnt->mnt_flags) | in calculate_f_flags()