Home
last modified time | relevance | path

Searched defs:map_bh (Results 1 – 6 of 6) sorted by relevance

/linux-4.1.27/fs/
Ddirect-io.c589 struct buffer_head *map_bh) in get_more_blocks()
647 sector_t start_sector, struct buffer_head *map_bh) in dio_new_bio()
704 struct buffer_head *map_bh) in dio_send_cur_page()
770 struct buffer_head *map_bh) in submit_page_section()
828 static void clean_blockdev_aliases(struct dio *dio, struct buffer_head *map_bh) in clean_blockdev_aliases()
851 int end, struct buffer_head *map_bh) in dio_zero_block()
902 struct buffer_head *map_bh) in do_direct_IO()
1111 struct buffer_head map_bh = { 0, }; in do_blockdev_direct_IO() local
Dmpage.c141 sector_t *last_block_in_bio, struct buffer_head *map_bh, in do_mpage_readpage()
362 struct buffer_head map_bh; in mpage_readpages() local
396 struct buffer_head map_bh; in mpage_readpage() local
482 struct buffer_head map_bh; in __mpage_writepage() local
Dioctl.c254 struct buffer_head map_bh; in __generic_block_fiemap() local
Dbuffer.c2738 struct buffer_head map_bh; in nobh_truncate_page() local
/linux-4.1.27/fs/ext3/
Ddir.c117 struct buffer_head map_bh; in ext3_readdir() local
/linux-4.1.27/include/linux/
Dbuffer_head.h334 map_bh(struct buffer_head *bh, struct super_block *sb, sector_t block) in map_bh() function