Home
last modified time | relevance | path

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

/linux-4.4.14/fs/sysfs/
Dfile.c189 static const struct kernfs_ops sysfs_file_kfops_empty = {
192 static const struct kernfs_ops sysfs_file_kfops_ro = {
196 static const struct kernfs_ops sysfs_file_kfops_wo = {
200 static const struct kernfs_ops sysfs_file_kfops_rw = {
205 static const struct kernfs_ops sysfs_prealloc_kfops_ro = {
210 static const struct kernfs_ops sysfs_prealloc_kfops_wo = {
215 static const struct kernfs_ops sysfs_prealloc_kfops_rw = {
221 static const struct kernfs_ops sysfs_bin_kfops_ro = {
225 static const struct kernfs_ops sysfs_bin_kfops_wo = {
229 static const struct kernfs_ops sysfs_bin_kfops_rw = {
[all …]
/linux-4.4.14/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()
189 const struct kernfs_ops *ops; in kernfs_file_direct_read()
211 ops = kernfs_ops(of->kn); in kernfs_file_direct_read()
274 const struct kernfs_ops *ops; in kernfs_fop_write()
310 ops = kernfs_ops(of->kn); in kernfs_fop_write()
468 const struct kernfs_ops *ops; in kernfs_fop_mmap()
[all …]
/linux-4.4.14/include/linux/
Dkernfs.h91 const struct kernfs_ops *ops;
189 struct kernfs_ops { struct
296 const struct kernfs_ops *ops,
381 umode_t mode, loff_t size, const struct kernfs_ops *ops, in __kernfs_create_file()
442 umode_t mode, loff_t size, const struct kernfs_ops *ops, in kernfs_create_file_ns()
456 loff_t size, const struct kernfs_ops *ops, void *priv) in kernfs_create_file()
Dcgroup-defs.h27 struct kernfs_ops;
374 struct kernfs_ops *kf_ops;
/linux-4.4.14/kernel/
Dcgroup.c3279 static struct kernfs_ops cgroup_kf_single_ops = {
3285 static struct kernfs_ops cgroup_kf_ops = {
3477 struct kernfs_ops *kf_ops; in cgroup_init_cftypes()