Home
last modified time | relevance | path

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

/linux-4.19.296/include/linux/
Dnfs4.h389 #define FATTR4_WORD0_CHANGE (1UL << 3) macro
/linux-4.19.296/fs/nfsd/
Dnfsd.h314 | FATTR4_WORD0_CHANGE | FATTR4_WORD0_SIZE | FATTR4_WORD0_LINK_SUPPORT \
Dnfs4xdr.c2546 if (bmval0 & FATTR4_WORD0_CHANGE) { in nfsd4_encode_fattr()
/linux-4.19.296/fs/nfs/
Dcallback_proc.c61 res->bitmap[0] = (FATTR4_WORD0_CHANGE|FATTR4_WORD0_SIZE) & in nfs4_callback_getattr()
Dcallback_xdr.c613 if (!(bitmap[0] & FATTR4_WORD0_CHANGE)) in encode_attr_change()
Dnfs4proc.c192 | FATTR4_WORD0_CHANGE
213 | FATTR4_WORD0_CHANGE
263 FATTR4_WORD0_CHANGE
296 dst[0] &= ~FATTR4_WORD0_CHANGE; in nfs4_bitmap_copy_adjust()
3664 server->cache_consistency_bitmask[0] &= FATTR4_WORD0_CHANGE|FATTR4_WORD0_SIZE; in _nfs4_server_capabilities()
Dnfs4xdr.c1602 attrs[0] |= FATTR4_WORD0_TYPE|FATTR4_WORD0_CHANGE|FATTR4_WORD0_SIZE| in encode_readdir()
3350 if (unlikely(bitmap[0] & (FATTR4_WORD0_CHANGE - 1U))) in decode_attr_change()
3352 if (likely(bitmap[0] & FATTR4_WORD0_CHANGE)) { in decode_attr_change()
3357 bitmap[0] &= ~FATTR4_WORD0_CHANGE; in decode_attr_change()