Home
last modified time | relevance | path

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

/Linux-v5.4/fs/sysfs/
Dfile.c194 static const struct kernfs_ops sysfs_file_kfops_empty = {
197 static const struct kernfs_ops sysfs_file_kfops_ro = {
201 static const struct kernfs_ops sysfs_file_kfops_wo = {
205 static const struct kernfs_ops sysfs_file_kfops_rw = {
210 static const struct kernfs_ops sysfs_prealloc_kfops_ro = {
215 static const struct kernfs_ops sysfs_prealloc_kfops_wo = {
220 static const struct kernfs_ops sysfs_prealloc_kfops_rw = {
226 static const struct kernfs_ops sysfs_bin_kfops_ro = {
230 static const struct kernfs_ops sysfs_bin_kfops_wo = {
234 static const struct kernfs_ops sysfs_bin_kfops_rw = {
[all …]
/Linux-v5.4/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()
134 const struct kernfs_ops *ops = kernfs_ops(of->kn); in kernfs_seq_next()
188 const struct kernfs_ops *ops; in kernfs_file_direct_read()
211 ops = kernfs_ops(of->kn); in kernfs_file_direct_read()
276 const struct kernfs_ops *ops; in kernfs_fop_write()
313 ops = kernfs_ops(of->kn); in kernfs_fop_write()
472 const struct kernfs_ops *ops; in kernfs_fop_mmap()
[all …]
/Linux-v5.4/include/linux/
Dkernfs.h101 const struct kernfs_ops *ops;
219 struct kernfs_ops { struct
353 const struct kernfs_ops *ops,
449 loff_t size, const struct kernfs_ops *ops, in __kernfs_create_file()
543 loff_t size, const struct kernfs_ops *ops, in kernfs_create_file_ns()
557 loff_t size, const struct kernfs_ops *ops, void *priv) in kernfs_create_file()
Dcgroup-defs.h32 struct kernfs_ops;
572 struct kernfs_ops *kf_ops;
/Linux-v5.4/arch/x86/kernel/cpu/resctrl/
Dinternal.h258 struct kernfs_ops *kf_ops;
Drdtgroup.c243 static struct kernfs_ops rdtgroup_kf_single_ops = {
249 static struct kernfs_ops kf_mondata_ops = {
/Linux-v5.4/kernel/cgroup/
Dcgroup.c3827 static struct kernfs_ops cgroup_kf_single_ops = {
3836 static struct kernfs_ops cgroup_kf_ops = {
4001 struct kernfs_ops *kf_ops; in cgroup_init_cftypes()