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

/linux-master/fs/nfsd/
H A Dnfsd.h384 | FATTR4_WORD0_CHANGE | FATTR4_WORD0_SIZE | FATTR4_WORD0_LINK_SUPPORT \
492 (FATTR4_WORD0_SIZE | FATTR4_WORD0_ACL)
H A Dnfs4callback.c99 if (bitmap[0] & FATTR4_WORD0_SIZE)
H A Dnfs4xdr.c405 if (bmval[0] & FATTR4_WORD0_SIZE) {
3535 if (attrmask[0] & (FATTR4_WORD0_CHANGE | FATTR4_WORD0_SIZE)) {
H A Dnfs4state.c1197 dp->dl_cb_fattr.ncf_cb_bmap[0] = FATTR4_WORD0_CHANGE | FATTR4_WORD0_SIZE;
/linux-master/include/linux/
H A Dnfs4.h520 #define FATTR4_WORD0_SIZE BIT(FATTR4_SIZE) macro
/linux-master/fs/nfs/
H A Dcallback_proc.c64 res->bitmap[0] = (FATTR4_WORD0_CHANGE|FATTR4_WORD0_SIZE) &
H A Dcallback_xdr.c617 if (!(bitmap[0] & FATTR4_WORD0_SIZE))
H A Dnfs4xdr.c1098 if ((iap->ia_valid & ATTR_SIZE) && (attrmask[0] & FATTR4_WORD0_SIZE)) {
1099 bmval[0] |= FATTR4_WORD0_SIZE;
1164 if (bmval[0] & FATTR4_WORD0_SIZE)
1617 | FATTR4_WORD0_SIZE
3387 if (unlikely(bitmap[0] & (FATTR4_WORD0_SIZE - 1U)))
3389 if (likely(bitmap[0] & FATTR4_WORD0_SIZE)) {
3394 bitmap[0] &= ~FATTR4_WORD0_SIZE;
H A Dnfs4proc.c203 | FATTR4_WORD0_SIZE
224 | FATTR4_WORD0_SIZE
276 | FATTR4_WORD0_SIZE
304 dst[0] &= ~FATTR4_WORD0_SIZE;
3943 server->cache_consistency_bitmask[0] &= FATTR4_WORD0_CHANGE|FATTR4_WORD0_SIZE;
5619 bitmask[0] |= FATTR4_WORD0_SIZE;

Completed in 280 milliseconds