Lines Matching refs:kf_ops
4300 0, cft->kf_ops, cft,
4399 kfree(cft->kf_ops);
4400 cft->kf_ops = NULL;
4415 struct kernfs_ops *kf_ops;
4417 WARN_ON(cft->ss || cft->kf_ops);
4425 kf_ops = &cgroup_kf_ops;
4427 kf_ops = &cgroup_kf_single_ops;
4431 * make a copy of kf_ops to set its atomic_write_len.
4434 kf_ops = kmemdup(kf_ops, sizeof(*kf_ops), GFP_KERNEL);
4435 if (!kf_ops) {
4439 kf_ops->atomic_write_len = cft->max_write_len;
4442 cft->kf_ops = kf_ops;