Home
last modified time | relevance | path

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

/linux-6.15/fs/kernfs/
H A Dfile.c106 static const struct kernfs_ops *kernfs_ops(struct kernfs_node *kn) in kernfs_ops() function
138 const struct kernfs_ops *ops = kernfs_ops(of->kn); in kernfs_seq_stop_active()
148 const struct kernfs_ops *ops; in kernfs_seq_start()
158 ops = kernfs_ops(of->kn); in kernfs_seq_start()
172 const struct kernfs_ops *ops = kernfs_ops(of->kn); in kernfs_seq_next()
225 const struct kernfs_ops *ops; in kernfs_file_read_iter()
249 ops = kernfs_ops(of->kn); in kernfs_file_read_iter()
332 ops = kernfs_ops(of->kn); in kernfs_fop_write_iter()
461 ops = kernfs_ops(of->kn); in kernfs_fop_mmap()
604 ops = kernfs_ops(kn); in kernfs_fop_open()
[all …]
/linux-6.15/fs/sysfs/
H A Dfile.c226 static const struct kernfs_ops sysfs_file_kfops_empty = {
229 static const struct kernfs_ops sysfs_file_kfops_ro = {
233 static const struct kernfs_ops sysfs_file_kfops_wo = {
237 static const struct kernfs_ops sysfs_file_kfops_rw = {
242 static const struct kernfs_ops sysfs_prealloc_kfops_ro = {
258 static const struct kernfs_ops sysfs_bin_kfops_ro = {
262 static const struct kernfs_ops sysfs_bin_kfops_wo = {
266 static const struct kernfs_ops sysfs_bin_kfops_rw = {
271 static const struct kernfs_ops sysfs_bin_kfops_mmap = {
286 const struct kernfs_ops *ops = NULL; in sysfs_add_file_mode_ns()
[all …]
/linux-6.15/include/linux/
H A Dkernfs.h180 const struct kernfs_ops *ops;
276 struct kernfs_ops { struct
436 const struct kernfs_ops *ops,
535 loff_t size, const struct kernfs_ops *ops, in __kernfs_create_file()
H A Dcgroup-defs.h32 struct kernfs_ops;
651 struct kernfs_ops *kf_ops;
/linux-6.15/arch/x86/kernel/cpu/resctrl/
H A Dinternal.h282 const struct kernfs_ops *kf_ops;
H A Drdtgroup.c313 static const struct kernfs_ops rdtgroup_kf_single_ops = {
319 static const struct kernfs_ops kf_mondata_ops = {
/linux-6.15/kernel/cgroup/
H A Dcgroup.c4253 static struct kernfs_ops cgroup_kf_single_ops = {
4262 static struct kernfs_ops cgroup_kf_ops = {
4408 struct kernfs_ops *kf_ops; in cgroup_init_cftypes()