Home
last modified time | relevance | path

Searched refs:ext4_chunk_trans_blocks (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/fs/ext4/
H A Dextents.c2362 return ext4_chunk_trans_blocks(inode, nrblocks); in ext4_ext_calc_credits_for_single_extent()
4494 credits = ext4_chunk_trans_blocks(inode, len); in ext4_alloc_file_blocks()
4503 credits = ext4_chunk_trans_blocks(inode, len); in ext4_alloc_file_blocks()
4856 credits = ext4_chunk_trans_blocks(inode, max_blocks); in ext4_convert_unwritten_extents()
H A Dinode.c2626 rsv_blocks = 1 + ext4_chunk_trans_blocks(inode, in ext4_do_writepages()
3322 dio_credits = ext4_chunk_trans_blocks(inode, map->m_len); in ext4_iomap_alloc()
5759 int ext4_chunk_trans_blocks(struct inode *inode, int nrblocks) in ext4_chunk_trans_blocks() function
H A Dext4.h3003 extern int ext4_chunk_trans_blocks(struct inode *, int nrblocks);