Home
last modified time | relevance | path

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

/linux-4.1.27/fs/ext4/
Dextents.c2434 return ext4_chunk_trans_blocks(inode, nrblocks); in ext4_ext_calc_credits_for_single_extent()
4683 credits = ext4_chunk_trans_blocks(inode, len); in ext4_alloc_file_blocks()
5027 credits = ext4_chunk_trans_blocks(inode, max_blocks); in ext4_convert_unwritten_extents()
Dinode.c708 dio_credits = ext4_chunk_trans_blocks(inode, map.m_len); in _ext4_get_block()
4991 int ext4_chunk_trans_blocks(struct inode *inode, int nrblocks) in ext4_chunk_trans_blocks() function
Dext4.h2318 extern int ext4_chunk_trans_blocks(struct inode *, int nrblocks);