Lines Matching defs:kf_ops
4362 0, cft->kf_ops, cft,
4459 kfree(cft->kf_ops);
4460 cft->kf_ops = NULL;
4475 struct kernfs_ops *kf_ops;
4477 WARN_ON(cft->ss || cft->kf_ops);
4485 kf_ops = &cgroup_kf_ops;
4487 kf_ops = &cgroup_kf_single_ops;
4491 * make a copy of kf_ops to set its atomic_write_len.
4494 kf_ops = kmemdup(kf_ops, sizeof(*kf_ops), GFP_KERNEL);
4495 if (!kf_ops) {
4499 kf_ops->atomic_write_len = cft->max_write_len;
4502 cft->kf_ops = kf_ops;