Home
last modified time | relevance | path

Searched refs:ext4_mb_new_blocks (Results 1 – 5 of 5) sorted by relevance

/linux-4.19.296/fs/ext4/
Dballoc.c690 ret = ext4_mb_new_blocks(handle, &ar, errp); in ext4_new_meta_blocks()
Dindirect.c342 new_blocks[i] = ext4_mb_new_blocks(handle, ar, &err); in ext4_alloc_branch()
Dext4.h2492 extern ext4_fsblk_t ext4_mb_new_blocks(handle_t *,
Dmballoc.c4522 ext4_fsblk_t ext4_mb_new_blocks(handle_t *handle, in ext4_mb_new_blocks() function
Dextents.c4500 newblock = ext4_mb_new_blocks(handle, &ar, &err); in ext4_ext_map_blocks()