Searched refs:for_write (Results 1 – 2 of 2) sorted by relevance
/fs/f2fs/ |
D | data.c | 1004 pgoff_t first_idx, bool for_write) in f2fs_grab_read_bio() argument 1011 bio = bio_alloc_bioset(for_write ? GFP_NOIO : GFP_KERNEL, in f2fs_grab_read_bio() 1050 block_t blkaddr, int op_flags, bool for_write) in f2fs_submit_page_read() argument 1056 page->index, for_write); in f2fs_submit_page_read() 1184 int op_flags, bool for_write) in f2fs_get_read_data_page() argument 1192 page = f2fs_grab_cache_page(mapping, index, for_write); in f2fs_get_read_data_page() 1245 op_flags, for_write); in f2fs_get_read_data_page() 1286 bool for_write) in f2fs_get_lock_data_page() argument 1291 page = f2fs_get_read_data_page(inode, index, 0, for_write); in f2fs_get_lock_data_page() 2167 bool is_readahead, bool for_write) in f2fs_read_multi_pages() argument [all …]
|
D | f2fs.h | 2645 pgoff_t index, bool for_write) in f2fs_grab_cache_page() argument 2650 if (!for_write) in f2fs_grab_cache_page() 2665 if (!for_write) in f2fs_grab_cache_page() 3742 int op_flags, bool for_write); 3745 bool for_write); 4212 bool is_readahead, bool for_write);
|