Searched refs:ext4_map_blocks (Results 1 – 12 of 12) sorted by relevance
| /linux/fs/ext4/ |
| H A D | inode.c | 394 struct ext4_map_blocks *map) in __check_block_validity() 463 struct ext4_map_blocks *es_map, in ext4_map_blocks_es_recheck() 464 struct ext4_map_blocks *map, in ext4_map_blocks_es_recheck() 504 struct inode *inode, struct ext4_map_blocks *map, in ext4_map_query_blocks_next_in_leaf() 507 struct ext4_map_blocks map2; in ext4_map_query_blocks_next_in_leaf() 559 struct ext4_map_blocks *map, int flags) in ext4_map_query_blocks() 606 struct ext4_map_blocks *map, int flags) in ext4_map_create_blocks() 700 int ext4_map_blocks(handle_t *handle, struct inode *inode, in ext4_map_blocks() function 701 struct ext4_map_blocks *map, int flags) in ext4_map_blocks() 708 struct ext4_map_blocks orig_map; in ext4_map_blocks() [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 | extents.c | 45 handle_t *handle, struct inode *inode, struct ext4_map_blocks *map, 3316 struct ext4_map_blocks *map, int flags) in ext4_split_extent_zeroout() 3420 struct ext4_map_blocks *map, in ext4_split_extent() 3566 struct ext4_map_blocks *map, struct ext4_ext_path *path, in ext4_ext_convert_to_initialized() 3571 struct ext4_map_blocks split_map; in ext4_ext_convert_to_initialized() 3826 struct ext4_map_blocks *map, in ext4_split_convert_extents() 3923 struct ext4_map_blocks *map, in ext4_convert_unwritten_extents_endio() 3945 struct ext4_map_blocks *map, in convert_initialized_extent() 4001 struct ext4_map_blocks *map, in ext4_ext_handle_unwritten_extents() 4132 struct ext4_map_blocks *map, in get_implied_cluster_alloc() [all …]
|
| H A D | ext4_extents.h | 275 struct ext4_map_blocks *map,
|
| H A D | file.c | 235 struct ext4_map_blocks map; in ext4_dio_needs_zeroing() 254 err = ext4_map_blocks(NULL, inode, &map, 0); in ext4_dio_needs_zeroing() 266 err = ext4_map_blocks(NULL, inode, &map, 0); in ext4_dio_needs_zeroing()
|
| H A D | dir.c | 177 struct ext4_map_blocks map; in ext4_readdir() 187 err = ext4_map_blocks(NULL, inode, &map, 0); in ext4_readdir()
|
| H A D | fast_commit.c | 2137 struct ext4_map_blocks map; in ext4_fc_replay_add_range() 2172 ret = ext4_map_blocks(NULL, inode, &map, 0); in ext4_fc_replay_add_range() 2260 struct ext4_map_blocks map; in ext4_fc_replay_del_range() 2288 ret = ext4_map_blocks(NULL, inode, &map, 0); in ext4_fc_replay_del_range() 2322 struct ext4_map_blocks map; in ext4_fc_set_bitmaps_and_counters() 2345 ret = ext4_map_blocks(NULL, inode, &map, 0); in ext4_fc_set_bitmaps_and_counters()
|
| H A D | ext4.h | 257 struct ext4_map_blocks { struct 3240 struct ext4_map_blocks *map, int flags); 3907 struct ext4_map_blocks *map, int flags); 3922 extern int ext4_map_blocks(handle_t *handle, struct inode *inode, 3923 struct ext4_map_blocks *map, int flags); 3925 struct ext4_map_blocks *map, int flags); 3927 struct ext4_map_blocks *map, int flags);
|
| H A D | inline.c | 1106 struct ext4_map_blocks map; in ext4_convert_inline_data_nolock() 1139 error = ext4_map_blocks(handle, inode, &map, EXT4_GET_BLOCKS_CREATE); in ext4_convert_inline_data_nolock()
|
| H A D | xattr.c | 1404 struct ext4_map_blocks map; in ext4_xattr_inode_write() 1408 ret = ext4_map_blocks(handle, ea_inode, &map, in ext4_xattr_inode_write()
|
| H A D | namei.c | 57 struct ext4_map_blocks map; in ext4_append() 75 err = ext4_map_blocks(NULL, inode, &map, 0); in ext4_append()
|
| H A D | super.c | 5956 struct ext4_map_blocks map; in ext4_journal_bmap() 5964 ret = ext4_map_blocks(NULL, journal->j_inode, &map, 0); in ext4_journal_bmap()
|