/linux-4.1.27/include/linux/ |
D | mpage.h | 17 unsigned nr_pages, get_block_t get_block); 18 int mpage_readpage(struct page *page, get_block_t get_block); 20 struct writeback_control *wbc, get_block_t get_block); 21 int mpage_writepage(struct page *page, get_block_t *get_block,
|
D | buffer_head.h | 209 int block_write_full_page(struct page *page, get_block_t *get_block, 215 unsigned flags, struct page **pagep, get_block_t *get_block); 217 get_block_t *get_block); 231 get_block_t get_block); 233 get_block_t get_block); 256 int nobh_writepage(struct page *page, get_block_t *get_block,
|
D | fs.h | 2666 loff_t offset, get_block_t get_block, 2673 get_block_t get_block) in blockdev_direct_IO() argument 2676 offset, get_block, NULL, NULL, in blockdev_direct_IO() 2747 get_block_t *get_block); 2750 u64 len, get_block_t *get_block);
|
/linux-4.1.27/fs/ |
D | mpage.c | 142 unsigned long *first_logical_block, get_block_t get_block) in do_mpage_readpage() argument 204 if (get_block(inode, block_in_file, map_bh, 0)) in do_mpage_readpage() 306 block_read_full_page(page, get_block); in do_mpage_readpage() 357 unsigned nr_pages, get_block_t get_block) in mpage_readpages() argument 378 get_block); in mpage_readpages() 392 int mpage_readpage(struct page *page, get_block_t get_block) in mpage_readpage() argument 402 &map_bh, &first_logical_block, get_block); in mpage_readpage() 429 get_block_t *get_block; member 547 if (mpd->get_block(inode, block_in_file, &map_bh, 1)) in __mpage_writepage() 677 struct writeback_control *wbc, get_block_t get_block) in mpage_writepages() argument [all …]
|
D | dax.c | 102 loff_t start, loff_t end, get_block_t get_block, in dax_io() argument 126 retval = get_block(inode, block, bh, in dax_io() 192 struct iov_iter *iter, loff_t pos, get_block_t get_block, in dax_do_io() argument 214 retval = dax_io(inode, iter, pos, end, get_block, &bh); in dax_do_io() 316 get_block_t get_block, dax_iodone_t complete_unwritten) in do_dax_fault() argument 361 error = get_block(inode, block, &bh, 0); in do_dax_fault() 369 error = get_block(inode, block, &bh, 1); in do_dax_fault() 457 get_block_t get_block, dax_iodone_t complete_unwritten) in dax_fault() argument 466 result = do_dax_fault(vma, vmf, get_block, complete_unwritten); in dax_fault() 510 get_block_t get_block) in dax_zero_page_range() argument [all …]
|
D | buffer.c | 1678 get_block_t *get_block, struct writeback_control *wbc, in __block_write_full_page() argument 1729 err = get_block(inode, block, bh, 1); in __block_write_full_page() 1883 get_block_t *get_block) in __block_write_begin() argument 1919 err = get_block(inode, block, bh, 1); in __block_write_begin() 2009 unsigned flags, struct page **pagep, get_block_t *get_block) in block_write_begin() argument 2019 status = __block_write_begin(page, pos, len, get_block); in block_write_begin() 2159 int block_read_full_page(struct page *page, get_block_t *get_block) in block_read_full_page() argument 2188 err = get_block(inode, iblock, bh, 0); in block_read_full_page() 2355 get_block_t *get_block, loff_t *bytes) in cont_write_begin() argument 2372 return block_write_begin(mapping, pos, len, flags, pagep, get_block); in cont_write_begin() [all …]
|
D | ioctl.c | 252 loff_t len, get_block_t *get_block) in __generic_block_fiemap() argument 294 ret = get_block(inode, start_blk, &map_bh, 0); in __generic_block_fiemap() 411 u64 len, get_block_t *get_block) in generic_block_fiemap() argument 415 ret = __generic_block_fiemap(inode, fieinfo, start, len, get_block); in generic_block_fiemap()
|
D | direct-io.c | 79 get_block_t *get_block; /* block mapping function */ member 631 ret = (*sdio->get_block)(dio->inode, fs_startblk, in get_more_blocks() 1100 loff_t offset, get_block_t get_block, dio_iodone_t end_io, in do_blockdev_direct_IO() argument 1218 sdio.get_block = get_block; in do_blockdev_direct_IO() 1314 loff_t offset, get_block_t get_block, in __blockdev_direct_IO() argument 1330 return do_blockdev_direct_IO(iocb, inode, bdev, iter, offset, get_block, in __blockdev_direct_IO()
|
/linux-4.1.27/fs/sysv/ |
D | itree.c | 202 static int get_block(struct inode *inode, sector_t iblock, struct buffer_head *bh_result, int creat… in get_block() function 382 block_truncate_page(inode->i_mapping, inode->i_size, get_block); in sysv_truncate() 454 return block_write_full_page(page,get_block,wbc); in sysv_writepage() 459 return block_read_full_page(page,get_block); in sysv_readpage() 464 return __block_write_begin(page, pos, len, get_block); in sysv_prepare_chunk() 483 ret = block_write_begin(mapping, pos, len, flags, pagep, get_block); in sysv_write_begin() 492 return generic_block_bmap(mapping,block,get_block); in sysv_bmap()
|
/linux-4.1.27/Documentation/filesystems/ |
D | dax.txt | 63 dax_mkwrite(), passing the appropriate get_block() callback) 69 The get_block() callback passed to the DAX functions may return 71 calls to get_block() (for example by a page-fault racing with a read()
|
/linux-4.1.27/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 | 145 static inline int get_block(struct inode * inode, sector_t block, in get_block() function 306 block_truncate_page(inode->i_mapping, inode->i_size, get_block); in truncate()
|
/linux-4.1.27/drivers/md/ |
D | dm-era-target.c | 1184 static dm_block_t get_block(struct era *era, struct bio *bio) in get_block() function 1245 get_block(era, bio)); in process_deferred_bios() 1534 dm_block_t block = get_block(era, bio); in era_map()
|
/linux-4.1.27/drivers/net/ethernet/neterion/ |
D | s2io.c | 2899 int get_block, put_block; in rx_intr_handler() local 2912 get_block = get_info.block_index; in rx_intr_handler() 2915 rxdp = ring_data->rx_blocks[get_block].rxds[get_info.offset].virt_addr; in rx_intr_handler() 2922 if ((get_block == put_block) && in rx_intr_handler() 2958 rxdp = ring_data->rx_blocks[get_block]. in rx_intr_handler() 2963 get_block++; in rx_intr_handler() 2964 if (get_block == ring_data->block_count) in rx_intr_handler() 2965 get_block = 0; in rx_intr_handler() 2966 ring_data->rx_curr_get_info.block_index = get_block; in rx_intr_handler() 2967 rxdp = ring_data->rx_blocks[get_block].block_virt_addr; in rx_intr_handler() [all …]
|
/linux-4.1.27/fs/ext4/ |
D | inode.c | 914 get_block_t *get_block) in ext4_block_write_begin() argument 952 err = get_block(inode, block, bh, 1); in ext4_block_write_begin() 5289 get_block_t *get_block; in ext4_page_mkwrite() local 5338 get_block = ext4_get_block_write; in ext4_page_mkwrite() 5340 get_block = ext4_get_block; in ext4_page_mkwrite() 5348 ret = __block_page_mkwrite(vma, vmf, get_block); in ext4_page_mkwrite()
|
/linux-4.1.27/fs/affs/ |
D | Changes | 300 - The same get_block()-routine can now be used for
|