Searched refs:sync_node_pages (Results 1 – 5 of 5) sorted by relevance
/linux-4.1.27/fs/f2fs/ |
D | gc.c | 452 sync_node_pages(sbi, 0, &wbc); in gc_node_segment()
|
D | node.c | 1139 int sync_node_pages(struct f2fs_sb_info *sbi, nid_t ino, in sync_node_pages() function 1365 sync_node_pages(sbi, 0, wbc); in f2fs_write_node_pages()
|
D | checkpoint.c | 840 sync_node_pages(sbi, 0, &wbc); in block_operations()
|
D | file.c | 249 sync_node_pages(sbi, ino, &wbc); in f2fs_sync_file()
|
D | f2fs.h | 1524 int sync_node_pages(struct f2fs_sb_info *, nid_t, struct writeback_control *);
|