/Linux-v5.4/include/linux/ |
D | mpage.h | 18 unsigned nr_pages, get_block_t get_block); 19 int mpage_readpage(struct page *page, get_block_t get_block); 21 struct writeback_control *wbc, get_block_t get_block); 22 int mpage_writepage(struct page *page, get_block_t *get_block,
|
D | buffer_head.h | 217 int block_write_full_page(struct page *page, get_block_t *get_block, 220 get_block_t *get_block, struct writeback_control *wbc, 226 unsigned flags, struct page **pagep, get_block_t *get_block); 228 get_block_t *get_block); 243 get_block_t get_block); 264 int nobh_writepage(struct page *page, get_block_t *get_block,
|
D | fs.h | 3160 get_block_t get_block, 3167 get_block_t get_block) in blockdev_direct_IO() argument 3170 get_block, NULL, NULL, DIO_LOCKING | DIO_SKIP_HOLES); in blockdev_direct_IO() 3268 get_block_t *get_block); 3271 u64 len, get_block_t *get_block);
|
/Linux-v5.4/fs/ |
D | mpage.c | 144 get_block_t *get_block; member 231 if (args->get_block(inode, block_in_file, map_bh, 0)) in do_mpage_readpage() 334 block_read_full_page(page, args->get_block); in do_mpage_readpage() 386 unsigned nr_pages, get_block_t get_block) in mpage_readpages() argument 389 .get_block = get_block, in mpage_readpages() 418 int mpage_readpage(struct page *page, get_block_t get_block) in mpage_readpage() argument 423 .get_block = get_block, in mpage_readpage() 453 get_block_t *get_block; member 582 if (mpd->get_block(inode, block_in_file, &map_bh, 1)) in __mpage_writepage() 713 struct writeback_control *wbc, get_block_t get_block) in mpage_writepages() argument [all …]
|
D | buffer.c | 1670 get_block_t *get_block, struct writeback_control *wbc, in __block_write_full_page() argument 1720 err = get_block(inode, block, bh, 1); in __block_write_full_page() 1931 get_block_t *get_block, struct iomap *iomap) in __block_write_begin_int() argument 1967 if (get_block) { in __block_write_begin_int() 1968 err = get_block(inode, block, bh, 1); in __block_write_begin_int() 2016 get_block_t *get_block) in __block_write_begin() argument 2018 return __block_write_begin_int(page, pos, len, get_block, NULL); in __block_write_begin() 2067 unsigned flags, struct page **pagep, get_block_t *get_block) in block_write_begin() argument 2077 status = __block_write_begin(page, pos, len, get_block); in block_write_begin() 2216 int block_read_full_page(struct page *page, get_block_t *get_block) in block_read_full_page() argument [all …]
|
D | direct-io.c | 86 get_block_t *get_block; /* block mapping function */ member 709 ret = (*sdio->get_block)(dio->inode, fs_startblk, in get_more_blocks() 1166 get_block_t get_block, dio_iodone_t end_io, in do_blockdev_direct_IO() argument 1300 sdio.get_block = get_block; in do_blockdev_direct_IO() 1396 get_block_t get_block, in __blockdev_direct_IO() argument 1412 return do_blockdev_direct_IO(iocb, inode, bdev, iter, get_block, in __blockdev_direct_IO()
|
D | ioctl.c | 291 loff_t len, get_block_t *get_block) in __generic_block_fiemap() argument 333 ret = get_block(inode, start_blk, &map_bh, 0); in __generic_block_fiemap() 450 u64 len, get_block_t *get_block) in generic_block_fiemap() argument 454 ret = __generic_block_fiemap(inode, fieinfo, start, len, get_block); in generic_block_fiemap()
|
D | internal.h | 43 get_block_t *get_block, struct iomap *iomap);
|
/Linux-v5.4/fs/sysv/ |
D | itree.c | 203 static int get_block(struct inode *inode, sector_t iblock, struct buffer_head *bh_result, int creat… in get_block() function 383 block_truncate_page(inode->i_mapping, inode->i_size, get_block); in sysv_truncate() 456 return block_write_full_page(page,get_block,wbc); in sysv_writepage() 461 return block_read_full_page(page,get_block); in sysv_readpage() 466 return __block_write_begin(page, pos, len, get_block); in sysv_prepare_chunk() 485 ret = block_write_begin(mapping, pos, len, flags, pagep, get_block); in sysv_write_begin() 494 return generic_block_bmap(mapping,block,get_block); in sysv_bmap()
|
/Linux-v5.4/fs/minix/ |
D | itree_v1.c | 56 return get_block(inode, block, bh_result, create); in V1_minix_get_block()
|
D | itree_v2.c | 65 return get_block(inode, block, bh_result, create); in V2_minix_get_block()
|
D | itree_common.c | 146 static int get_block(struct inode * inode, sector_t block, in get_block() function 307 block_truncate_page(inode->i_mapping, inode->i_size, get_block); in truncate()
|
/Linux-v5.4/fs/gfs2/ |
D | aops.c | 121 static int gfs2_write_full_page(struct page *page, get_block_t *get_block, in gfs2_write_full_page() argument 140 return __block_write_full_page(inode, page, get_block, wbc, in gfs2_write_full_page()
|
/Linux-v5.4/drivers/md/ |
D | dm-era-target.c | 1182 static dm_block_t get_block(struct era *era, struct bio *bio) in get_block() function 1243 get_block(era, bio)); in process_deferred_bios() 1531 dm_block_t block = get_block(era, bio); in era_map()
|
/Linux-v5.4/fs/ocfs2/ |
D | aops.c | 2452 get_block_t *get_block; in ocfs2_direct_IO() local 2467 get_block = ocfs2_lock_get_block; in ocfs2_direct_IO() 2469 get_block = ocfs2_dio_wr_get_block; in ocfs2_direct_IO() 2472 iter, get_block, in ocfs2_direct_IO()
|
/Linux-v5.4/drivers/net/ethernet/neterion/ |
D | s2io.c | 2885 int get_block, put_block; in rx_intr_handler() local 2898 get_block = get_info.block_index; in rx_intr_handler() 2901 rxdp = ring_data->rx_blocks[get_block].rxds[get_info.offset].virt_addr; in rx_intr_handler() 2908 if ((get_block == put_block) && in rx_intr_handler() 2944 rxdp = ring_data->rx_blocks[get_block]. in rx_intr_handler() 2949 get_block++; in rx_intr_handler() 2950 if (get_block == ring_data->block_count) in rx_intr_handler() 2951 get_block = 0; in rx_intr_handler() 2952 ring_data->rx_curr_get_info.block_index = get_block; in rx_intr_handler() 2953 rxdp = ring_data->rx_blocks[get_block].block_virt_addr; in rx_intr_handler() [all …]
|
/Linux-v5.4/fs/ext4/ |
D | inode.c | 1163 get_block_t *get_block) in ext4_block_write_begin() argument 1202 err = get_block(inode, block, bh, 1); in ext4_block_write_begin() 6197 get_block_t *get_block; in ext4_page_mkwrite() local 6254 get_block = ext4_get_block_unwritten; in ext4_page_mkwrite() 6256 get_block = ext4_get_block; in ext4_page_mkwrite() 6264 err = block_page_mkwrite(vma, vmf, get_block); in ext4_page_mkwrite()
|
/Linux-v5.4/fs/affs/ |
D | Changes | 300 - The same get_block()-routine can now be used for
|