Searched refs:f2fs_write_single_data_page (Results 1 – 3 of 3) sorted by relevance
/Linux-v6.6/fs/f2fs/ |
D | data.c | 2818 int f2fs_write_single_data_page(struct page *page, int *submitted, in f2fs_write_single_data_page() function 3011 return f2fs_write_single_data_page(page, NULL, NULL, NULL, in f2fs_write_data_page() 3210 ret = f2fs_write_single_data_page(&folio->page, in f2fs_write_cache_pages()
|
D | compress.c | 1481 ret = f2fs_write_single_data_page(cc->rpages[i], &_submitted, in f2fs_write_raw_pages()
|
D | f2fs.h | 3836 int f2fs_write_single_data_page(struct page *page, int *submitted,
|