Home
last modified time | relevance | path

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

/linux/fs/nfsd/
H A Dnfsd.h407 | FATTR4_WORD0_CHANGE | FATTR4_WORD0_SIZE | FATTR4_WORD0_LINK_SUPPORT \
/linux/include/linux/
H A Dnfs4.h528 #define FATTR4_WORD0_LINK_SUPPORT BIT(FATTR4_LINK_SUPPORT) macro
/linux/fs/nfs/
H A Dnfs4xdr.c3433 if (unlikely(bitmap[0] & (FATTR4_WORD0_LINK_SUPPORT - 1U))) in decode_attr_link_support()
3435 if (likely(bitmap[0] & FATTR4_WORD0_LINK_SUPPORT)) { in decode_attr_link_support()
3440 bitmap[0] &= ~FATTR4_WORD0_LINK_SUPPORT; in decode_attr_link_support()
H A Dnfs4proc.c3958 FATTR4_WORD0_LINK_SUPPORT | in _nfs4_server_capabilities()
3971 FATTR4_WORD0_LINK_SUPPORT | in _nfs4_server_capabilities()