| /linux/fs/ |
| H A D | mpage.c | 139 get_block_t *get_block; member 222 if (args->get_block(inode, block_in_file, map_bh, 0)) in do_mpage_readpage() 314 block_read_full_folio(folio, args->get_block); in do_mpage_readpage() 359 void mpage_readahead(struct readahead_control *rac, get_block_t get_block) in mpage_readahead() argument 363 .get_block = get_block, in mpage_readahead() 387 int mpage_read_folio(struct folio *folio, get_block_t get_block) in mpage_read_folio() argument 392 .get_block = get_block, in mpage_read_folio() 422 get_block_t *get_block; member 545 if (mpd->get_block(inode, block_in_file, &map_bh, 1)) in mpage_write_folio() 641 ret = block_write_full_folio(folio, wbc, mpd->get_block); in mpage_write_folio() [all …]
|
| H A D | buffer.c | 1834 get_block_t *get_block, struct writeback_control *wbc) in __block_write_full_folio() argument 1882 err = get_block(inode, block, bh, 1); in __block_write_full_folio() 2108 get_block_t *get_block, const struct iomap *iomap) in __block_write_begin_int() argument 2141 if (get_block) in __block_write_begin_int() 2142 err = get_block(inode, block, bh, 1); in __block_write_begin_int() 2189 get_block_t *get_block) in __block_write_begin() argument 2191 return __block_write_begin_int(folio, pos, len, get_block, NULL); in __block_write_begin() 2242 struct folio **foliop, get_block_t *get_block) in block_write_begin() argument 2253 status = __block_write_begin_int(folio, pos, len, get_block, NULL); in block_write_begin() 2386 int block_read_full_folio(struct folio *folio, get_block_t *get_block) in block_read_full_folio() argument [all …]
|
| /linux/include/linux/ |
| H A D | mpage.h | 18 void mpage_readahead(struct readahead_control *, get_block_t get_block); 19 int mpage_read_folio(struct folio *folio, get_block_t get_block); 21 struct writeback_control *wbc, get_block_t get_block);
|
| H A D | buffer_head.h | 256 void *get_block); 258 get_block_t *get_block, struct writeback_control *wbc); 262 struct folio **foliop, get_block_t *get_block); 264 get_block_t *get_block); 276 get_block_t get_block);
|
| H A D | fs.h | 3105 get_block_t get_block, 3112 get_block_t get_block) in blockdev_direct_IO() argument 3115 get_block, NULL, DIO_LOCKING | DIO_SKIP_HOLES); in blockdev_direct_IO()
|
| /linux/Documentation/filesystems/iomap/ |
| H A D | porting.rst | 57 ``get_block()`` function for read-only mappings. 64 Next, modify the filesystem's ``get_block(create = false)`` 75 going through ``get_block()``.
|
| /linux/fs/minix/ |
| H A D | itree_v1.c | 56 return get_block(inode, block, bh_result, create); in V1_minix_get_block()
|
| H A D | itree_v2.c | 64 return get_block(inode, block, bh_result, create); in V2_minix_get_block()
|
| H A D | itree_common.c | 152 static int get_block(struct inode * inode, sector_t block, in get_block() function 313 block_truncate_page(inode->i_mapping, inode->i_size, get_block); in truncate()
|
| /linux/drivers/md/ |
| H A D | dm-era-target.c | 1217 static dm_block_t get_block(struct era *era, struct bio *bio) in get_block() function 1283 get_block(era, bio)); in process_deferred_bios() 1313 set_bit(get_block(era, bio), ws->bits); in process_deferred_bios() 1563 dm_block_t block = get_block(era, bio); in era_map()
|
| /linux/fs/ocfs2/ |
| H A D | aops.c | 2421 get_block_t *get_block; in ocfs2_direct_IO() local 2436 get_block = ocfs2_lock_get_block; in ocfs2_direct_IO() 2438 get_block = ocfs2_dio_wr_get_block; in ocfs2_direct_IO() 2441 iter, get_block, in ocfs2_direct_IO()
|
| /linux/fs/affs/ |
| H A D | Changes | 300 - The same get_block()-routine can now be used for
|