Lines Matching defs:attrs
1238 encode_attrs(xdr, create->attrs, create->label, &create->umask,
1424 encode_attrs(xdr, arg->u.attrs, arg->label, &arg->umask,
1429 encode_attrs(xdr, arg->u.attrs, arg->label, &arg->umask,
1439 encode_attrs(xdr, arg->u.attrs, arg->label, &arg->umask,
1592 uint32_t attrs[3] = {
1602 attrs[0] |= FATTR4_WORD0_TYPE|FATTR4_WORD0_CHANGE|FATTR4_WORD0_SIZE|
1604 attrs[1] |= FATTR4_WORD1_MODE|FATTR4_WORD1_NUMLINKS|FATTR4_WORD1_OWNER|
1608 attrs[2] |= FATTR4_WORD2_SECURITY_LABEL;
1613 attrs[0] |= FATTR4_WORD0_FILEID;
1614 for (i = 0; i < ARRAY_SIZE(attrs); i++) {
1615 attrs[i] &= readdir->bitmask[i];
1616 if (attrs[i] != 0)
1628 *p++ = cpu_to_be32(attrs[i]);
1635 attrs[0] & readdir->bitmask[0],
1636 attrs[1] & readdir->bitmask[1],
1637 attrs[2] & readdir->bitmask[2]);
3672 /* Ignore borken servers that return unrequested attrs */
5635 struct nfs4_channel_attrs *attrs)
5646 attrs->max_rqst_sz = be32_to_cpup(p++);
5647 attrs->max_resp_sz = be32_to_cpup(p++);
5648 attrs->max_resp_sz_cached = be32_to_cpup(p++);
5649 attrs->max_ops = be32_to_cpup(p++);
5650 attrs->max_reqs = be32_to_cpup(p++);
5653 printk(KERN_WARNING "NFS: %s: Invalid rdma channel attrs "