Searched refs:FATTR4_WORD1_NUMLINKS (Results 1 – 5 of 5) sorted by relevance
400 #define FATTR4_WORD1_NUMLINKS (1UL << 3) macro
319 (FATTR4_WORD1_MODE | FATTR4_WORD1_NO_TRUNC | FATTR4_WORD1_NUMLINKS \
2635 if (bmval1 & FATTR4_WORD1_NUMLINKS) { in nfsd4_encode_fattr()
1583 attrs[1] |= FATTR4_WORD1_MODE|FATTR4_WORD1_NUMLINKS|FATTR4_WORD1_OWNER| in encode_readdir()3836 if (unlikely(bitmap[1] & (FATTR4_WORD1_NUMLINKS - 1U))) in decode_attr_nlink()3838 if (likely(bitmap[1] & FATTR4_WORD1_NUMLINKS)) { in decode_attr_nlink()3843 bitmap[1] &= ~FATTR4_WORD1_NUMLINKS; in decode_attr_nlink()
181 | FATTR4_WORD1_NUMLINKS202 | FATTR4_WORD1_NUMLINKS252 | FATTR4_WORD1_NUMLINKS3075 if (res.attr_bitmask[1] & FATTR4_WORD1_NUMLINKS) in _nfs4_server_capabilities()