Searched refs:JOURNAL_END (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/grub/grub-0.97/stage2/
H A Dfsys_reiserfs.c366 #define JOURNAL_END ((__u32 *) (FSYS_BUF + FSYS_BUFLEN)) macro
466 * possible in the JOURNAL_START-JOURNAL_END space, but if it is full
520 if (journal_table < JOURNAL_END)
522 if ((journal_table + 1 + desc.j_len) >= JOURNAL_END)
527 journal_table = JOURNAL_END;

Completed in 17 milliseconds