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

/linux-master/include/linux/
H A Dnfs4.h543 #define FATTR4_WORD0_FILES_TOTAL BIT(FATTR4_FILES_TOTAL) macro
/linux-master/fs/nfsd/
H A Dnfsd.h390 | FATTR4_WORD0_FILES_FREE | FATTR4_WORD0_FILES_TOTAL | FATTR4_WORD0_FS_LOCATIONS | FATTR4_WORD0_HOMOGENEOUS \
H A Dnfs4xdr.c3556 FATTR4_WORD0_FILES_TOTAL | FATTR4_WORD0_MAXNAME)) ||
/linux-master/fs/nfs/
H A Dnfs4xdr.c3681 if (unlikely(bitmap[0] & (FATTR4_WORD0_FILES_TOTAL - 1U)))
3683 if (likely(bitmap[0] & FATTR4_WORD0_FILES_TOTAL)) {
3688 bitmap[0] &= ~FATTR4_WORD0_FILES_TOTAL;
H A Dnfs4proc.c250 | FATTR4_WORD0_FILES_TOTAL,

Completed in 202 milliseconds