Home
last modified time | relevance | path

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

/linux-4.1.27/fs/jbd/
Djournal.c930 first = be32_to_cpu(sb->s_first); in journal_reset()
1045 sb->s_first = cpu_to_be32(1); in journal_create()
1235 if (be32_to_cpu(sb->s_first) == 0 || in journal_get_superblock()
1236 be32_to_cpu(sb->s_first) >= journal->j_maxlen) { in journal_get_superblock()
1239 be32_to_cpu(sb->s_first)); in journal_get_superblock()
1268 journal->j_first = be32_to_cpu(sb->s_first); in load_superblock()
/linux-4.1.27/fs/jbd2/
Djournal.c1289 first = be32_to_cpu(sb->s_first); in journal_reset()
1534 if (be32_to_cpu(sb->s_first) == 0 || in journal_get_superblock()
1535 be32_to_cpu(sb->s_first) >= journal->j_maxlen) { in journal_get_superblock()
1538 be32_to_cpu(sb->s_first)); in journal_get_superblock()
1612 journal->j_first = be32_to_cpu(sb->s_first); in load_superblock()
/linux-4.1.27/include/linux/
Djbd.h186 __be32 s_first; /* first block of log information */ member
Djbd2.h241 __be32 s_first; /* first block of log information */ member