Searched refs:seq_dentry (Results 1 – 5 of 5) sorted by relevance
| /Linux-v5.4/include/linux/ |
| D | seq_file.h | 138 int seq_dentry(struct seq_file *, struct dentry *, const char *);
|
| /Linux-v5.4/fs/kernfs/ |
| D | mount.c | 43 seq_dentry(sf, dentry, " \t\n\\"); in kernfs_sop_show_path()
|
| /Linux-v5.4/fs/ |
| D | proc_namespace.c | 146 seq_dentry(m, mnt->mnt_root, " \t\n\\"); in show_mountinfo()
|
| D | seq_file.c | 531 int seq_dentry(struct seq_file *m, struct dentry *dentry, const char *esc) in seq_dentry() function 549 EXPORT_SYMBOL(seq_dentry);
|
| /Linux-v5.4/fs/btrfs/ |
| D | super.c | 1375 seq_dentry(seq, dentry, " \t\n\\"); in btrfs_show_options()
|