Home
last modified time | relevance | path

Searched refs:kernfs_seq_stop (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/fs/kernfs/
H A Dfile.c72 * As kernfs_seq_stop() is also called after kernfs_seq_start() or
82 * operations which may return ERR_PTR(-ENODEV) too. kernfs_seq_stop()
89 * kernfs_seq_stop() if ERR_PTR(-ENODEV) while invoking it directly after
153 static void kernfs_seq_stop(struct seq_file *sf, void *v) in kernfs_seq_stop() function
174 .stop = kernfs_seq_stop,
/kernel/linux/linux-6.6/fs/kernfs/
H A Dfile.c114 * As kernfs_seq_stop() is also called after kernfs_seq_start() or
124 * operations which may return ERR_PTR(-ENODEV) too. kernfs_seq_stop()
131 * kernfs_seq_stop() if ERR_PTR(-ENODEV) while invoking it directly after
190 static void kernfs_seq_stop(struct seq_file *sf, void *v) in kernfs_seq_stop() function
211 .stop = kernfs_seq_stop,

Completed in 3 milliseconds