Symbol: kernfs_ops
fs/kernfs/file.c
1040
const struct kernfs_ops *ops,
fs/kernfs/file.c
117
static const struct kernfs_ops *kernfs_ops(struct kernfs_node *kn)
fs/kernfs/file.c
149
const struct kernfs_ops *ops = kernfs_ops(of->kn);
fs/kernfs/file.c
159
const struct kernfs_ops *ops;
fs/kernfs/file.c
169
ops = kernfs_ops(of->kn);
fs/kernfs/file.c
183
const struct kernfs_ops *ops = kernfs_ops(of->kn);
fs/kernfs/file.c
236
const struct kernfs_ops *ops;
fs/kernfs/file.c
260
ops = kernfs_ops(of->kn);
fs/kernfs/file.c
308
const struct kernfs_ops *ops;
fs/kernfs/file.c
343
ops = kernfs_ops(of->kn);
fs/kernfs/file.c
453
const struct kernfs_ops *ops;
fs/kernfs/file.c
472
ops = kernfs_ops(of->kn);
fs/kernfs/file.c
607
const struct kernfs_ops *ops;
fs/kernfs/file.c
615
ops = kernfs_ops(kn);
fs/kernfs/file.c
881
const struct kernfs_ops *ops;
fs/kernfs/file.c
894
ops = kernfs_ops(of->kn);
fs/resctrl/internal.h
292
const struct kernfs_ops *kf_ops;
fs/resctrl/rdtgroup.c
334
static const struct kernfs_ops rdtgroup_kf_single_ops = {
fs/resctrl/rdtgroup.c
340
static const struct kernfs_ops kf_mondata_ops = {
fs/sysfs/file.c
223
static const struct kernfs_ops sysfs_file_kfops_empty = {
fs/sysfs/file.c
226
static const struct kernfs_ops sysfs_file_kfops_ro = {
fs/sysfs/file.c
230
static const struct kernfs_ops sysfs_file_kfops_wo = {
fs/sysfs/file.c
234
static const struct kernfs_ops sysfs_file_kfops_rw = {
fs/sysfs/file.c
239
static const struct kernfs_ops sysfs_prealloc_kfops_ro = {
fs/sysfs/file.c
244
static const struct kernfs_ops sysfs_prealloc_kfops_wo = {
fs/sysfs/file.c
249
static const struct kernfs_ops sysfs_prealloc_kfops_rw = {
fs/sysfs/file.c
255
static const struct kernfs_ops sysfs_bin_kfops_ro = {
fs/sysfs/file.c
259
static const struct kernfs_ops sysfs_bin_kfops_wo = {
fs/sysfs/file.c
263
static const struct kernfs_ops sysfs_bin_kfops_rw = {
fs/sysfs/file.c
268
static const struct kernfs_ops sysfs_bin_kfops_mmap = {
fs/sysfs/file.c
283
const struct kernfs_ops *ops = NULL;
fs/sysfs/file.c
332
const struct kernfs_ops *ops;
include/linux/cgroup-defs.h
33
struct kernfs_ops;
include/linux/cgroup-defs.h
726
struct kernfs_ops *kf_ops;
include/linux/kernfs.h
184
const struct kernfs_ops *ops;
include/linux/kernfs.h
443
const struct kernfs_ops *ops,
include/linux/kernfs.h
543
loff_t size, const struct kernfs_ops *ops,
kernel/cgroup/cgroup.c
4388
static struct kernfs_ops cgroup_kf_single_ops = {
kernel/cgroup/cgroup.c
4397
static struct kernfs_ops cgroup_kf_ops = {
kernel/cgroup/cgroup.c
4541
struct kernfs_ops *kf_ops;