Home
last modified time | relevance | path

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

/Linux-v5.4/fs/proc/
Dnommu.c63 seq_file_path(m, file, ""); in nommu_region_show()
Dtask_nommu.c178 seq_file_path(m, file, ""); in nommu_vma_show()
Dtask_mmu.c328 seq_file_path(m, file, "\n"); in show_map_vma()
1846 seq_file_path(m, file, "\n\t= "); in show_numa_map()
/Linux-v5.4/include/linux/
Dseq_file.h137 int seq_file_path(struct seq_file *, struct file *, const char *);
/Linux-v5.4/fs/
Dseq_file.c492 int seq_file_path(struct seq_file *m, struct file *file, const char *esc) in seq_file_path() function
496 EXPORT_SYMBOL(seq_file_path);
/Linux-v5.4/drivers/md/
Dmd-bitmap.c2047 seq_file_path(seq, bitmap->storage.file, " \t\n"); in md_bitmap_status()
/Linux-v5.4/mm/
Dswapfile.c2767 len = seq_file_path(swap, file, " \t\n\\"); in swap_show()