| /linux/fs/ext4/ |
| H A D | move_extent.c | 21 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 D | inode.c | 393 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 D | extents.c | 45 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 D | block_validity.c | 153 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 D | fast_commit.c | 900 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 D | ext4_extents.h | 275 struct ext4_map_blocks *map,
|
| H A D | extents-test.c | 99 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 D | dir.c | 176 struct ext4_map_blocks map; in ext4_readdir() 186 err = ext4_map_blocks(NULL, inode, &map, 0); in ext4_readdir()
|
| H A D | file.c | 221 struct ext4_map_blocks map; in ext4_overwrite_io() 232 err = ext4_map_blocks(NULL, inode, &map, 0); in ext4_overwrite_io()
|
| H A D | ext4.h | 258 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 D | inline.c | 1097 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 D | indirect.c | 531 struct ext4_map_blocks *map, in ext4_ind_map_blocks()
|
| H A D | xattr.c | 1398 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 D | super.c | 5912 struct ext4_map_blocks map; in ext4_journal_bmap() 5920 ret = ext4_map_blocks(NULL, journal->j_inode, &map, 0); in ext4_journal_bmap()
|