Home
last modified time | relevance | path

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

/linux/fs/ext4/
H A Dmove_extent.c21 struct ext4_map_blocks orig_map;/* Origin file's move mapping */
203 struct ext4_map_blocks donor_map = {0}; in mext_move_begin()
236 ret = ext4_map_blocks(NULL, donor_inode, &donor_map, 0); in mext_move_begin()
305 struct ext4_map_blocks *orig_map = &mext->orig_map; in mext_move_extent()
613 ret = ext4_map_blocks(NULL, orig_inode, &mext.orig_map, 0); in ext4_move_extents()
H A Dinode.c393 struct ext4_map_blocks *map) in __check_block_validity()
459 struct ext4_map_blocks *es_map, in ext4_map_blocks_es_recheck()
460 struct ext4_map_blocks *map, in ext4_map_blocks_es_recheck()
500 struct inode *inode, struct ext4_map_blocks *map, in ext4_map_query_blocks_next_in_leaf()
503 struct ext4_map_blocks map2; in ext4_map_query_blocks_next_in_leaf()
555 struct ext4_map_blocks *map, int flags) in ext4_map_query_blocks()
602 struct ext4_map_blocks *map, int flags) in ext4_map_create_blocks()
696 int ext4_map_blocks(handle_t *handle, struct inode *inode, in ext4_map_blocks() function
697 struct ext4_map_blocks *map, int flags) in ext4_map_blocks()
704 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.c900 struct ext4_map_blocks map; in ext4_fc_write_inode_data()
923 ret = ext4_map_blocks(NULL, inode, &map, in ext4_fc_write_inode_data()
1771 struct ext4_map_blocks map; in ext4_fc_replay_add_range()
1806 ret = ext4_map_blocks(NULL, inode, &map, 0); in ext4_fc_replay_add_range()
1888 struct ext4_map_blocks map; in ext4_fc_replay_del_range()
1916 ret = ext4_map_blocks(NULL, inode, &map, 0); in ext4_fc_replay_del_range()
1949 struct ext4_map_blocks map; in ext4_fc_set_bitmaps_and_counters()
1972 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;
341 struct ext4_map_blocks *map, in ext4_map_create_blocks_helper()
361 struct ext4_map_blocks map; in test_split_convert()
H A Ddir.c176 struct ext4_map_blocks map; in ext4_readdir()
186 err = ext4_map_blocks(NULL, inode, &map, 0); in ext4_readdir()
H A Dfile.c221 struct ext4_map_blocks map; in ext4_overwrite_io()
232 err = ext4_map_blocks(NULL, inode, &map, 0); in ext4_overwrite_io()
H A Dext4.h258 struct ext4_map_blocks { struct
3127 struct ext4_map_blocks *map, int flags);
3788 struct ext4_map_blocks *map, int flags);
3802 extern int ext4_map_blocks(handle_t *handle, struct inode *inode,
3803 struct ext4_map_blocks *map, int flags);
3805 struct ext4_map_blocks *map, int flags);
3807 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 Dindirect.c531 struct ext4_map_blocks *map, in ext4_ind_map_blocks()
H A Dxattr.c1398 struct ext4_map_blocks map; in ext4_xattr_inode_write()
1402 ret = ext4_map_blocks(handle, ea_inode, &map, in ext4_xattr_inode_write()
H A Dsuper.c5912 struct ext4_map_blocks map; in ext4_journal_bmap()
5920 ret = ext4_map_blocks(NULL, journal->j_inode, &map, 0); in ext4_journal_bmap()