| /kernel/linux/linux-4.19/fs/ |
| D | mpage.c | 144 get_block_t *get_block; member 386 unsigned nr_pages, get_block_t get_block) in mpage_readpages() 418 int mpage_readpage(struct page *page, get_block_t get_block) in mpage_readpage() 453 get_block_t *get_block; member 713 struct writeback_control *wbc, get_block_t get_block) in mpage_writepages() 742 int mpage_writepage(struct page *page, get_block_t get_block, in mpage_writepage()
|
| D | buffer.c | 1680 get_block_t *get_block, struct writeback_control *wbc, in __block_write_full_page() 1941 get_block_t *get_block, struct iomap *iomap) in __block_write_begin_int() 2026 get_block_t *get_block) in __block_write_begin() 2077 unsigned flags, struct page **pagep, get_block_t *get_block) in block_write_begin() 2230 int block_read_full_page(struct page *page, get_block_t *get_block) in block_read_full_page() 2423 get_block_t *get_block, loff_t *bytes) in cont_write_begin() 2471 get_block_t get_block) in block_page_mkwrite() 2551 get_block_t *get_block) in nobh_write_begin() 2729 int nobh_writepage(struct page *page, get_block_t *get_block, in nobh_writepage() 2767 loff_t from, get_block_t *get_block) in nobh_truncate_page() [all …]
|
| D | ioctl.c | 283 loff_t len, get_block_t *get_block) in __generic_block_fiemap() 442 u64 len, get_block_t *get_block) in generic_block_fiemap()
|
| D | direct-io.c | 85 get_block_t *get_block; /* block mapping function */ member 1174 get_block_t get_block, dio_iodone_t end_io, in do_blockdev_direct_IO() 1402 get_block_t get_block, in __blockdev_direct_IO()
|
| /kernel/linux/linux-5.10/fs/ |
| D | mpage.c | 144 get_block_t *get_block; member 379 void mpage_readahead(struct readahead_control *rac, get_block_t get_block) in mpage_readahead() 402 int mpage_readpage(struct page *page, get_block_t get_block) in mpage_readpage() 437 get_block_t *get_block; member 697 struct writeback_control *wbc, get_block_t get_block) in mpage_writepages() 726 int mpage_writepage(struct page *page, get_block_t get_block, in mpage_writepage()
|
| D | buffer.c | 1713 get_block_t *get_block, struct writeback_control *wbc, in __block_write_full_page() 1974 get_block_t *get_block, struct iomap *iomap) in __block_write_begin_int() 2059 get_block_t *get_block) in __block_write_begin() 2110 unsigned flags, struct page **pagep, get_block_t *get_block) in block_write_begin() 2259 int block_read_full_page(struct page *page, get_block_t *get_block) in block_read_full_page() 2452 get_block_t *get_block, loff_t *bytes) in cont_write_begin() 2500 get_block_t get_block) in block_page_mkwrite() 2580 get_block_t *get_block) in nobh_write_begin() 2758 int nobh_writepage(struct page *page, get_block_t *get_block, in nobh_writepage() 2796 loff_t from, get_block_t *get_block) in nobh_truncate_page() [all …]
|
| D | ioctl.c | 296 loff_t len, get_block_t *get_block) in __generic_block_fiemap() 454 u64 len, get_block_t *get_block) in generic_block_fiemap()
|
| D | direct-io.c | 88 get_block_t *get_block; /* block mapping function */ member 1129 get_block_t get_block, dio_iodone_t end_io, in do_blockdev_direct_IO() 1350 get_block_t get_block, in __blockdev_direct_IO()
|
| /kernel/linux/linux-5.10/fs/minix/ |
| D | itree_common.c | 152 static int get_block(struct inode * inode, sector_t block, in get_block() function
|
| /kernel/linux/linux-4.19/fs/minix/ |
| D | itree_common.c | 152 static int get_block(struct inode * inode, sector_t block, in get_block() function
|
| /kernel/linux/linux-5.10/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
|
| /kernel/linux/linux-4.19/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
|
| /kernel/linux/linux-4.19/fs/gfs2/ |
| D | aops.c | 144 static int gfs2_write_full_page(struct page *page, get_block_t *get_block, in gfs2_write_full_page()
|
| /kernel/linux/linux-4.19/fs/ext4/ |
| D | inode.c | 1174 get_block_t *get_block) in ext4_block_write_begin() 6276 get_block_t *get_block; in ext4_page_mkwrite() local
|
| /kernel/linux/linux-5.10/fs/ext4/ |
| D | inode.c | 1038 get_block_t *get_block) in ext4_block_write_begin() 6053 get_block_t *get_block; in ext4_page_mkwrite() local
|
| /kernel/linux/linux-4.19/fs/ocfs2/ |
| D | aops.c | 2459 get_block_t *get_block; in ocfs2_direct_IO() local
|
| /kernel/linux/linux-5.10/drivers/md/ |
| D | dm-era-target.c | 1196 static dm_block_t get_block(struct era *era, struct bio *bio) in get_block() function
|
| /kernel/linux/linux-5.10/fs/ocfs2/ |
| D | aops.c | 2434 get_block_t *get_block; in ocfs2_direct_IO() local
|
| /kernel/linux/linux-5.10/drivers/net/ethernet/neterion/ |
| D | s2io.c | 2889 int get_block, put_block; in rx_intr_handler() local 7344 int get_block = ring_data->rx_curr_get_info.block_index; in rx_osm_handler() local
|
| /kernel/linux/linux-4.19/drivers/net/ethernet/neterion/ |
| D | s2io.c | 2885 int get_block, put_block; in rx_intr_handler() local 7358 int get_block = ring_data->rx_curr_get_info.block_index; in rx_osm_handler() local
|
| /kernel/linux/linux-4.19/drivers/md/ |
| D | dm-era-target.c | 1181 static dm_block_t get_block(struct era *era, struct bio *bio) in get_block() function
|
| /kernel/linux/linux-5.10/include/linux/ |
| D | fs.h | 3056 get_block_t get_block) in blockdev_direct_IO()
|
| /kernel/linux/linux-4.19/include/linux/ |
| D | fs.h | 3058 get_block_t get_block) in blockdev_direct_IO()
|