Home
last modified time | relevance | path

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

/linux-4.19.296/fs/ext4/
Dreadpage.c118 struct ext4_map_blocks map; in ext4_mpage_readpages()
181 if (ext4_map_blocks(NULL, inode, &map, 0) < 0) { in ext4_mpage_readpages()
Dblock_validity.c189 struct ext4_map_blocks map; in ext4_protect_reserved_inode()
204 n = ext4_map_blocks(NULL, inode, &map, 0); in ext4_protect_reserved_inode()
Dinode.c420 struct ext4_map_blocks *map) in __check_block_validity()
457 struct ext4_map_blocks *es_map, in ext4_map_blocks_es_recheck()
458 struct ext4_map_blocks *map, in ext4_map_blocks_es_recheck()
521 int ext4_map_blocks(handle_t *handle, struct inode *inode, in ext4_map_blocks() function
522 struct ext4_map_blocks *map, int flags) in ext4_map_blocks()
528 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()
976 struct ext4_map_blocks map; in ext4_getblk()
985 err = ext4_map_blocks(handle, inode, &map, map_flags); in ext4_getblk()
[all …]
Dfile.c141 struct ext4_map_blocks map; in ext4_overwrite_io()
152 err = ext4_map_blocks(NULL, inode, &map, 0); in ext4_overwrite_io()
Dextents.c89 struct ext4_map_blocks *map,
3345 struct ext4_map_blocks *map, in ext4_split_extent()
3436 struct ext4_map_blocks *map, in ext4_ext_convert_to_initialized()
3443 struct ext4_map_blocks split_map; in ext4_ext_convert_to_initialized()
3698 struct ext4_map_blocks *map, in ext4_split_convert_extents()
3741 struct ext4_map_blocks *map, in ext4_convert_unwritten_extents_endio()
3965 struct ext4_map_blocks *map, in convert_initialized_extent()
4039 struct ext4_map_blocks *map, in ext4_ext_handle_unwritten_extents()
4221 struct ext4_map_blocks *map, in get_implied_cluster_alloc()
4301 struct ext4_map_blocks *map, int flags) in ext4_ext_map_blocks()
[all …]
Ddir.c154 struct ext4_map_blocks map; in ext4_readdir()
164 err = ext4_map_blocks(NULL, inode, &map, 0); in ext4_readdir()
Dext4.h190 struct ext4_map_blocks { struct
2583 struct ext4_map_blocks *map, int flags);
3205 struct ext4_map_blocks *map, int flags);
3215 extern int ext4_map_blocks(handle_t *handle, struct inode *inode,
3216 struct ext4_map_blocks *map, int flags);
Dinline.c1207 struct ext4_map_blocks map; in ext4_convert_inline_data_nolock()
1240 error = ext4_map_blocks(handle, inode, &map, EXT4_GET_BLOCKS_CREATE); in ext4_convert_inline_data_nolock()
Dindirect.c523 struct ext4_map_blocks *map, in ext4_ind_map_blocks()
Dextents_status.c552 struct ext4_map_blocks map; in ext4_es_insert_extent_ind_check()
Dxattr.c1383 struct ext4_map_blocks map; in ext4_xattr_inode_write()
1387 ret = ext4_map_blocks(handle, ea_inode, &map, in ext4_xattr_inode_write()
Dnamei.c56 struct ext4_map_blocks map; in ext4_append()
74 err = ext4_map_blocks(NULL, inode, &map, 0); in ext4_append()
/linux-4.19.296/include/trace/events/
Dext4.h17 struct ext4_map_blocks;
462 TP_PROTO(struct inode *inode, struct ext4_map_blocks *map),
1530 TP_PROTO(struct inode *inode, struct ext4_map_blocks *map,
1568 TP_PROTO(struct inode *inode, struct ext4_map_blocks *map,
1652 TP_PROTO(struct inode *inode, unsigned flags, struct ext4_map_blocks *map,
1689 struct ext4_map_blocks *map, int ret),
1696 struct ext4_map_blocks *map, int ret),
1843 TP_PROTO(struct inode *inode, struct ext4_map_blocks *map, int flags,
1881 TP_PROTO(struct super_block *sb, struct ext4_map_blocks *map, int ret),