Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/linux/
Dnfs4.h402 #define FATTR4_WORD0_LINK_SUPPORT (1UL << 5) macro
/kernel/linux/linux-5.10/fs/nfsd/
Dnfsd.h340 | FATTR4_WORD0_CHANGE | FATTR4_WORD0_SIZE | FATTR4_WORD0_LINK_SUPPORT \
Dnfs4xdr.c2861 if (bmval0 & FATTR4_WORD0_LINK_SUPPORT) { in nfsd4_encode_fattr()
/kernel/linux/linux-5.10/fs/nfs/
Dnfs4xdr.c3368 if (unlikely(bitmap[0] & (FATTR4_WORD0_LINK_SUPPORT - 1U))) in decode_attr_link_support()
3370 if (likely(bitmap[0] & FATTR4_WORD0_LINK_SUPPORT)) { in decode_attr_link_support()
3375 bitmap[0] &= ~FATTR4_WORD0_LINK_SUPPORT; in decode_attr_link_support()
Dnfs4proc.c3852 FATTR4_WORD0_LINK_SUPPORT | in _nfs4_server_capabilities()