Lines Matching refs:of
1439 static ssize_t tg_set_conf(struct kernfs_open_file *of, in tg_set_conf() argument
1442 struct blkcg *blkcg = css_to_blkcg(of_css(of)); in tg_set_conf()
1461 *(u64 *)((void *)tg + of_cft(of)->private) = v; in tg_set_conf()
1463 *(unsigned int *)((void *)tg + of_cft(of)->private) = v; in tg_set_conf()
1472 static ssize_t tg_set_conf_u64(struct kernfs_open_file *of, in tg_set_conf_u64() argument
1475 return tg_set_conf(of, buf, nbytes, off, true); in tg_set_conf_u64()
1478 static ssize_t tg_set_conf_uint(struct kernfs_open_file *of, in tg_set_conf_uint() argument
1481 return tg_set_conf(of, buf, nbytes, off, false); in tg_set_conf_uint()
1592 static ssize_t tg_set_limit(struct kernfs_open_file *of, in tg_set_limit() argument
1595 struct blkcg *blkcg = css_to_blkcg(of_css(of)); in tg_set_limit()
1602 int index = of_cft(of)->private; in tg_set_limit()