Home
last modified time | relevance | path

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

/linux-6.6.21/fs/ext4/
Dinode.c379 struct ext4_map_blocks *map) in __check_block_validity()
416 struct ext4_map_blocks *es_map, in ext4_map_blocks_es_recheck()
417 struct ext4_map_blocks *map, in ext4_map_blocks_es_recheck()
478 int ext4_map_blocks(handle_t *handle, struct inode *inode, in ext4_map_blocks() function
479 struct ext4_map_blocks *map, int flags) in ext4_map_blocks()
485 struct ext4_map_blocks orig_map; in ext4_map_blocks()
754 struct ext4_map_blocks map; in _ext4_get_block()
763 ret = ext4_map_blocks(ext4_journal_current_handle(), inode, &map, in _ext4_get_block()
819 struct ext4_map_blocks map; in ext4_getblk()
831 err = ext4_map_blocks(handle, inode, &map, map_flags); in ext4_getblk()
[all …]
Dreadpage.c236 struct ext4_map_blocks map; in ext4_mpage_readpages()
297 if (ext4_map_blocks(NULL, inode, &map, 0) < 0) { in ext4_mpage_readpages()
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()
Dfast_commit.c893 struct ext4_map_blocks map; in ext4_fc_write_inode_data()
916 ret = ext4_map_blocks(NULL, inode, &map, 0); in ext4_fc_write_inode_data()
1727 struct ext4_map_blocks map; in ext4_fc_replay_add_range()
1762 ret = ext4_map_blocks(NULL, inode, &map, 0); in ext4_fc_replay_add_range()
1844 struct ext4_map_blocks map; in ext4_fc_replay_del_range()
1872 ret = ext4_map_blocks(NULL, inode, &map, 0); in ext4_fc_replay_del_range()
1905 struct ext4_map_blocks map; in ext4_fc_set_bitmaps_and_counters()
1928 ret = ext4_map_blocks(NULL, inode, &map, 0); in ext4_fc_set_bitmaps_and_counters()
Dextents.c3303 struct ext4_map_blocks *map, in ext4_split_extent()
3393 struct ext4_map_blocks *map, in ext4_ext_convert_to_initialized()
3400 struct ext4_map_blocks split_map; in ext4_ext_convert_to_initialized()
3651 struct ext4_map_blocks *map, in ext4_split_convert_extents()
3693 struct ext4_map_blocks *map, in ext4_convert_unwritten_extents_endio()
3755 struct ext4_map_blocks *map, in convert_initialized_extent()
3826 struct ext4_map_blocks *map, in ext4_ext_handle_unwritten_extents()
3981 struct ext4_map_blocks *map, in get_implied_cluster_alloc()
4124 struct ext4_map_blocks *map, int flags) in ext4_ext_map_blocks()
4454 struct ext4_map_blocks map; in ext4_alloc_file_blocks()
[all …]
Ddir.c171 struct ext4_map_blocks map; in ext4_readdir()
181 err = ext4_map_blocks(NULL, inode, &map, 0); in ext4_readdir()
Dfile.c220 struct ext4_map_blocks map; in ext4_overwrite_io()
231 err = ext4_map_blocks(NULL, inode, &map, 0); in ext4_overwrite_io()
Dext4.h258 struct ext4_map_blocks { struct
3015 struct ext4_map_blocks *map, int flags);
3671 struct ext4_map_blocks *map, int flags);
3683 extern int ext4_map_blocks(handle_t *handle, struct inode *inode,
3684 struct ext4_map_blocks *map, int flags);
Dinline.c1178 struct ext4_map_blocks map; in ext4_convert_inline_data_nolock()
1211 error = ext4_map_blocks(handle, inode, &map, EXT4_GET_BLOCKS_CREATE); in ext4_convert_inline_data_nolock()
Dindirect.c531 struct ext4_map_blocks *map, in ext4_ind_map_blocks()
Dxattr.c1396 struct ext4_map_blocks map; in ext4_xattr_inode_write()
1400 ret = ext4_map_blocks(handle, ea_inode, &map, in ext4_xattr_inode_write()
Dextents_status.c705 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()
Dsuper.c5804 struct ext4_map_blocks map; in ext4_journal_bmap()
5812 ret = ext4_map_blocks(NULL, journal->j_inode, &map, 0); in ext4_journal_bmap()
/linux-6.6.21/include/trace/events/
Dext4.h17 struct ext4_map_blocks;
516 TP_PROTO(struct inode *inode, struct ext4_map_blocks *map),
1540 TP_PROTO(struct inode *inode, struct ext4_map_blocks *map,
1578 TP_PROTO(struct inode *inode, struct ext4_map_blocks *map,
1662 TP_PROTO(struct inode *inode, unsigned flags, struct ext4_map_blocks *map,
1699 struct ext4_map_blocks *map, int ret),
1706 struct ext4_map_blocks *map, int ret),
1891 TP_PROTO(struct inode *inode, struct ext4_map_blocks *map, int flags,
1929 TP_PROTO(struct super_block *sb, struct ext4_map_blocks *map, int ret),