Home
last modified time | relevance | path

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

/Linux-v6.1/fs/ext4/
Dinode.c401 struct ext4_map_blocks *map) in __check_block_validity()
438 struct ext4_map_blocks *es_map, in ext4_map_blocks_es_recheck()
439 struct ext4_map_blocks *map, in ext4_map_blocks_es_recheck()
500 int ext4_map_blocks(handle_t *handle, struct inode *inode, in ext4_map_blocks() function
501 struct ext4_map_blocks *map, int flags) in ext4_map_blocks()
507 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()
858 err = ext4_map_blocks(handle, inode, &map, map_flags); in ext4_getblk()
[all …]
Dreadpage.c243 struct ext4_map_blocks map; in ext4_mpage_readpages()
305 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.c898 struct ext4_map_blocks map; in ext4_fc_write_inode_data()
921 ret = ext4_map_blocks(NULL, inode, &map, 0); in ext4_fc_write_inode_data()
1724 struct ext4_map_blocks map; in ext4_fc_replay_add_range()
1759 ret = ext4_map_blocks(NULL, inode, &map, 0); in ext4_fc_replay_add_range()
1841 struct ext4_map_blocks map; in ext4_fc_replay_del_range()
1869 ret = ext4_map_blocks(NULL, inode, &map, 0); in ext4_fc_replay_del_range()
1902 struct ext4_map_blocks map; in ext4_fc_set_bitmaps_and_counters()
1925 ret = ext4_map_blocks(NULL, inode, &map, 0); in ext4_fc_set_bitmaps_and_counters()
Dextents.c3328 struct ext4_map_blocks *map, in ext4_split_extent()
3418 struct ext4_map_blocks *map, in ext4_ext_convert_to_initialized()
3425 struct ext4_map_blocks split_map; in ext4_ext_convert_to_initialized()
3677 struct ext4_map_blocks *map, in ext4_split_convert_extents()
3719 struct ext4_map_blocks *map, in ext4_convert_unwritten_extents_endio()
3781 struct ext4_map_blocks *map, in convert_initialized_extent()
3852 struct ext4_map_blocks *map, in ext4_ext_handle_unwritten_extents()
4007 struct ext4_map_blocks *map, in get_implied_cluster_alloc()
4087 struct ext4_map_blocks *map, int flags) in ext4_ext_map_blocks()
4434 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.c208 struct ext4_map_blocks map; in ext4_overwrite_io()
219 err = ext4_map_blocks(NULL, inode, &map, 0); in ext4_overwrite_io()
Dext4.h205 struct ext4_map_blocks { struct
3016 struct ext4_map_blocks *map, int flags);
3690 struct ext4_map_blocks *map, int flags);
3702 extern int ext4_map_blocks(handle_t *handle, struct inode *inode,
3703 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.c524 struct ext4_map_blocks *map, in ext4_ind_map_blocks()
Dxattr.c1352 struct ext4_map_blocks map; in ext4_xattr_inode_write()
1356 ret = ext4_map_blocks(handle, ea_inode, &map, in ext4_xattr_inode_write()
Dextents_status.c676 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()
/Linux-v6.1/include/trace/events/
Dext4.h17 struct ext4_map_blocks;
500 TP_PROTO(struct inode *inode, struct ext4_map_blocks *map),
1531 TP_PROTO(struct inode *inode, struct ext4_map_blocks *map,
1569 TP_PROTO(struct inode *inode, struct ext4_map_blocks *map,
1653 TP_PROTO(struct inode *inode, unsigned flags, struct ext4_map_blocks *map,
1690 struct ext4_map_blocks *map, int ret),
1697 struct ext4_map_blocks *map, int ret),
1847 TP_PROTO(struct inode *inode, struct ext4_map_blocks *map, int flags,
1885 TP_PROTO(struct super_block *sb, struct ext4_map_blocks *map, int ret),