Searched refs:damon_sysfs_quotas (Results 1 – 1 of 1) sorted by relevance
890 struct damon_sysfs_quotas { struct898 static struct damon_sysfs_quotas *damon_sysfs_quotas_alloc(void) in damon_sysfs_quotas_alloc() argument900 return kzalloc(sizeof(struct damon_sysfs_quotas), GFP_KERNEL); in damon_sysfs_quotas_alloc()903 static int damon_sysfs_quotas_add_dirs(struct damon_sysfs_quotas *quotas) in damon_sysfs_quotas_add_dirs()921 static void damon_sysfs_quotas_rm_dirs(struct damon_sysfs_quotas *quotas) in damon_sysfs_quotas_rm_dirs()929 struct damon_sysfs_quotas *quotas = container_of(kobj, in ms_show()930 struct damon_sysfs_quotas, kobj); in ms_show()938 struct damon_sysfs_quotas *quotas = container_of(kobj, in ms_store()939 struct damon_sysfs_quotas, kobj); in ms_store()950 struct damon_sysfs_quotas *quotas = container_of(kobj, in bytes_show()[all …]