Home
last modified time | relevance | path

Searched refs:kernfs_ops (Results 1 – 7 of 7) sorted by relevance

/Linux-v4.19/fs/sysfs/
Dfile.c195 static const struct kernfs_ops sysfs_file_kfops_empty = {
198 static const struct kernfs_ops sysfs_file_kfops_ro = {
202 static const struct kernfs_ops sysfs_file_kfops_wo = {
206 static const struct kernfs_ops sysfs_file_kfops_rw = {
211 static const struct kernfs_ops sysfs_prealloc_kfops_ro = {
216 static const struct kernfs_ops sysfs_prealloc_kfops_wo = {
221 static const struct kernfs_ops sysfs_prealloc_kfops_rw = {
227 static const struct kernfs_ops sysfs_bin_kfops_ro = {
231 static const struct kernfs_ops sysfs_bin_kfops_wo = {
235 static const struct kernfs_ops sysfs_bin_kfops_rw = {
[all …]
/Linux-v4.19/fs/kernfs/
Dfile.c64 static const struct kernfs_ops *kernfs_ops(struct kernfs_node *kn) in kernfs_ops() function
96 const struct kernfs_ops *ops = kernfs_ops(of->kn); in kernfs_seq_stop_active()
106 const struct kernfs_ops *ops; in kernfs_seq_start()
116 ops = kernfs_ops(of->kn); in kernfs_seq_start()
135 const struct kernfs_ops *ops = kernfs_ops(of->kn); in kernfs_seq_next()
189 const struct kernfs_ops *ops; in kernfs_file_direct_read()
212 ops = kernfs_ops(of->kn); in kernfs_file_direct_read()
277 const struct kernfs_ops *ops; in kernfs_fop_write()
314 ops = kernfs_ops(of->kn); in kernfs_fop_write()
473 const struct kernfs_ops *ops; in kernfs_fop_mmap()
[all …]
/Linux-v4.19/include/linux/
Dkernfs.h99 const struct kernfs_ops *ops;
218 struct kernfs_ops { struct
337 const struct kernfs_ops *ops,
428 loff_t size, const struct kernfs_ops *ops, in __kernfs_create_file()
514 loff_t size, const struct kernfs_ops *ops, in kernfs_create_file_ns()
528 loff_t size, const struct kernfs_ops *ops, void *priv) in kernfs_create_file()
Dcgroup-defs.h31 struct kernfs_ops;
527 struct kernfs_ops *kf_ops;
/Linux-v4.19/arch/x86/kernel/cpu/
Dintel_rdt.h235 struct kernfs_ops *kf_ops;
Dintel_rdt_rdtgroup.c249 static struct kernfs_ops rdtgroup_kf_single_ops = {
255 static struct kernfs_ops kf_mondata_ops = {
/Linux-v4.19/kernel/cgroup/
Dcgroup.c3519 static struct kernfs_ops cgroup_kf_single_ops = {
3527 static struct kernfs_ops cgroup_kf_ops = {
3690 struct kernfs_ops *kf_ops; in cgroup_init_cftypes()