Searched refs:FATTR4_WORD0_CHANGE (Results 1 – 9 of 9) sorted by relevance
410 | FATTR4_WORD0_CHANGE | FATTR4_WORD0_SIZE | FATTR4_WORD0_LINK_SUPPORT \
96 if (bitmap[0] & FATTR4_WORD0_CHANGE) in decode_cb_fattr4()
3559 if (attrmask[0] & (FATTR4_WORD0_CHANGE | FATTR4_WORD0_SIZE)) { in nfsd4_encode_fattr4()
1187 dp->dl_cb_fattr.ncf_cb_bmap[0] = FATTR4_WORD0_CHANGE | FATTR4_WORD0_SIZE; in alloc_init_deleg()
530 #define FATTR4_WORD0_CHANGE BIT(FATTR4_CHANGE) macro
65 res->bitmap[0] = (FATTR4_WORD0_CHANGE | FATTR4_WORD0_SIZE) & in nfs4_callback_getattr()
609 if (!(bitmap[0] & FATTR4_WORD0_CHANGE)) in encode_attr_change()
202 | FATTR4_WORD0_CHANGE223 | FATTR4_WORD0_CHANGE275 FATTR4_WORD0_CHANGE307 dst[0] &= ~FATTR4_WORD0_CHANGE; in nfs4_bitmap_copy_adjust()4032 server->cache_consistency_bitmask[0] &= FATTR4_WORD0_CHANGE|FATTR4_WORD0_SIZE; in _nfs4_server_capabilities()5713 bitmask[0] |= FATTR4_WORD0_CHANGE; in nfs4_bitmask_set()
1614 attrs[0] |= FATTR4_WORD0_CHANGE in encode_readdir()3393 if (unlikely(bitmap[0] & (FATTR4_WORD0_CHANGE - 1U))) in decode_attr_change()3395 if (likely(bitmap[0] & FATTR4_WORD0_CHANGE)) { in decode_attr_change()3400 bitmap[0] &= ~FATTR4_WORD0_CHANGE; in decode_attr_change()
Completed in 73 milliseconds