Home
last modified time | relevance | path

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

/Linux-v4.19/fs/ext4/
Dsuper.c3410 unsigned int j_blocks, j_inum = le32_to_cpu(es->s_journal_inum); in ext4_calculate_overhead() local
3451 j_blocks = j_inode->i_size >> sb->s_blocksize_bits; in ext4_calculate_overhead()
3452 overhead += EXT4_NUM_B2C(sbi, j_blocks); in ext4_calculate_overhead()