Searched refs:ext4_mb_new_blocks (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/fs/ext4/ |
H A D | indirect.c | 340 new_blocks[i] = ext4_mb_new_blocks(handle, ar, &err); in ext4_alloc_branch()
|
H A D | balloc.c | 603 * @flags: flags from ext4_mb_new_blocks() 732 ret = ext4_mb_new_blocks(handle, &ar, errp); in ext4_new_meta_blocks()
|
H A D | ext4.h | 2819 extern ext4_fsblk_t ext4_mb_new_blocks(handle_t *,
|
H A D | mballoc.c | 358 * allocation in ext4_mb_new_blocks(). 5083 ext4_fsblk_t ext4_mb_new_blocks(handle_t *handle, in ext4_mb_new_blocks() function
|
H A D | extents.c | 4010 * by calling ext4_mb_new_blocks(). 4293 newblock = ext4_mb_new_blocks(handle, &ar, &err); in ext4_ext_map_blocks() 4359 * has been claimed by ext4_mb_new_blocks() above, in ext4_ext_map_blocks()
|
/kernel/linux/linux-6.6/fs/ext4/ |
H A D | balloc.c | 607 * @flags: flags from ext4_mb_new_blocks() 742 ret = ext4_mb_new_blocks(handle, &ar, errp); in ext4_new_meta_blocks()
|
H A D | indirect.c | 340 new_blocks[i] = ext4_mb_new_blocks(handle, ar, &err); in ext4_alloc_branch()
|
H A D | ext4.h | 2905 extern ext4_fsblk_t ext4_mb_new_blocks(handle_t *,
|
H A D | extents.c | 3978 * by calling ext4_mb_new_blocks(). 4314 newblock = ext4_mb_new_blocks(handle, &ar, &err); in ext4_ext_map_blocks() 4380 * has been claimed by ext4_mb_new_blocks() above, in ext4_ext_map_blocks()
|
H A D | mballoc.c | 432 * allocation in ext4_mb_new_blocks(). 4927 * ext4_mb_new_blocks in ext4_mb_use_preallocated() 4933 * ext4_mb_new_blocks in ext4_mb_use_preallocated() 4938 * from tree both happen in ext4_mb_new_blocks, which is always in ext4_mb_use_preallocated() 6152 ext4_fsblk_t ext4_mb_new_blocks(handle_t *handle, in ext4_mb_new_blocks() function
|
Completed in 47 milliseconds