Home
last modified time | relevance | path

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

/Linux-v5.15/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()
188 const struct kernfs_ops *ops; in kernfs_file_read_iter()
211 ops = kernfs_ops(of->kn); in kernfs_file_read_iter()
259 const struct kernfs_ops *ops; in kernfs_fop_write_iter()
294 ops = kernfs_ops(of->kn); in kernfs_fop_write_iter()
453 const struct kernfs_ops *ops; in kernfs_fop_mmap()
[all …]
/Linux-v5.15/fs/sysfs/
Dfile.c205 static const struct kernfs_ops sysfs_file_kfops_empty = {
208 static const struct kernfs_ops sysfs_file_kfops_ro = {
212 static const struct kernfs_ops sysfs_file_kfops_wo = {
216 static const struct kernfs_ops sysfs_file_kfops_rw = {
221 static const struct kernfs_ops sysfs_prealloc_kfops_ro = {
226 static const struct kernfs_ops sysfs_prealloc_kfops_wo = {
231 static const struct kernfs_ops sysfs_prealloc_kfops_rw = {
237 static const struct kernfs_ops sysfs_bin_kfops_ro = {
241 static const struct kernfs_ops sysfs_bin_kfops_wo = {
245 static const struct kernfs_ops sysfs_bin_kfops_rw = {
[all …]
/Linux-v5.15/include/linux/
Dkernfs.h113 const struct kernfs_ops *ops;
222 struct kernfs_ops { struct
384 const struct kernfs_ops *ops,
480 loff_t size, const struct kernfs_ops *ops, in __kernfs_create_file()
574 loff_t size, const struct kernfs_ops *ops, in kernfs_create_file_ns()
588 loff_t size, const struct kernfs_ops *ops, void *priv) in kernfs_create_file()
Dcgroup-defs.h32 struct kernfs_ops;
568 struct kernfs_ops *kf_ops;
/Linux-v5.15/arch/x86/kernel/cpu/resctrl/
Dinternal.h274 const struct kernfs_ops *kf_ops;
Drdtgroup.c246 static const struct kernfs_ops rdtgroup_kf_single_ops = {
252 static const struct kernfs_ops kf_mondata_ops = {
/Linux-v5.15/kernel/cgroup/
Dcgroup.c3901 static struct kernfs_ops cgroup_kf_single_ops = {
3910 static struct kernfs_ops cgroup_kf_ops = {
4077 struct kernfs_ops *kf_ops; in cgroup_init_cftypes()