attr_def
cip = container_of(attr, struct pvr2_sysfs_ctl_item, attr_def);
sysfs_attr_init(&cip->attr_def.attr);
cip->attr_def.attr.name = "def_val";
cip->attr_def.attr.mode = S_IRUGO;
cip->attr_def.show = show_def;
cip->attr_gen[acnt++] = &cip->attr_def.attr;
struct device_attribute attr_def;
static struct attr_def *ntfs_attr_find_in_attrdef(const struct ntfs_volume *vol,
struct attr_def *ad;
struct attr_def *ad;
struct attr_def *ad;
static_assert(sizeof(struct attr_def) == 160);
struct attr_def *attrdef;