Home
last modified time | relevance | path

Searched refs:get_block (Results 1 – 16 of 16) sorted by relevance

/linux-6.3-rc2/fs/
A Dmpage.c121 get_block_t *get_block; member
208 if (args->get_block(inode, block_in_file, map_bh, 0)) in do_mpage_readpage()
299 block_read_full_folio(folio, args->get_block); in do_mpage_readpage()
348 .get_block = get_block, in mpage_readahead()
366 int mpage_read_folio(struct folio *folio, get_block_t get_block) in mpage_read_folio() argument
371 .get_block = get_block, in mpage_read_folio()
401 get_block_t *get_block; member
533 if (mpd->get_block(inode, block_in_file, &map_bh, 1)) in __mpage_writepage()
626 ret = block_write_full_page(&folio->page, mpd->get_block, wbc); in __mpage_writepage()
644 struct writeback_control *wbc, get_block_t get_block) in mpage_writepages() argument
[all …]
A Dbuffer.c1788 err = get_block(inode, block, bh, 1); in __block_write_full_page()
2033 if (get_block) { in __block_write_begin_int()
2034 err = get_block(inode, block, bh, 1); in __block_write_begin_int()
2082 get_block_t *get_block) in __block_write_begin() argument
2319 err = get_block(inode, iblock, bh, 0); in block_read_full_folio()
2487 get_block_t *get_block, loff_t *bytes) in cont_write_begin() argument
2535 get_block_t get_block) in block_page_mkwrite() argument
2574 loff_t from, get_block_t *get_block) in block_truncate_page() argument
2616 err = get_block(inode, iblock, bh, 0); in block_truncate_page()
2684 get_block_t *get_block) in generic_block_bmap() argument
[all …]
A Ddirect-io.c88 get_block_t *get_block; /* block mapping function */ member
641 ret = (*sdio->get_block)(dio->inode, fs_startblk, in get_more_blocks()
1100 get_block_t get_block, dio_iodone_t end_io, in __blockdev_direct_IO() argument
1216 sdio.get_block = get_block; in __blockdev_direct_IO()
A Dinternal.h42 get_block_t *get_block, const struct iomap *iomap);
/linux-6.3-rc2/include/linux/
A Dmpage.h18 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);
A Dbuffer_head.h258 int block_write_full_page(struct page *page, get_block_t *get_block,
261 get_block_t *get_block, struct writeback_control *wbc,
266 struct page **pagep, get_block_t *get_block);
268 get_block_t *get_block);
283 get_block_t get_block);
A Dfs.h2780 get_block_t get_block,
2787 get_block_t get_block) in blockdev_direct_IO() argument
2790 get_block, NULL, NULL, DIO_LOCKING | DIO_SKIP_HOLES); in blockdev_direct_IO()
/linux-6.3-rc2/fs/sysv/
A Ditree.c203 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_folio(folio, get_block); in sysv_read_folio()
466 return __block_write_begin(page, pos, len, get_block); in sysv_prepare_chunk()
485 ret = block_write_begin(mapping, pos, len, pagep, get_block); in sysv_write_begin()
494 return generic_block_bmap(mapping,block,get_block); in sysv_bmap()
/linux-6.3-rc2/fs/minix/
A Ditree_v1.c56 return get_block(inode, block, bh_result, create); in V1_minix_get_block()
A Ditree_v2.c64 return get_block(inode, block, bh_result, create); in V2_minix_get_block()
A Ditree_common.c152 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-6.3-rc2/drivers/md/
A Ddm-era-target.c1217 static dm_block_t get_block(struct era *era, struct bio *bio) in get_block() function
1284 get_block(era, bio)); in process_deferred_bios()
1314 set_bit(get_block(era, bio), ws->bits); in process_deferred_bios()
1562 dm_block_t block = get_block(era, bio); in era_map()
/linux-6.3-rc2/fs/ocfs2/
A Daops.c2430 get_block_t *get_block; in ocfs2_direct_IO() local
2445 get_block = ocfs2_lock_get_block; in ocfs2_direct_IO()
2447 get_block = ocfs2_dio_wr_get_block; in ocfs2_direct_IO()
2450 iter, get_block, in ocfs2_direct_IO()
/linux-6.3-rc2/drivers/net/ethernet/neterion/
A Ds2io.c2891 int get_block, put_block; in rx_intr_handler() local
2904 get_block = get_info.block_index; in rx_intr_handler()
2914 if ((get_block == put_block) && in rx_intr_handler()
2948 rxdp = ring_data->rx_blocks[get_block]. in rx_intr_handler()
2953 get_block++; in rx_intr_handler()
2954 if (get_block == ring_data->block_count) in rx_intr_handler()
2955 get_block = 0; in rx_intr_handler()
2956 ring_data->rx_curr_get_info.block_index = get_block; in rx_intr_handler()
2957 rxdp = ring_data->rx_blocks[get_block].block_virt_addr; in rx_intr_handler()
7369 int get_block = ring_data->rx_curr_get_info.block_index; in rx_osm_handler() local
[all …]
/linux-6.3-rc2/fs/affs/
A DChanges300 - The same get_block()-routine can now be used for
/linux-6.3-rc2/fs/ext4/
A Dinode.c1059 get_block_t *get_block) in ext4_block_write_begin() argument
1097 err = get_block(inode, block, bh, 1); in ext4_block_write_begin()
6224 get_block_t *get_block; in ext4_page_mkwrite() local
6292 get_block = ext4_get_block_unwritten; in ext4_page_mkwrite()
6294 get_block = ext4_get_block; in ext4_page_mkwrite()
6308 err = block_page_mkwrite(vma, vmf, get_block); in ext4_page_mkwrite()

Completed in 63 milliseconds