Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/ext4/
Dinode.c410 struct ext4_map_blocks *map) in __check_block_validity()
447 struct ext4_map_blocks *es_map, in ext4_map_blocks_es_recheck()
448 struct ext4_map_blocks *map, in ext4_map_blocks_es_recheck()
509 int ext4_map_blocks(handle_t *handle, struct inode *inode, in ext4_map_blocks() function
510 struct ext4_map_blocks *map, int flags) in ext4_map_blocks()
516 struct ext4_map_blocks orig_map; in ext4_map_blocks()
793 struct ext4_map_blocks map; in _ext4_get_block()
802 ret = ext4_map_blocks(ext4_journal_current_handle(), inode, &map, in _ext4_get_block()
846 struct ext4_map_blocks map; in ext4_getblk()
856 err = ext4_map_blocks(handle, inode, &map, map_flags); in ext4_getblk()
[all …]
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()
Dreadpage.c242 struct ext4_map_blocks map; in ext4_mpage_readpages()
304 if (ext4_map_blocks(NULL, inode, &map, 0) < 0) { in ext4_mpage_readpages()
Dfast_commit.c811 struct ext4_map_blocks map; in ext4_fc_write_inode_data()
834 ret = ext4_map_blocks(NULL, inode, &map, 0); in ext4_fc_write_inode_data()
1635 struct ext4_map_blocks map; in ext4_fc_replay_add_range()
1670 ret = ext4_map_blocks(NULL, inode, &map, 0); in ext4_fc_replay_add_range()
1753 struct ext4_map_blocks map; in ext4_fc_replay_del_range()
1781 ret = ext4_map_blocks(NULL, inode, &map, 0); in ext4_fc_replay_del_range()
1840 struct ext4_map_blocks map; in ext4_fc_set_bitmaps_and_counters()
1859 ret = ext4_map_blocks(NULL, inode, &map, 0); in ext4_fc_set_bitmaps_and_counters()
Dextents.c3333 struct ext4_map_blocks *map, in ext4_split_extent()
3424 struct ext4_map_blocks *map, in ext4_ext_convert_to_initialized()
3431 struct ext4_map_blocks split_map; in ext4_ext_convert_to_initialized()
3683 struct ext4_map_blocks *map, in ext4_split_convert_extents()
3725 struct ext4_map_blocks *map, in ext4_convert_unwritten_extents_endio()
3787 struct ext4_map_blocks *map, in convert_initialized_extent()
3858 struct ext4_map_blocks *map, in ext4_ext_handle_unwritten_extents()
4013 struct ext4_map_blocks *map, in get_implied_cluster_alloc()
4093 struct ext4_map_blocks *map, int flags) in ext4_ext_map_blocks()
4444 struct ext4_map_blocks map; in ext4_alloc_file_blocks()
[all …]
Ddir.c157 struct ext4_map_blocks map; in ext4_readdir()
167 err = ext4_map_blocks(NULL, inode, &map, 0); in ext4_readdir()
Dfile.c192 struct ext4_map_blocks map; in ext4_overwrite_io()
203 err = ext4_map_blocks(NULL, inode, &map, 0); in ext4_overwrite_io()
Dext4.h191 struct ext4_map_blocks { struct
2913 struct ext4_map_blocks *map, int flags);
3566 struct ext4_map_blocks *map, int flags);
3578 extern int ext4_map_blocks(handle_t *handle, struct inode *inode,
3579 struct ext4_map_blocks *map, int flags);
Dinline.c1196 struct ext4_map_blocks map; in ext4_convert_inline_data_nolock()
1229 error = ext4_map_blocks(handle, inode, &map, EXT4_GET_BLOCKS_CREATE); in ext4_convert_inline_data_nolock()
Dindirect.c529 struct ext4_map_blocks *map, in ext4_ind_map_blocks()
Dxattr.c1349 struct ext4_map_blocks map; in ext4_xattr_inode_write()
1353 ret = ext4_map_blocks(handle, ea_inode, &map, in ext4_xattr_inode_write()
Dextents_status.c677 struct ext4_map_blocks map; in ext4_es_insert_extent_ind_check()
Dnamei.c57 struct ext4_map_blocks map; in ext4_append()
75 err = ext4_map_blocks(NULL, inode, &map, 0); in ext4_append()
/kernel/linux/linux-5.10/include/trace/events/
Dext4.h17 struct ext4_map_blocks;
507 TP_PROTO(struct inode *inode, struct ext4_map_blocks *map),
1596 TP_PROTO(struct inode *inode, struct ext4_map_blocks *map,
1634 TP_PROTO(struct inode *inode, struct ext4_map_blocks *map,
1718 TP_PROTO(struct inode *inode, unsigned flags, struct ext4_map_blocks *map,
1755 struct ext4_map_blocks *map, int ret),
1762 struct ext4_map_blocks *map, int ret),
1912 TP_PROTO(struct inode *inode, struct ext4_map_blocks *map, int flags,
1950 TP_PROTO(struct super_block *sb, struct ext4_map_blocks *map, int ret),