Lines Matching refs:of
1465 static ssize_t tg_set_conf(struct kernfs_open_file *of, in tg_set_conf() argument
1468 struct blkcg *blkcg = css_to_blkcg(of_css(of)); in tg_set_conf()
1487 *(u64 *)((void *)tg + of_cft(of)->private) = v; in tg_set_conf()
1489 *(unsigned int *)((void *)tg + of_cft(of)->private) = v; in tg_set_conf()
1498 static ssize_t tg_set_conf_u64(struct kernfs_open_file *of, in tg_set_conf_u64() argument
1501 return tg_set_conf(of, buf, nbytes, off, true); in tg_set_conf_u64()
1504 static ssize_t tg_set_conf_uint(struct kernfs_open_file *of, in tg_set_conf_uint() argument
1507 return tg_set_conf(of, buf, nbytes, off, false); in tg_set_conf_uint()
1654 static ssize_t tg_set_limit(struct kernfs_open_file *of, in tg_set_limit() argument
1657 struct blkcg *blkcg = css_to_blkcg(of_css(of)); in tg_set_limit()
1664 int index = of_cft(of)->private; in tg_set_limit()