Searched refs:seq_path (Results 1 - 6 of 6) sorted by relevance

/linux-master/fs/proc/
H A Dnommu.c61 seq_path(m, file_user_path(file), "");
H A Dtask_nommu.c160 seq_path(m, file_user_path(file), "");
H A Dtask_mmu.c302 seq_path(m, file_user_path(file), "\n");
2744 seq_path(m, file_user_path(file), "\n\t= ");
/linux-master/include/linux/
H A Dseq_file.h170 int seq_path(struct seq_file *, const struct path *, const char *);
/linux-master/fs/
H A Dseq_file.c462 * seq_path - seq_file interface to print a pathname
470 int seq_path(struct seq_file *m, const struct path *path, const char *esc) function
488 EXPORT_SYMBOL(seq_path); variable
500 return seq_path(m, &file->f_path, esc);
505 * Same as seq_path, but relative to supplied root.
/linux-master/fs/nfsd/
H A Dexport.c196 seq_path(m, &ek->ek_path, "\\ \t\n");
774 seq_path(m, &exp->ex_path, " \t\n\\");

Completed in 284 milliseconds