Home
last modified time | relevance | path

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

/openbmc/linux/fs/reiserfs/
H A Djournal.c2111 unsigned long oldest_start, in journal_read_transaction() argument
2378 unsigned long oldest_start = 0; in journal_read() local
2408 oldest_start = in journal_read()
2461 if (oldest_start == 0) { /* init all oldest_ values */ in journal_read()
2463 oldest_start = d_bh->b_blocknr; in journal_read()
2468 oldest_start - in journal_read()
2474 oldest_start = d_bh->b_blocknr; in journal_read()
2478 oldest_start - in journal_read()
2497 cur_dblock = oldest_start; in journal_read()
2509 journal_read_transaction(sb, cur_dblock, oldest_start, in journal_read()
[all …]