Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dseq_file.h138 int seq_dentry(struct seq_file *, struct dentry *, const char *);
/OK3568_Linux_fs/kernel/fs/kernfs/
H A Dmount.c43 seq_dentry(sf, dentry, " \t\n\\"); in kernfs_sop_show_path()
/OK3568_Linux_fs/kernel/fs/
H A Dseq_file.c526 int seq_dentry(struct seq_file *m, struct dentry *dentry, const char *esc) in seq_dentry() function
544 EXPORT_SYMBOL(seq_dentry);
H A Dproc_namespace.c147 seq_dentry(m, mnt->mnt_root, " \t\n\\"); in show_mountinfo()