Lines Matching defs:attrs
1250 encode_attrs(xdr, create->attrs, create->label, &create->umask,
1436 encode_attrs(xdr, arg->u.attrs, arg->label, &arg->umask,
1441 encode_attrs(xdr, arg->u.attrs, arg->label, &arg->umask,
1451 encode_attrs(xdr, arg->u.attrs, arg->label, &arg->umask,
1604 uint32_t attrs[3] = {
1615 attrs[0] |= FATTR4_WORD0_TYPE|FATTR4_WORD0_CHANGE|FATTR4_WORD0_SIZE|
1617 attrs[1] |= FATTR4_WORD1_MODE|FATTR4_WORD1_NUMLINKS|FATTR4_WORD1_OWNER|
1621 attrs[2] |= FATTR4_WORD2_SECURITY_LABEL;
1625 attrs[0] |= FATTR4_WORD0_FILEID;
1626 for (i = 0; i < ARRAY_SIZE(attrs); i++) {
1627 attrs[i] &= readdir->bitmask[i];
1628 if (attrs[i] != 0)
1640 *p++ = cpu_to_be32(attrs[i]);
1647 attrs[0] & readdir->bitmask[0],
1648 attrs[1] & readdir->bitmask[1],
1649 attrs[2] & readdir->bitmask[2]);
3740 /* Ignore borken servers that return unrequested attrs */
5732 struct nfs4_channel_attrs *attrs)
5743 attrs->max_rqst_sz = be32_to_cpup(p++);
5744 attrs->max_resp_sz = be32_to_cpup(p++);
5745 attrs->max_resp_sz_cached = be32_to_cpup(p++);
5746 attrs->max_ops = be32_to_cpup(p++);
5747 attrs->max_reqs = be32_to_cpup(p++);
5750 printk(KERN_WARNING "NFS: %s: Invalid rdma channel attrs "