Home
last modified time | relevance | path

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

/linux/fs/ext4/
H A Dinode.c893 credits = ext4_chunk_trans_blocks(inode, 1); in ext4_journal_ensure_extent_credits()
2910 needed_blocks = ext4_chunk_trans_blocks(inode, in ext4_do_writepages()
3709 dio_credits = ext4_chunk_trans_blocks(inode, in ext4_iomap_alloc()
3713 dio_credits = ext4_chunk_trans_blocks(inode, map->m_len); in ext4_iomap_alloc()
6278 int ext4_chunk_trans_blocks(struct inode *inode, int nrblocks) in ext4_chunk_trans_blocks() function
H A Dext4.h3050 extern int ext4_chunk_trans_blocks(struct inode *, int nrblocks);