Home
last modified time | relevance | path

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

/linux-6.12.1/fs/kernfs/
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()
297 const struct kernfs_ops *ops; in kernfs_fop_write_iter()
332 ops = kernfs_ops(of->kn); in kernfs_fop_write_iter()
442 const struct kernfs_ops *ops; in kernfs_fop_mmap()
[all …]
/linux-6.12.1/fs/sysfs/
Dfile.c214 static const struct kernfs_ops sysfs_file_kfops_empty = {
217 static const struct kernfs_ops sysfs_file_kfops_ro = {
221 static const struct kernfs_ops sysfs_file_kfops_wo = {
225 static const struct kernfs_ops sysfs_file_kfops_rw = {
230 static const struct kernfs_ops sysfs_prealloc_kfops_ro = {
235 static const struct kernfs_ops sysfs_prealloc_kfops_wo = {
240 static const struct kernfs_ops sysfs_prealloc_kfops_rw = {
246 static const struct kernfs_ops sysfs_bin_kfops_ro = {
250 static const struct kernfs_ops sysfs_bin_kfops_wo = {
254 static const struct kernfs_ops sysfs_bin_kfops_rw = {
[all …]
/linux-6.12.1/include/linux/
Dkernfs.h175 const struct kernfs_ops *ops;
271 struct kernfs_ops { struct
430 const struct kernfs_ops *ops,
527 loff_t size, const struct kernfs_ops *ops, in __kernfs_create_file()
Dcgroup-defs.h32 struct kernfs_ops;
651 struct kernfs_ops *kf_ops;
/linux-6.12.1/arch/x86/kernel/cpu/resctrl/
Dinternal.h345 const struct kernfs_ops *kf_ops;
Drdtgroup.c285 static const struct kernfs_ops rdtgroup_kf_single_ops = {
291 static const struct kernfs_ops kf_mondata_ops = {
/linux-6.12.1/kernel/cgroup/
Dcgroup.c4214 static struct kernfs_ops cgroup_kf_single_ops = {
4223 static struct kernfs_ops cgroup_kf_ops = {
4369 struct kernfs_ops *kf_ops; in cgroup_init_cftypes()