Home
last modified time | relevance | path

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

/linux/fs/nfsd/
H A Dattr4.h23 | FATTR4_WORD0_CHANGE | FATTR4_WORD0_SIZE | FATTR4_WORD0_LINK_SUPPORT \
101 (FATTR4_WORD0_SIZE | FATTR4_WORD0_ACL)
H A Dnfs4callback.c104 if (bitmap[0] & FATTR4_WORD0_SIZE) in decode_cb_fattr4()
397 bmap[0] = FATTR4_WORD0_SIZE; in encode_cb_getattr4args()
H A Dnfs4xdr.c519 if (bmval[0] & FATTR4_WORD0_SIZE) { in nfsd4_decode_fattr4()
3992 FATTR4_WORD0_SIZE)) || in nfsd4_encode_fattr4()
H A Dnfs4state.c10211 FATTR4_WORD0_SIZE | \
10225 FATTR4_WORD0_SIZE)
/linux/include/linux/
H A Dnfs4.h410 #define FATTR4_WORD0_SIZE BIT(FATTR4_SIZE) macro
/linux/fs/nfs/
H A Dcallback_proc.c71 res->bitmap[0] = (FATTR4_WORD0_CHANGE | FATTR4_WORD0_SIZE) & in nfs4_callback_getattr()
H A Dnfs4xdr.c1102 if ((iap->ia_valid & ATTR_SIZE) && (attrmask[0] & FATTR4_WORD0_SIZE)) { in encode_attrs()
1103 bmval[0] |= FATTR4_WORD0_SIZE; in encode_attrs()
1168 if (bmval[0] & FATTR4_WORD0_SIZE) in encode_attrs()
1621 | FATTR4_WORD0_SIZE in encode_readdir()
3426 if (unlikely(bitmap[0] & (FATTR4_WORD0_SIZE - 1U))) in decode_attr_size()
3428 if (likely(bitmap[0] & FATTR4_WORD0_SIZE)) { in decode_attr_size()
3433 bitmap[0] &= ~FATTR4_WORD0_SIZE; in decode_attr_size()
H A Dcallback_xdr.c615 if (!(bitmap[0] & FATTR4_WORD0_SIZE)) in encode_attr_size()
H A Dnfs4proc.c214 | FATTR4_WORD0_SIZE
237 | FATTR4_WORD0_SIZE
291 | FATTR4_WORD0_SIZE
328 dst[0] &= ~FATTR4_WORD0_SIZE; in nfs4_bitmap_copy_adjust()
4018 server->cache_consistency_bitmask[0] &= FATTR4_WORD0_CHANGE|FATTR4_WORD0_SIZE; in _nfs4_server_capabilities()
4193 FATTR4_WORD0_SIZE | FATTR4_WORD0_FSID, in _nfs4_lookup_root()
5869 bitmask[0] |= FATTR4_WORD0_SIZE; in nfs4_bitmask_set()