Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/jbd2/
Drecovery.c77 if (max > journal->j_total_len) in do_readahead()
78 max = journal->j_total_len; in do_readahead()
137 if (offset >= journal->j_total_len) { in jread()
Djournal.c1395 journal->j_total_len = len; in journal_init_common()
1836 if (be32_to_cpu(sb->s_maxlen) < journal->j_total_len) in journal_get_superblock()
1837 journal->j_total_len = be32_to_cpu(sb->s_maxlen); in journal_get_superblock()
1838 else if (be32_to_cpu(sb->s_maxlen) > journal->j_total_len) { in journal_get_superblock()
1844 be32_to_cpu(sb->s_first) >= journal->j_total_len) { in journal_get_superblock()
/kernel/linux/linux-5.10/include/linux/
Djbd2.h1023 unsigned int j_total_len; member
1666 return (journal->j_total_len - journal->j_fc_wbufsize) / 4; in jbd2_journal_get_max_txn_bufs()
/kernel/linux/linux-5.10/fs/ext4/
Dfsmap.c283 irec.fmr_length = journal->j_total_len; in ext4_getfsmap_logdev()
Dsuper.c3939 overhead += EXT4_NUM_B2C(sbi, sbi->s_journal->j_total_len); in ext4_calculate_overhead()
/kernel/linux/linux-5.10/fs/ocfs2/
Djournal.c880 trace_ocfs2_journal_init_maxlen(j_journal->j_total_len); in ocfs2_journal_init()