Home
last modified time | relevance | path

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

/linux-6.6.21/fs/nfsd/
Dnfsd.h364 | FATTR4_WORD0_CHANGE | FATTR4_WORD0_SIZE | FATTR4_WORD0_LINK_SUPPORT \
472 (FATTR4_WORD0_SIZE | FATTR4_WORD0_ACL)
Dnfs4xdr.c405 if (bmval[0] & FATTR4_WORD0_SIZE) { in nfsd4_decode_fattr4()
2987 if (bmval0 & (FATTR4_WORD0_CHANGE | FATTR4_WORD0_SIZE)) { in nfsd4_encode_fattr()
3111 if (bmval0 & FATTR4_WORD0_SIZE) { in nfsd4_encode_fattr()
/linux-6.6.21/include/linux/
Dnfs4.h398 #define FATTR4_WORD0_SIZE (1UL << 4) macro
/linux-6.6.21/fs/nfs/
Dcallback_proc.c64 res->bitmap[0] = (FATTR4_WORD0_CHANGE|FATTR4_WORD0_SIZE) & in nfs4_callback_getattr()
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 attrs[0] |= FATTR4_WORD0_TYPE|FATTR4_WORD0_CHANGE|FATTR4_WORD0_SIZE| in encode_readdir()
3378 if (unlikely(bitmap[0] & (FATTR4_WORD0_SIZE - 1U))) in decode_attr_size()
3380 if (likely(bitmap[0] & FATTR4_WORD0_SIZE)) { in decode_attr_size()
3385 bitmap[0] &= ~FATTR4_WORD0_SIZE; in decode_attr_size()
Dcallback_xdr.c617 if (!(bitmap[0] & FATTR4_WORD0_SIZE)) in encode_attr_size()
Dnfs4proc.c203 | FATTR4_WORD0_SIZE
224 | FATTR4_WORD0_SIZE
276 | FATTR4_WORD0_SIZE
304 dst[0] &= ~FATTR4_WORD0_SIZE; in nfs4_bitmap_copy_adjust()
3923 server->cache_consistency_bitmask[0] &= FATTR4_WORD0_CHANGE|FATTR4_WORD0_SIZE; in _nfs4_server_capabilities()
5598 bitmask[0] |= FATTR4_WORD0_SIZE; in nfs4_bitmask_set()