Lines Matching refs:damos_sysfs_quota_goals
1168 struct damos_sysfs_quota_goals { struct
1174 static struct damos_sysfs_quota_goals *damos_sysfs_quota_goals_alloc(void) in damos_sysfs_quota_goals_alloc() argument
1176 return kzalloc(sizeof(struct damos_sysfs_quota_goals), GFP_KERNEL); in damos_sysfs_quota_goals_alloc()
1180 struct damos_sysfs_quota_goals *goals) in damos_sysfs_quota_goals_rm_dirs()
1193 struct damos_sysfs_quota_goals *goals, int nr_goals) in damos_sysfs_quota_goals_add_dirs()
1233 struct damos_sysfs_quota_goals *goals = container_of(kobj, in nr_goals_show()
1234 struct damos_sysfs_quota_goals, kobj); in nr_goals_show()
1242 struct damos_sysfs_quota_goals *goals; in nr_goals_store()
1250 goals = container_of(kobj, struct damos_sysfs_quota_goals, kobj); in nr_goals_store()
1264 kfree(container_of(kobj, struct damos_sysfs_quota_goals, kobj)); in damos_sysfs_quota_goals_release()
1274 ATTRIBUTE_GROUPS(damos_sysfs_quota_goals);
1400 struct damos_sysfs_quota_goals *goals;
1415 struct damos_sysfs_quota_goals *goals; in damon_sysfs_quotas_add_dirs()
2491 struct damos_sysfs_quota_goals *sysfs_goals, in damos_sysfs_add_quota_score()