Symbol: get_block
drivers/md/dm-era-target.c
1286
get_block(era, bio));
drivers/md/dm-era-target.c
1316
set_bit(get_block(era, bio), ws->bits);
drivers/md/dm-era-target.c
1574
block = get_block(era, bio);
fs/buffer.c
1815
get_block_t *get_block, struct writeback_control *wbc)
fs/buffer.c
1863
err = get_block(inode, block, bh, 1);
fs/buffer.c
2089
get_block_t *get_block, const struct iomap *iomap)
fs/buffer.c
2122
if (get_block)
fs/buffer.c
2123
err = get_block(inode, block, bh, 1);
fs/buffer.c
2170
get_block_t *get_block)
fs/buffer.c
2172
return __block_write_begin_int(folio, pos, len, get_block, NULL);
fs/buffer.c
2223
struct folio **foliop, get_block_t *get_block)
fs/buffer.c
2234
status = __block_write_begin_int(folio, pos, len, get_block, NULL);
fs/buffer.c
2367
int block_read_full_folio(struct folio *folio, get_block_t *get_block)
fs/buffer.c
2398
err = get_block(inode, iblock, bh, 0);
fs/buffer.c
2579
void **fsdata, get_block_t *get_block, loff_t *bytes)
fs/buffer.c
2596
return block_write_begin(mapping, pos, len, foliop, get_block);
fs/buffer.c
2619
get_block_t get_block)
fs/buffer.c
2641
ret = __block_write_begin_int(folio, 0, end, get_block, NULL);
fs/buffer.c
2657
loff_t from, get_block_t *get_block)
fs/buffer.c
2697
err = get_block(inode, iblock, bh, 0);
fs/buffer.c
2731
void *get_block)
fs/buffer.c
2738
return __block_write_full_folio(inode, folio, get_block, wbc);
fs/buffer.c
2755
return __block_write_full_folio(inode, folio, get_block, wbc);
fs/buffer.c
2759
get_block_t *get_block)
fs/buffer.c
2766
get_block(inode, block, &tmp, 0);
fs/direct-io.c
1103
get_block_t get_block, dio_iodone_t end_io,
fs/direct-io.c
1211
sdio.get_block = get_block;
fs/direct-io.c
644
ret = (*sdio->get_block)(dio->inode, fs_startblk,
fs/direct-io.c
87
get_block_t *get_block; /* block mapping function */
fs/ext4/ext4.h
4033
get_block_t *get_block);
fs/ext4/inode.c
1172
get_block_t *get_block)
fs/ext4/inode.c
1211
err = get_block(inode, block, bh, 1);
fs/ext4/inode.c
6739
get_block_t get_block)
fs/ext4/inode.c
6765
ret = ext4_block_write_begin(handle, folio, 0, len, get_block);
fs/ext4/inode.c
6798
get_block_t *get_block = ext4_get_block;
fs/ext4/inode.c
6865
get_block = ext4_get_block_unwritten;
fs/ext4/inode.c
6868
err = ext4_block_page_mkwrite(inode, folio, get_block);
fs/internal.h
37
get_block_t *get_block, const struct iomap *iomap);
fs/minix/itree_common.c
314
block_truncate_page(inode->i_mapping, inode->i_size, get_block);
fs/minix/itree_v1.c
56
return get_block(inode, block, bh_result, create);
fs/minix/itree_v2.c
64
return get_block(inode, block, bh_result, create);
fs/mpage.c
138
get_block_t *get_block;
fs/mpage.c
221
if (args->get_block(inode, block_in_file, map_bh, 0))
fs/mpage.c
313
block_read_full_folio(folio, args->get_block);
fs/mpage.c
358
void mpage_readahead(struct readahead_control *rac, get_block_t get_block)
fs/mpage.c
362
.get_block = get_block,
fs/mpage.c
386
int mpage_read_folio(struct folio *folio, get_block_t get_block)
fs/mpage.c
391
.get_block = get_block,
fs/mpage.c
421
get_block_t *get_block;
fs/mpage.c
544
if (mpd->get_block(inode, block_in_file, &map_bh, 1))
fs/mpage.c
640
ret = block_write_full_folio(folio, wbc, mpd->get_block);
fs/mpage.c
663
struct writeback_control *wbc, get_block_t get_block,
fs/mpage.c
668
.get_block = get_block,
fs/ocfs2/aops.c
2441
get_block_t *get_block;
fs/ocfs2/aops.c
2456
get_block = ocfs2_lock_get_block;
fs/ocfs2/aops.c
2458
get_block = ocfs2_dio_wr_get_block;
fs/ocfs2/aops.c
2461
iter, get_block,
include/linux/buffer_head.h
258
void *get_block);
include/linux/buffer_head.h
260
get_block_t *get_block, struct writeback_control *wbc);
include/linux/buffer_head.h
264
struct folio **foliop, get_block_t *get_block);
include/linux/buffer_head.h
266
get_block_t *get_block);
include/linux/buffer_head.h
278
get_block_t get_block);
include/linux/fs.h
3126
get_block_t get_block,
include/linux/fs.h
3133
get_block_t get_block)
include/linux/fs.h
3136
get_block, NULL, DIO_LOCKING | DIO_SKIP_HOLES);
include/linux/mpage.h
18
void mpage_readahead(struct readahead_control *, get_block_t get_block);
include/linux/mpage.h
19
int mpage_read_folio(struct folio *folio, get_block_t get_block);
include/linux/mpage.h
21
struct writeback_control *wbc, get_block_t get_block,
include/linux/mpage.h
25
struct writeback_control *wbc, get_block_t get_block)
include/linux/mpage.h
27
return __mpage_writepages(mapping, wbc, get_block, NULL);