Symbol: get_block
drivers/md/dm-era-target.c
1283
get_block(era, bio));
drivers/md/dm-era-target.c
1313
set_bit(get_block(era, bio), ws->bits);
drivers/md/dm-era-target.c
1563
dm_block_t block = get_block(era, bio);
fs/buffer.c
1834
get_block_t *get_block, struct writeback_control *wbc)
fs/buffer.c
1882
err = get_block(inode, block, bh, 1);
fs/buffer.c
2108
get_block_t *get_block, const struct iomap *iomap)
fs/buffer.c
2141
if (get_block)
fs/buffer.c
2142
err = get_block(inode, block, bh, 1);
fs/buffer.c
2189
get_block_t *get_block)
fs/buffer.c
2191
return __block_write_begin_int(folio, pos, len, get_block, NULL);
fs/buffer.c
2242
struct folio **foliop, get_block_t *get_block)
fs/buffer.c
2253
status = __block_write_begin_int(folio, pos, len, get_block, NULL);
fs/buffer.c
2386
int block_read_full_folio(struct folio *folio, get_block_t *get_block)
fs/buffer.c
2417
err = get_block(inode, iblock, bh, 0);
fs/buffer.c
2574
void **fsdata, get_block_t *get_block, loff_t *bytes)
fs/buffer.c
2591
return block_write_begin(mapping, pos, len, foliop, get_block);
fs/buffer.c
2614
get_block_t get_block)
fs/buffer.c
2636
ret = __block_write_begin_int(folio, 0, end, get_block, NULL);
fs/buffer.c
2652
loff_t from, get_block_t *get_block)
fs/buffer.c
2692
err = get_block(inode, iblock, bh, 0);
fs/buffer.c
2726
void *get_block)
fs/buffer.c
2733
return __block_write_full_folio(inode, folio, get_block, wbc);
fs/buffer.c
2750
return __block_write_full_folio(inode, folio, get_block, wbc);
fs/buffer.c
2754
get_block_t *get_block)
fs/buffer.c
2761
get_block(inode, block, &tmp, 0);
fs/direct-io.c
1107
get_block_t get_block, dio_iodone_t end_io,
fs/direct-io.c
1218
sdio.get_block = get_block;
fs/direct-io.c
648
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
3947
get_block_t *get_block);
fs/ext4/inode.c
1167
get_block_t *get_block)
fs/ext4/inode.c
1206
err = get_block(inode, block, bh, 1);
fs/ext4/inode.c
6595
get_block_t get_block)
fs/ext4/inode.c
6621
ret = ext4_block_write_begin(handle, folio, 0, len, get_block);
fs/ext4/inode.c
6654
get_block_t *get_block = ext4_get_block;
fs/ext4/inode.c
6721
get_block = ext4_get_block_unwritten;
fs/ext4/inode.c
6724
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
313
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
139
get_block_t *get_block;
fs/mpage.c
222
if (args->get_block(inode, block_in_file, map_bh, 0))
fs/mpage.c
314
block_read_full_folio(folio, args->get_block);
fs/mpage.c
359
void mpage_readahead(struct readahead_control *rac, get_block_t get_block)
fs/mpage.c
363
.get_block = get_block,
fs/mpage.c
387
int mpage_read_folio(struct folio *folio, get_block_t get_block)
fs/mpage.c
392
.get_block = get_block,
fs/mpage.c
422
get_block_t *get_block;
fs/mpage.c
545
if (mpd->get_block(inode, block_in_file, &map_bh, 1))
fs/mpage.c
641
ret = block_write_full_folio(folio, wbc, mpd->get_block);
fs/mpage.c
664
struct writeback_control *wbc, get_block_t get_block,
fs/mpage.c
669
.get_block = get_block,
fs/ocfs2/aops.c
2421
get_block_t *get_block;
fs/ocfs2/aops.c
2436
get_block = ocfs2_lock_get_block;
fs/ocfs2/aops.c
2438
get_block = ocfs2_dio_wr_get_block;
fs/ocfs2/aops.c
2441
iter, get_block,
include/linux/buffer_head.h
256
void *get_block);
include/linux/buffer_head.h
258
get_block_t *get_block, struct writeback_control *wbc);
include/linux/buffer_head.h
262
struct folio **foliop, get_block_t *get_block);
include/linux/buffer_head.h
264
get_block_t *get_block);
include/linux/buffer_head.h
276
get_block_t get_block);
include/linux/fs.h
3105
get_block_t get_block,
include/linux/fs.h
3112
get_block_t get_block)
include/linux/fs.h
3115
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);