Home
last modified time | relevance | path

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

/linux-6.1.9/include/linux/
Dnfs4.h433 #define FATTR4_WORD1_NUMLINKS (1UL << 3) macro
/linux-6.1.9/fs/nfsd/
Dnfsd.h377 (FATTR4_WORD1_MODE | FATTR4_WORD1_NO_TRUNC | FATTR4_WORD1_NUMLINKS \
Dnfs4xdr.c3236 if (bmval1 & FATTR4_WORD1_NUMLINKS) { in nfsd4_encode_fattr()
/linux-6.1.9/fs/nfs/
Dnfs4xdr.c1617 attrs[1] |= FATTR4_WORD1_MODE|FATTR4_WORD1_NUMLINKS|FATTR4_WORD1_OWNER| in encode_readdir()
3934 if (unlikely(bitmap[1] & (FATTR4_WORD1_NUMLINKS - 1U))) in decode_attr_nlink()
3936 if (likely(bitmap[1] & FATTR4_WORD1_NUMLINKS)) { in decode_attr_nlink()
3941 bitmap[1] &= ~FATTR4_WORD1_NUMLINKS; in decode_attr_nlink()
Dnfs4proc.c206 | FATTR4_WORD1_NUMLINKS
227 | FATTR4_WORD1_NUMLINKS
3902 if (!(res.attr_bitmask[1] & FATTR4_WORD1_NUMLINKS)) in _nfs4_server_capabilities()
5585 bitmask[1] |= FATTR4_WORD1_NUMLINKS; in nfs4_bitmask_set()