Searched refs:goals_arr (Results 1 – 1 of 1) sorted by relevance
1052 struct damos_sysfs_quota_goal **goals_arr; /* counted by nr */ member1064 struct damos_sysfs_quota_goal **goals_arr = goals->goals_arr; in damos_sysfs_quota_goals_rm_dirs() local1068 kobject_put(&goals_arr[i]->kobj); in damos_sysfs_quota_goals_rm_dirs()1070 kfree(goals_arr); in damos_sysfs_quota_goals_rm_dirs()1071 goals->goals_arr = NULL; in damos_sysfs_quota_goals_rm_dirs()1077 struct damos_sysfs_quota_goal **goals_arr, *goal; in damos_sysfs_quota_goals_add_dirs() local1084 goals_arr = kmalloc_array(nr_goals, sizeof(*goals_arr), in damos_sysfs_quota_goals_add_dirs()1086 if (!goals_arr) in damos_sysfs_quota_goals_add_dirs()1088 goals->goals_arr = goals_arr; in damos_sysfs_quota_goals_add_dirs()1106 goals_arr[i] = goal; in damos_sysfs_quota_goals_add_dirs()[all …]