ext4_feat         266 fs/ext4/sysfs.c ATTRIBUTE_GROUPS(ext4_feat);
ext4_feat         398 fs/ext4/sysfs.c static struct kobject *ext4_feat;
ext4_feat         445 fs/ext4/sysfs.c 	ext4_feat = kzalloc(sizeof(*ext4_feat), GFP_KERNEL);
ext4_feat         446 fs/ext4/sysfs.c 	if (!ext4_feat) {
ext4_feat         451 fs/ext4/sysfs.c 	ret = kobject_init_and_add(ext4_feat, &ext4_feat_ktype,
ext4_feat         460 fs/ext4/sysfs.c 	kobject_put(ext4_feat);
ext4_feat         461 fs/ext4/sysfs.c 	ext4_feat = NULL;
ext4_feat         470 fs/ext4/sysfs.c 	kobject_put(ext4_feat);
ext4_feat         471 fs/ext4/sysfs.c 	ext4_feat = NULL;