Searched refs:f2fs_sync_node_pages (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/fs/f2fs/ |
H A D | node.c | 1875 int f2fs_sync_node_pages(struct f2fs_sb_info *sbi, in f2fs_sync_node_pages() function 2075 f2fs_sync_node_pages(sbi, wbc, true, FS_NODE_IO); in f2fs_write_node_pages()
|
H A D | checkpoint.c | 1259 err = f2fs_sync_node_pages(sbi, &wbc, false, FS_CP_NODE_IO); in block_operations()
|
H A D | f2fs.h | 3324 int f2fs_sync_node_pages(struct f2fs_sb_info *sbi,
|
/kernel/linux/linux-6.6/fs/f2fs/ |
H A D | node.c | 1960 int f2fs_sync_node_pages(struct f2fs_sb_info *sbi, in f2fs_sync_node_pages() function 2147 f2fs_sync_node_pages(sbi, wbc, true, FS_NODE_IO); in f2fs_write_node_pages()
|
H A D | checkpoint.c | 1269 err = f2fs_sync_node_pages(sbi, &wbc, false, FS_CP_NODE_IO); in block_operations()
|
H A D | f2fs.h | 3642 int f2fs_sync_node_pages(struct f2fs_sb_info *sbi,
|
Completed in 33 milliseconds