Home
last modified time | relevance | path

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

/linux-4.1.27/fs/sysfs/
Dfile.c187 static const struct kernfs_ops sysfs_file_kfops_empty = {
190 static const struct kernfs_ops sysfs_file_kfops_ro = {
194 static const struct kernfs_ops sysfs_file_kfops_wo = {
198 static const struct kernfs_ops sysfs_file_kfops_rw = {
203 static const struct kernfs_ops sysfs_prealloc_kfops_ro = {
208 static const struct kernfs_ops sysfs_prealloc_kfops_wo = {
213 static const struct kernfs_ops sysfs_prealloc_kfops_rw = {
219 static const struct kernfs_ops sysfs_bin_kfops_ro = {
223 static const struct kernfs_ops sysfs_bin_kfops_wo = {
227 static const struct kernfs_ops sysfs_bin_kfops_rw = {
[all …]
/linux-4.1.27/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.1.27/include/linux/
Dkernfs.h91 const struct kernfs_ops *ops;
189 struct kernfs_ops { struct
294 const struct kernfs_ops *ops,
372 umode_t mode, loff_t size, const struct kernfs_ops *ops, in __kernfs_create_file()
433 umode_t mode, loff_t size, const struct kernfs_ops *ops, in kernfs_create_file_ns()
447 loff_t size, const struct kernfs_ops *ops, void *priv) in kernfs_create_file()
Dcgroup-defs.h26 struct kernfs_ops;
346 struct kernfs_ops *kf_ops;
/linux-4.1.27/kernel/
Dcgroup.c2998 static struct kernfs_ops cgroup_kf_single_ops = {
3004 static struct kernfs_ops cgroup_kf_ops = {
3186 struct kernfs_ops *kf_ops; in cgroup_init_cftypes()