Lines Matching refs:attr
131 " -N, --attr-name NAME Write to attribute with this name\n"
159 { "attr-name", required_argument, NULL, 'N' },
174 s64 attr;
209 attr = strtol(optarg, &s, 0);
214 opts.attribute = (ATTR_TYPES)cpu_to_le32(attr);
615 ATTR_RECORD *attr;
624 attr = ctx->attr;
625 attr->non_resident = 1;
626 attr->data_size = cpu_to_sle64(na->data_size);
627 attr->initialized_size = cpu_to_sle64(na->initialized_size);
628 attr->allocated_size = cpu_to_sle64(na->allocated_size);
630 attr->compressed_size = cpu_to_sle64(na->compressed_size);