Searched refs:f2fs_write_single_data_page (Results 1 – 3 of 3) sorted by relevance
/linux-6.1.9/fs/f2fs/ |
D | data.c | 2740 int f2fs_write_single_data_page(struct page *page, int *submitted, in f2fs_write_single_data_page() function 2926 return f2fs_write_single_data_page(page, NULL, NULL, NULL, in f2fs_write_data_page() 3097 ret = f2fs_write_single_data_page(page, &submitted, in f2fs_write_cache_pages()
|
D | compress.c | 1468 ret = f2fs_write_single_data_page(cc->rpages[i], &_submitted, in f2fs_write_raw_pages()
|
D | f2fs.h | 3814 int f2fs_write_single_data_page(struct page *page, int *submitted,
|