Searched refs:FATTR4_WORD1_NUMLINKS (Results 1 – 5 of 5) sorted by relevance
433 #define FATTR4_WORD1_NUMLINKS (1UL << 3) macro
363 (FATTR4_WORD1_MODE | FATTR4_WORD1_NO_TRUNC | FATTR4_WORD1_NUMLINKS \
3190 if (bmval1 & FATTR4_WORD1_NUMLINKS) { in nfsd4_encode_fattr()
1616 attrs[1] |= FATTR4_WORD1_MODE|FATTR4_WORD1_NUMLINKS|FATTR4_WORD1_OWNER| in encode_readdir()3884 if (unlikely(bitmap[1] & (FATTR4_WORD1_NUMLINKS - 1U))) in decode_attr_nlink()3886 if (likely(bitmap[1] & FATTR4_WORD1_NUMLINKS)) { in decode_attr_nlink()3891 bitmap[1] &= ~FATTR4_WORD1_NUMLINKS; in decode_attr_nlink()
205 | FATTR4_WORD1_NUMLINKS226 | FATTR4_WORD1_NUMLINKS3881 if (!(res.attr_bitmask[1] & FATTR4_WORD1_NUMLINKS)) in _nfs4_server_capabilities()5443 bitmask[1] |= FATTR4_WORD1_NUMLINKS; in nfs4_bitmask_set()
Completed in 46 milliseconds