Home
last modified time | relevance | path

Searched refs:ext4_map_blocks (Results 1 – 9 of 9) sorted by relevance

/linux/fs/ext4/
H A Dinode.c395 struct ext4_map_blocks *map) in __check_block_validity()
464 struct ext4_map_blocks *es_map, in ext4_map_blocks_es_recheck()
465 struct ext4_map_blocks *map, in ext4_map_blocks_es_recheck()
505 struct inode *inode, struct ext4_map_blocks *map, in ext4_map_query_blocks_next_in_leaf()
508 struct ext4_map_blocks map2; in ext4_map_query_blocks_next_in_leaf()
560 struct ext4_map_blocks *map, int flags) in ext4_map_query_blocks()
607 struct ext4_map_blocks *map, int flags) in ext4_map_create_blocks()
701 int ext4_map_blocks(handle_t *handle, struct inode *inode, in ext4_map_blocks() function
702 struct ext4_map_blocks *map, int flags) in ext4_map_blocks()
709 struct ext4_map_blocks orig_map; in ext4_map_blocks()
[all …]
H A Dextents.c45 handle_t *handle, struct inode *inode, struct ext4_map_blocks *map,
3308 struct ext4_map_blocks *map, int flags) in ext4_split_extent_zeroout()
3412 struct ext4_map_blocks *map, in ext4_split_extent()
3558 struct ext4_map_blocks *map, struct ext4_ext_path *path, in ext4_ext_convert_to_initialized()
3563 struct ext4_map_blocks split_map; in ext4_ext_convert_to_initialized()
3818 struct ext4_map_blocks *map, in ext4_split_convert_extents()
3915 struct ext4_map_blocks *map, in ext4_convert_unwritten_extents_endio()
3937 struct ext4_map_blocks *map, in convert_initialized_extent()
3993 struct ext4_map_blocks *map, in ext4_ext_handle_unwritten_extents()
4124 struct ext4_map_blocks *map, in get_implied_cluster_alloc()
[all …]
H A Dblock_validity.c153 struct ext4_map_blocks map; in ext4_protect_reserved_inode()
168 n = ext4_map_blocks(NULL, inode, &map, 0); in ext4_protect_reserved_inode()
H A Dfast_commit.c884 struct ext4_map_blocks map; in ext4_fc_write_inode_data()
907 ret = ext4_map_blocks(NULL, inode, &map, in ext4_fc_write_inode_data()
1731 struct ext4_map_blocks map; in ext4_fc_replay_add_range()
1766 ret = ext4_map_blocks(NULL, inode, &map, 0); in ext4_fc_replay_add_range()
1847 struct ext4_map_blocks map; in ext4_fc_replay_del_range()
1875 ret = ext4_map_blocks(NULL, inode, &map, 0); in ext4_fc_replay_del_range()
1908 struct ext4_map_blocks map; in ext4_fc_set_bitmaps_and_counters()
1931 ret = ext4_map_blocks(NULL, inode, &map, 0); in ext4_fc_set_bitmaps_and_counters()
H A Dext4_extents.h275 struct ext4_map_blocks *map,
H A Dextents-test.c99 struct ext4_map_blocks split_map;
367 struct ext4_map_blocks *map, in ext4_map_create_blocks_helper()
387 struct ext4_map_blocks map; in test_split_convert()
H A Dext4.h257 struct ext4_map_blocks { struct
3126 struct ext4_map_blocks *map, int flags);
3787 struct ext4_map_blocks *map, int flags);
3801 extern int ext4_map_blocks(handle_t *handle, struct inode *inode,
3802 struct ext4_map_blocks *map, int flags);
3804 struct ext4_map_blocks *map, int flags);
3806 struct ext4_map_blocks *map, int flags);
H A Dinline.c1097 struct ext4_map_blocks map; in ext4_convert_inline_data_nolock()
1130 error = ext4_map_blocks(handle, inode, &map, EXT4_GET_BLOCKS_CREATE); in ext4_convert_inline_data_nolock()
H A Dsuper.c5920 struct ext4_map_blocks map; in ext4_journal_bmap()
5928 ret = ext4_map_blocks(NULL, journal->j_inode, &map, 0); in ext4_journal_bmap()