Home
last modified time | relevance | path

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

/fs/ext4/
Dinode.c410 struct ext4_map_blocks *map) in __check_block_validity()
448 struct ext4_map_blocks *es_map, in ext4_map_blocks_es_recheck()
449 struct ext4_map_blocks *map, in ext4_map_blocks_es_recheck()
512 int ext4_map_blocks(handle_t *handle, struct inode *inode, in ext4_map_blocks() function
513 struct ext4_map_blocks *map, int flags) in ext4_map_blocks()
519 struct ext4_map_blocks orig_map; in ext4_map_blocks()
792 struct ext4_map_blocks map; in _ext4_get_block()
801 ret = ext4_map_blocks(ext4_journal_current_handle(), inode, &map, in _ext4_get_block()
975 struct ext4_map_blocks map; in ext4_getblk()
984 err = ext4_map_blocks(handle, inode, &map, map_flags); in ext4_getblk()
[all …]
Dblock_validity.c194 struct ext4_map_blocks map; in ext4_protect_reserved_inode()
208 n = ext4_map_blocks(NULL, inode, &map, 0); in ext4_protect_reserved_inode()
Dreadpage.c271 struct ext4_map_blocks map; in ext4_mpage_readpages()
337 if (ext4_map_blocks(NULL, inode, &map, 0) < 0) { in ext4_mpage_readpages()
Dfile.c140 struct ext4_map_blocks map; in ext4_overwrite_io()
151 err = ext4_map_blocks(NULL, inode, &map, 0); in ext4_overwrite_io()
Dextents.c89 struct ext4_map_blocks *map,
3440 struct ext4_map_blocks *map, in ext4_split_extent()
3531 struct ext4_map_blocks *map, in ext4_ext_convert_to_initialized()
3538 struct ext4_map_blocks split_map; in ext4_ext_convert_to_initialized()
3793 struct ext4_map_blocks *map, in ext4_split_convert_extents()
3836 struct ext4_map_blocks *map, in ext4_convert_unwritten_extents_endio()
3952 struct ext4_map_blocks *map, in convert_initialized_extent()
4026 struct ext4_map_blocks *map, in ext4_ext_handle_unwritten_extents()
4181 struct ext4_map_blocks *map, in get_implied_cluster_alloc()
4261 struct ext4_map_blocks *map, int flags) in ext4_ext_map_blocks()
[all …]
Ddir.c156 struct ext4_map_blocks map; in ext4_readdir()
166 err = ext4_map_blocks(NULL, inode, &map, 0); in ext4_readdir()
Dext4.h181 struct ext4_map_blocks { struct
2630 struct ext4_map_blocks *map, int flags);
3260 struct ext4_map_blocks *map, int flags);
3270 extern int ext4_map_blocks(handle_t *handle, struct inode *inode,
3271 struct ext4_map_blocks *map, int flags);
Dinline.c1192 struct ext4_map_blocks map; in ext4_convert_inline_data_nolock()
1225 error = ext4_map_blocks(handle, inode, &map, EXT4_GET_BLOCKS_CREATE); in ext4_convert_inline_data_nolock()
Dindirect.c510 struct ext4_map_blocks *map, in ext4_ind_map_blocks()
Dxattr.c1355 struct ext4_map_blocks map; in ext4_xattr_inode_write()
1359 ret = ext4_map_blocks(handle, ea_inode, &map, in ext4_xattr_inode_write()
Dextents_status.c668 struct ext4_map_blocks map; in ext4_es_insert_extent_ind_check()