Home
last modified time | relevance | path

Searched refs:FATTR4_WORD0_FILES_TOTAL (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/include/linux/
H A Dnfs4.h421 #define FATTR4_WORD0_FILES_TOTAL (1UL << 23) macro
/openbmc/linux/fs/nfsd/
H A Dnfsd.h371 …| FATTR4_WORD0_FILES_FREE | FATTR4_WORD0_FILES_TOTAL | FATTR4_WORD0_FS_LOCATIONS | FATTR4_WO…
H A Dnfs4xdr.c2994 FATTR4_WORD0_FILES_TOTAL | FATTR4_WORD0_MAXNAME)) || in nfsd4_encode_fattr()
3255 if (bmval0 & FATTR4_WORD0_FILES_TOTAL) { in nfsd4_encode_fattr()
/openbmc/linux/fs/nfs/
H A Dnfs4xdr.c3672 if (unlikely(bitmap[0] & (FATTR4_WORD0_FILES_TOTAL - 1U))) in decode_attr_files_total()
3674 if (likely(bitmap[0] & FATTR4_WORD0_FILES_TOTAL)) { in decode_attr_files_total()
3679 bitmap[0] &= ~FATTR4_WORD0_FILES_TOTAL; in decode_attr_files_total()
H A Dnfs4proc.c250 | FATTR4_WORD0_FILES_TOTAL,