Home
last modified time | relevance | path

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

/linux-5.19.10/fs/kernfs/
Dfile.c63 static const struct kernfs_ops *kernfs_ops(struct kernfs_node *kn) in kernfs_ops() function
95 const struct kernfs_ops *ops = kernfs_ops(of->kn); in kernfs_seq_stop_active()
105 const struct kernfs_ops *ops; in kernfs_seq_start()
115 ops = kernfs_ops(of->kn); in kernfs_seq_start()
129 const struct kernfs_ops *ops = kernfs_ops(of->kn); in kernfs_seq_next()
182 const struct kernfs_ops *ops; in kernfs_file_read_iter()
205 ops = kernfs_ops(of->kn); in kernfs_file_read_iter()
253 const struct kernfs_ops *ops; in kernfs_fop_write_iter()
288 ops = kernfs_ops(of->kn); in kernfs_fop_write_iter()
447 const struct kernfs_ops *ops; in kernfs_fop_mmap()
[all …]
/linux-5.19.10/fs/sysfs/
Dfile.c202 static const struct kernfs_ops sysfs_file_kfops_empty = {
205 static const struct kernfs_ops sysfs_file_kfops_ro = {
209 static const struct kernfs_ops sysfs_file_kfops_wo = {
213 static const struct kernfs_ops sysfs_file_kfops_rw = {
218 static const struct kernfs_ops sysfs_prealloc_kfops_ro = {
223 static const struct kernfs_ops sysfs_prealloc_kfops_wo = {
228 static const struct kernfs_ops sysfs_prealloc_kfops_rw = {
234 static const struct kernfs_ops sysfs_bin_kfops_ro = {
238 static const struct kernfs_ops sysfs_bin_kfops_wo = {
242 static const struct kernfs_ops sysfs_bin_kfops_rw = {
[all …]
/linux-5.19.10/include/linux/
Dkernfs.h116 const struct kernfs_ops *ops;
210 struct kernfs_ops { struct
368 const struct kernfs_ops *ops,
464 loff_t size, const struct kernfs_ops *ops, in __kernfs_create_file()
Dcgroup-defs.h32 struct kernfs_ops;
569 struct kernfs_ops *kf_ops;
/linux-5.19.10/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-5.19.10/kernel/cgroup/
Dcgroup.c4005 static struct kernfs_ops cgroup_kf_single_ops = {
4014 static struct kernfs_ops cgroup_kf_ops = {
4181 struct kernfs_ops *kf_ops; in cgroup_init_cftypes()