Home
last modified time | relevance | path

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

/linux-2.6.39/include/linux/
Dstatfs.h34 #define ST_VALID 0x0020 /* f_flags support is implemented */ macro
/linux-2.6.39/fs/
Dstatfs.c44 return ST_VALID | flags_by_mnt(mnt->mnt_flags) | in calculate_f_flags()