Searched refs:f2fs_trace_ios (Results 1 - 5 of 5) sorted by relevance
/linux-4.1.27/fs/f2fs/ |
H A D | trace.h | 36 extern void f2fs_trace_ios(struct page *, struct f2fs_io_info *, int); 41 #define f2fs_trace_ios(p, i, n) macro
|
H A D | trace.c | 83 void f2fs_trace_ios(struct page *page, struct f2fs_io_info *fio, int flush) f2fs_trace_ios() function
|
H A D | data.c | 142 f2fs_trace_ios(page, fio, 0); f2fs_submit_page_bio() 191 f2fs_trace_ios(page, fio, 0); f2fs_submit_page_mbio()
|
H A D | file.c | 274 f2fs_trace_ios(NULL, NULL, 1); f2fs_sync_file()
|
H A D | super.c | 523 f2fs_trace_ios(NULL, NULL, 1); f2fs_sync_fs()
|
Completed in 185 milliseconds