Home
last modified time | relevance | path

Searched refs:seq_path (Results 1 – 9 of 9) sorted by relevance

/linux-4.1.27/fs/proc/
Dnommu.c67 seq_path(m, &file->f_path, ""); in nommu_region_show()
Dtask_nommu.c183 seq_path(m, &file->f_path, ""); in nommu_vma_show()
Dtask_mmu.c313 seq_path(m, &file->f_path, "\n"); in show_map_vma()
1512 seq_path(m, &file->f_path, "\n\t= "); in show_numa_map()
/linux-4.1.27/include/linux/
Dseq_file.h125 int seq_path(struct seq_file *, const struct path *, const char *);
/linux-4.1.27/fs/
Dseq_file.c470 int seq_path(struct seq_file *m, const struct path *path, const char *esc) in seq_path() function
488 EXPORT_SYMBOL(seq_path);
/linux-4.1.27/Documentation/filesystems/
Dseq_file.txt197 int seq_path(struct seq_file *m, const struct path *path,
203 which should be escaped in the output. A call to seq_path() will output
/linux-4.1.27/fs/nfsd/
Dexport.c184 seq_path(m, &ek->ek_path, "\\ \t\n"); in expkey_show()
667 seq_path(m, &exp->ex_path, " \t\n\\"); in svc_export_show()
/linux-4.1.27/drivers/md/
Dbitmap.c1939 seq_path(seq, &bitmap->storage.file->f_path, " \t\n"); in bitmap_status()
/linux-4.1.27/mm/
Dswapfile.c2035 len = seq_path(swap, &file->f_path, " \t\n\\"); in swap_show()