Home
last modified time | relevance | path

Searched refs:seq_file_path (Results 1 – 7 of 7) sorted by relevance

/linux-4.4.14/fs/proc/
Dnommu.c67 seq_file_path(m, file, ""); in nommu_region_show()
Dtask_nommu.c183 seq_file_path(m, file, ""); in nommu_vma_show()
Dtask_mmu.c315 seq_file_path(m, file, "\n"); in show_map_vma()
1566 seq_file_path(m, file, "\n\t= "); in show_numa_map()
/linux-4.4.14/include/linux/
Dseq_file.h135 int seq_file_path(struct seq_file *, struct file *, const char *);
/linux-4.4.14/fs/
Dseq_file.c489 int seq_file_path(struct seq_file *m, struct file *file, const char *esc) in seq_file_path() function
493 EXPORT_SYMBOL(seq_file_path);
/linux-4.4.14/drivers/md/
Dbitmap.c1934 seq_file_path(seq, bitmap->storage.file, " \t\n"); in bitmap_status()
/linux-4.4.14/mm/
Dswapfile.c2077 len = seq_file_path(swap, file, " \t\n\\"); in swap_show()