Home
last modified time | relevance | path

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

/linux/fs/ext4/
H A Dinode.c381 struct ext4_map_blocks *map) in __check_block_validity()
445 struct ext4_map_blocks *es_map, in ext4_map_blocks_es_recheck()
446 struct ext4_map_blocks *map, in ext4_map_blocks_es_recheck()
486 struct inode *inode, struct ext4_map_blocks *map, in ext4_map_query_blocks_next_in_leaf()
489 struct ext4_map_blocks map2; in ext4_map_query_blocks_next_in_leaf()
541 struct ext4_map_blocks *map, int flags) in ext4_map_query_blocks()
588 struct ext4_map_blocks *map, int flags) in ext4_map_create_blocks()
693 int ext4_map_blocks(handle_t *handle, struct inode *inode, in ext4_map_blocks() function
694 struct ext4_map_blocks *map, int flags) in ext4_map_blocks()
701 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 Dfast_commit.c897 struct ext4_map_blocks map; in ext4_fc_write_inode_data()
920 ret = ext4_map_blocks(NULL, inode, &map, in ext4_fc_write_inode_data()
1763 struct ext4_map_blocks map; in ext4_fc_replay_add_range()
1798 ret = ext4_map_blocks(NULL, inode, &map, 0); in ext4_fc_replay_add_range()
1880 struct ext4_map_blocks map; in ext4_fc_replay_del_range()
1908 ret = ext4_map_blocks(NULL, inode, &map, 0); in ext4_fc_replay_del_range()
1941 struct ext4_map_blocks map; in ext4_fc_set_bitmaps_and_counters()
1964 ret = ext4_map_blocks(NULL, inode, &map, 0); in ext4_fc_set_bitmaps_and_counters()
H A Dfile.c220 struct ext4_map_blocks map; in ext4_overwrite_io()
231 err = ext4_map_blocks(NULL, inode, &map, 0); in ext4_overwrite_io()
H A Dindirect.c531 struct ext4_map_blocks *map, in ext4_ind_map_blocks()