Searched defs:get_block (Results 1 – 11 of 11) sorted by relevance
/linux-5.19.10/fs/ |
D | mpage.c | 119 get_block_t *get_block; member 344 void mpage_readahead(struct readahead_control *rac, get_block_t get_block) in mpage_readahead() 367 int mpage_read_folio(struct folio *folio, get_block_t get_block) in mpage_read_folio() 404 get_block_t *get_block; member 661 struct writeback_control *wbc, get_block_t get_block) in mpage_writepages() 687 int mpage_writepage(struct page *page, get_block_t get_block, in mpage_writepage()
|
D | buffer.c | 1710 get_block_t *get_block, struct writeback_control *wbc, in __block_write_full_page() 1969 get_block_t *get_block, const struct iomap *iomap) in __block_write_begin_int() 2054 get_block_t *get_block) in __block_write_begin() 2107 struct page **pagep, get_block_t *get_block) in block_write_begin() 2254 int block_read_full_folio(struct folio *folio, get_block_t *get_block) in block_read_full_folio() 2451 get_block_t *get_block, loff_t *bytes) in cont_write_begin() 2499 get_block_t get_block) in block_page_mkwrite() 2578 get_block_t *get_block) in nobh_write_begin() 2756 int nobh_writepage(struct page *page, get_block_t *get_block, in nobh_writepage() 2794 loff_t from, get_block_t *get_block) in nobh_truncate_page() [all …]
|
D | direct-io.c | 88 get_block_t *get_block; /* block mapping function */ member 1120 get_block_t get_block, dio_iodone_t end_io, in __blockdev_direct_IO()
|
/linux-5.19.10/fs/minix/ |
D | itree_common.c | 152 static int get_block(struct inode * inode, sector_t block, in get_block() function
|
/linux-5.19.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
|
/linux-5.19.10/fs/ntfs3/ |
D | inode.c | 858 get_block_t *get_block = is_resident(ni) ? NULL : &ntfs_get_block; in ntfs_writepages() local
|
/linux-5.19.10/fs/ext4/ |
D | inode.c | 1054 get_block_t *get_block) in ext4_block_write_begin() 6077 get_block_t *get_block; in ext4_page_mkwrite() local
|
/linux-5.19.10/fs/ocfs2/ |
D | aops.c | 2432 get_block_t *get_block; in ocfs2_direct_IO() local
|
/linux-5.19.10/drivers/net/ethernet/neterion/ |
D | s2io.c | 2891 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
|
/linux-5.19.10/drivers/md/ |
D | dm-era-target.c | 1200 static dm_block_t get_block(struct era *era, struct bio *bio) in get_block() function
|
/linux-5.19.10/include/linux/ |
D | fs.h | 3060 get_block_t get_block) in blockdev_direct_IO()
|