Home
last modified time | relevance | path

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

/linux/fs/kernfs/
H A Dfile.c124 static const struct kernfs_ops *kernfs_ops(struct kernfs_node *kn) in kernfs_ops() function
156 const struct kernfs_ops *ops = kernfs_ops(of->kn); in kernfs_seq_stop_active()
166 const struct kernfs_ops *ops; in kernfs_seq_start()
176 ops = kernfs_ops(of->kn); in kernfs_seq_start()
190 const struct kernfs_ops *ops = kernfs_ops(of->kn); in kernfs_seq_next()
243 const struct kernfs_ops *ops; in kernfs_file_read_iter()
267 ops = kernfs_ops(of->kn); in kernfs_file_read_iter()
315 const struct kernfs_ops *ops; in kernfs_fop_write_iter()
350 ops = kernfs_ops(of->kn); in kernfs_fop_write_iter()
460 const struct kernfs_ops *ops; in kernfs_fop_mmap()
[all …]
/linux/fs/sysfs/
H A Dfile.c220 static const struct kernfs_ops sysfs_file_kfops_empty = {
223 static const struct kernfs_ops sysfs_file_kfops_ro = {
227 static const struct kernfs_ops sysfs_file_kfops_wo = {
231 static const struct kernfs_ops sysfs_file_kfops_rw = {
236 static const struct kernfs_ops sysfs_prealloc_kfops_ro = {
241 static const struct kernfs_ops sysfs_prealloc_kfops_wo = {
246 static const struct kernfs_ops sysfs_prealloc_kfops_rw = {
252 static const struct kernfs_ops sysfs_bin_kfops_ro = {
256 static const struct kernfs_ops sysfs_bin_kfops_wo = {
260 static const struct kernfs_ops sysfs_bin_kfops_rw = {
[all …]
/linux/include/linux/
H A Dkernfs.h179 const struct kernfs_ops *ops;
275 struct kernfs_ops { struct
438 const struct kernfs_ops *ops,
538 loff_t size, const struct kernfs_ops *ops, in __kernfs_create_file()
/linux/kernel/cgroup/
H A Dcgroup.c4353 static struct kernfs_ops cgroup_kf_single_ops = {
4362 static struct kernfs_ops cgroup_kf_ops = {
4506 struct kernfs_ops *kf_ops; in cgroup_init_cftypes()