Home
last modified time | relevance | path

Searched refs:FATTR4_WORD0_SIZE (Results 1 – 7 of 7) sorted by relevance

/linux/fs/nfsd/
H A Dnfsd.h407 | FATTR4_WORD0_CHANGE | FATTR4_WORD0_SIZE | FATTR4_WORD0_LINK_SUPPORT \
518 (FATTR4_WORD0_SIZE | FATTR4_WORD0_ACL)
H A Dnfs4callback.c105 if (bitmap[0] & FATTR4_WORD0_SIZE) in decode_cb_fattr4()
394 bmap[0] = FATTR4_WORD0_SIZE; in encode_cb_getattr4args()
/linux/include/linux/
H A Dnfs4.h527 #define FATTR4_WORD0_SIZE BIT(FATTR4_SIZE) macro
/linux/fs/nfs/
H A Dcallback_proc.c65 res->bitmap[0] = (FATTR4_WORD0_CHANGE | FATTR4_WORD0_SIZE) & in nfs4_callback_getattr()
H A Dnfs4xdr.c1098 if ((iap->ia_valid & ATTR_SIZE) && (attrmask[0] & FATTR4_WORD0_SIZE)) { in encode_attrs()
1099 bmval[0] |= FATTR4_WORD0_SIZE; in encode_attrs()
1164 if (bmval[0] & FATTR4_WORD0_SIZE) in encode_attrs()
1615 | FATTR4_WORD0_SIZE in encode_readdir()
3414 if (unlikely(bitmap[0] & (FATTR4_WORD0_SIZE - 1U))) in decode_attr_size()
3416 if (likely(bitmap[0] & FATTR4_WORD0_SIZE)) { in decode_attr_size()
3421 bitmap[0] &= ~FATTR4_WORD0_SIZE; in decode_attr_size()
H A Dcallback_xdr.c622 if (!(bitmap[0] & FATTR4_WORD0_SIZE)) in encode_attr_size()
H A Dnfs4proc.c212 | FATTR4_WORD0_SIZE
233 | FATTR4_WORD0_SIZE
285 | FATTR4_WORD0_SIZE
313 dst[0] &= ~FATTR4_WORD0_SIZE; in nfs4_bitmap_copy_adjust()
4046 server->cache_consistency_bitmask[0] &= FATTR4_WORD0_CHANGE|FATTR4_WORD0_SIZE; in _nfs4_server_capabilities()
5744 bitmask[0] |= FATTR4_WORD0_SIZE; in nfs4_bitmask_set()