Home
last modified time | relevance | path

Searched defs:get_block (Results 1 – 11 of 11) sorted by relevance

/OK3568_Linux_fs/kernel/fs/
H A Dmpage.c180 get_block_t *get_block; member
415 void mpage_readahead(struct readahead_control *rac, get_block_t get_block) in mpage_readahead()
438 int mpage_readpage(struct page *page, get_block_t get_block) in mpage_readpage()
473 get_block_t *get_block; member
733 struct writeback_control *wbc, get_block_t get_block) in mpage_writepages()
762 int mpage_writepage(struct page *page, get_block_t get_block, in mpage_writepage()
H A Dbuffer.c1741 get_block_t *get_block, struct writeback_control *wbc, in __block_write_full_page()
2002 get_block_t *get_block, struct iomap *iomap) in __block_write_begin_int()
2087 get_block_t *get_block) in __block_write_begin()
2138 unsigned flags, struct page **pagep, get_block_t *get_block) in block_write_begin()
2287 int block_read_full_page(struct page *page, get_block_t *get_block) in block_read_full_page()
2480 get_block_t *get_block, loff_t *bytes) in cont_write_begin()
2528 get_block_t get_block) in block_page_mkwrite()
2608 get_block_t *get_block) in nobh_write_begin()
2786 int nobh_writepage(struct page *page, get_block_t *get_block, in nobh_writepage()
2824 loff_t from, get_block_t *get_block) in nobh_truncate_page()
[all …]
H A Dioctl.c296 loff_t len, get_block_t *get_block) in __generic_block_fiemap()
454 u64 len, get_block_t *get_block) in generic_block_fiemap()
H A Ddirect-io.c89 get_block_t *get_block; /* block mapping function */ member
1142 get_block_t get_block, dio_iodone_t end_io, in do_blockdev_direct_IO()
1363 get_block_t get_block, in __blockdev_direct_IO()
/OK3568_Linux_fs/kernel/fs/minix/
H A Ditree_common.c152 static int get_block(struct inode * inode, sector_t block, in get_block() function
/OK3568_Linux_fs/kernel/fs/sysv/
H A Ditree.c203 static int get_block(struct inode *inode, sector_t iblock, struct buffer_head *bh_result, int creat… in get_block() function
/OK3568_Linux_fs/kernel/fs/ext4/
H A Dinode.c1040 get_block_t *get_block) in ext4_block_write_begin()
6166 get_block_t *get_block; in ext4_page_mkwrite() local
/OK3568_Linux_fs/kernel/fs/ocfs2/
H A Daops.c2434 get_block_t *get_block; in ocfs2_direct_IO() local
/OK3568_Linux_fs/kernel/drivers/md/
H A Ddm-era-target.c1196 static dm_block_t get_block(struct era *era, struct bio *bio) in get_block() function
/OK3568_Linux_fs/kernel/drivers/net/ethernet/neterion/
H A Ds2io.c2889 int get_block, put_block; in rx_intr_handler() local
7355 int get_block = ring_data->rx_curr_get_info.block_index; in rx_osm_handler() local
/OK3568_Linux_fs/kernel/include/linux/
H A Dfs.h3123 get_block_t get_block) in blockdev_direct_IO()