Home
last modified time | relevance | path

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

/linux/fs/ext4/
H A Dinode.c394 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 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 Dextents.c45 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 Dext4_extents.h275 struct ext4_map_blocks *map,
H A Dfile.c235 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 Ddir.c177 struct ext4_map_blocks map; in ext4_readdir()
187 err = ext4_map_blocks(NULL, inode, &map, 0); in ext4_readdir()
H A Dfast_commit.c2137 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 Dext4.h257 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 Dinline.c1106 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 Dxattr.c1404 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 Dnamei.c57 struct ext4_map_blocks map; in ext4_append()
75 err = ext4_map_blocks(NULL, inode, &map, 0); in ext4_append()
H A Dsuper.c5956 struct ext4_map_blocks map; in ext4_journal_bmap()
5964 ret = ext4_map_blocks(NULL, journal->j_inode, &map, 0); in ext4_journal_bmap()