Home
last modified time | relevance | path

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

/linux-6.6.21/fs/proc/
Dnommu.c61 seq_file_path(m, file, ""); in nommu_region_show()
Dtask_nommu.c160 seq_file_path(m, file, ""); in nommu_vma_show()
Dtask_mmu.c299 seq_file_path(m, file, "\n"); in show_map_vma()
1970 seq_file_path(m, file, "\n\t= "); in show_numa_map()
/linux-6.6.21/include/linux/
Dseq_file.h160 int seq_file_path(struct seq_file *, struct file *, const char *);
/linux-6.6.21/fs/
Dseq_file.c498 int seq_file_path(struct seq_file *m, struct file *file, const char *esc) in seq_file_path() function
502 EXPORT_SYMBOL(seq_file_path);
/linux-6.6.21/drivers/md/
Dmd-bitmap.c2118 seq_file_path(seq, bitmap->storage.file, " \t\n"); in md_bitmap_status()
/linux-6.6.21/mm/
Dswapfile.c2643 len = seq_file_path(swap, file, " \t\n\\"); in swap_show()