Lines Matching refs:damon_sysfs_quotas

893 struct damon_sysfs_quotas {  struct
901 static struct damon_sysfs_quotas *damon_sysfs_quotas_alloc(void) in damon_sysfs_quotas_alloc() argument
903 return kzalloc(sizeof(struct damon_sysfs_quotas), GFP_KERNEL); in damon_sysfs_quotas_alloc()
906 static int damon_sysfs_quotas_add_dirs(struct damon_sysfs_quotas *quotas) in damon_sysfs_quotas_add_dirs()
924 static void damon_sysfs_quotas_rm_dirs(struct damon_sysfs_quotas *quotas) in damon_sysfs_quotas_rm_dirs()
932 struct damon_sysfs_quotas *quotas = container_of(kobj, in ms_show()
933 struct damon_sysfs_quotas, kobj); in ms_show()
941 struct damon_sysfs_quotas *quotas = container_of(kobj, in ms_store()
942 struct damon_sysfs_quotas, kobj); in ms_store()
953 struct damon_sysfs_quotas *quotas = container_of(kobj, in bytes_show()
954 struct damon_sysfs_quotas, kobj); in bytes_show()
962 struct damon_sysfs_quotas *quotas = container_of(kobj, in bytes_store()
963 struct damon_sysfs_quotas, kobj); in bytes_store()
974 struct damon_sysfs_quotas *quotas = container_of(kobj, in reset_interval_ms_show()
975 struct damon_sysfs_quotas, kobj); in reset_interval_ms_show()
983 struct damon_sysfs_quotas *quotas = container_of(kobj, in reset_interval_ms_store()
984 struct damon_sysfs_quotas, kobj); in reset_interval_ms_store()
994 kfree(container_of(kobj, struct damon_sysfs_quotas, kobj)); in damon_sysfs_quotas_release()
1012 ATTRIBUTE_GROUPS(damon_sysfs_quotas);
1127 struct damon_sysfs_quotas *quotas;
1186 struct damon_sysfs_quotas *quotas = damon_sysfs_quotas_alloc(); in damon_sysfs_scheme_set_quotas()
1584 struct damon_sysfs_quotas *sysfs_quotas = sysfs_scheme->quotas; in damon_sysfs_mk_scheme()
1634 struct damon_sysfs_quotas *sysfs_quotas = sysfs_scheme->quotas; in damon_sysfs_update_scheme()