Searched refs:damon_sysfs_quotas (Results 1 – 1 of 1) sorted by relevance
893 struct damon_sysfs_quotas { struct901 static struct damon_sysfs_quotas *damon_sysfs_quotas_alloc(void) in damon_sysfs_quotas_alloc() argument903 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()[all …]