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