Home
last modified time | relevance | path

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

/linux/fs/ext4/
H A Dinode.c907 credits = ext4_chunk_trans_blocks(inode, 1); in ext4_journal_ensure_extent_credits()
2927 needed_blocks = ext4_chunk_trans_blocks(inode, in ext4_do_writepages()
3699 dio_credits = ext4_chunk_trans_blocks(inode, in ext4_iomap_alloc()
3703 dio_credits = ext4_chunk_trans_blocks(inode, map->m_len); in ext4_iomap_alloc()
6327 int ext4_chunk_trans_blocks(struct inode *inode, int nrblocks) in ext4_chunk_trans_blocks() function
H A Dextents.c2404 return ext4_chunk_trans_blocks(inode, nrblocks); in ext4_ext_calc_credits_for_single_extent()
4614 credits = ext4_chunk_trans_blocks(inode, len_lblk); in ext4_alloc_file_blocks()
4630 credits = ext4_chunk_trans_blocks(inode, len_lblk); in ext4_alloc_file_blocks()
5049 credits = ext4_chunk_trans_blocks(inode, max_blocks); in ext4_convert_unwritten_extents()
H A Dext4.h3097 extern int ext4_chunk_trans_blocks(struct inode *, int nrblocks);