Home
last modified time | relevance | path

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

/linux-6.15/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.c103 if (bitmap[0] & FATTR4_WORD0_SIZE) in decode_cb_fattr4()
392 bmap[0] = FATTR4_WORD0_SIZE; in encode_cb_getattr4args()
H A Dnfs4xdr.c406 if (bmval[0] & FATTR4_WORD0_SIZE) { in nfsd4_decode_fattr4()
3617 FATTR4_WORD0_SIZE)) || in nfsd4_encode_fattr4()
/linux-6.15/include/linux/
H A Dnfs4.h528 #define FATTR4_WORD0_SIZE BIT(FATTR4_SIZE) macro
/linux-6.15/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.c215 | FATTR4_WORD0_SIZE
236 | FATTR4_WORD0_SIZE
288 | FATTR4_WORD0_SIZE
316 dst[0] &= ~FATTR4_WORD0_SIZE; in nfs4_bitmap_copy_adjust()
4061 server->cache_consistency_bitmask[0] &= FATTR4_WORD0_CHANGE|FATTR4_WORD0_SIZE; in _nfs4_server_capabilities()
5778 bitmask[0] |= FATTR4_WORD0_SIZE; in nfs4_bitmask_set()