Displaying 5 results from an estimated 5 matches for "journal_errno".
2005 Jun 14
2
[2.6 patch] fs/jbd/: possible cleanups
...2,6 @@
extern int journal_skip_recovery (journal_t *);
extern void journal_update_superblock (journal_t *, int);
extern void __journal_abort_hard (journal_t *);
-extern void __journal_abort_soft (journal_t *, int);
extern void journal_abort (journal_t *, int);
extern int journal_errno (journal_t *);
extern void journal_ack_err (journal_t *);
--- linux-2.6.12-rc6-mm1-full/fs/jbd/journal.c.old 2005-06-14 03:57:39.000000000 +0200
+++ linux-2.6.12-rc6-mm1-full/fs/jbd/journal.c 2005-06-14 04:08:24.000000000 +0200
@@ -59,13 +59,11 @@
EXPORT_SYMBOL(journal_init_dev);
EXPO...
2005 Jul 19
1
[2.6 patch] fs/jbd/: cleanups
...2,6 @@
extern int journal_skip_recovery (journal_t *);
extern void journal_update_superblock (journal_t *, int);
extern void __journal_abort_hard (journal_t *);
-extern void __journal_abort_soft (journal_t *, int);
extern void journal_abort (journal_t *, int);
extern int journal_errno (journal_t *);
extern void journal_ack_err (journal_t *);
--- linux-2.6.12-rc6-mm1-full/fs/jbd/revoke.c.old 2005-06-14 03:58:36.000000000 +0200
+++ linux-2.6.12-rc6-mm1-full/fs/jbd/revoke.c 2005-06-14 03:58:41.000000000 +0200
@@ -116,7 +116,8 @@
(block << (hash_shift - 12))) &a...
2005 Apr 22
2
[2.6 patch] fs/jbd/: possible cleanups
...2,8 @@
extern int journal_skip_recovery (journal_t *);
extern void journal_update_superblock (journal_t *, int);
extern void __journal_abort_hard (journal_t *);
-extern void __journal_abort_soft (journal_t *, int);
extern void journal_abort (journal_t *, int);
extern int journal_errno (journal_t *);
-extern void journal_ack_err (journal_t *);
extern int journal_clear_err (journal_t *);
extern int journal_bmap(journal_t *, unsigned long, unsigned long *);
extern int journal_force_commit(journal_t *);
--- linux-2.6.12-rc2-mm3-full/fs/jbd/journal.c.old 2005-...
2007 Jun 27
1
making new initrd, how to do it?
...ata
<Jun/27 03:57 pm>ext3: Unknown symbol journal_forget
<Jun/27 03:57 pm>ext3: Unknown symbol journal_wipe
<Jun/27 03:57 pm>ext3: Unknown symbol journal_blocks_per_page
<Jun/27 03:57 pm>ext3: Unknown symbol journal_blocks_per_page
<Jun/27 03:57 pm>ext3: Unknown symbol journal_errno
<Jun/27 03:57 pm>ext3: Unknown symbol journal_extend
<Jun/27 03:57 pm>ext3: Unknown symbol journal_invalidatepage
<Jun/27 03:57 pm>ext3: Unknown symbol journal_create
<Jun/27 03:57 pm>ext3: Unknown symbol journal_unlock_updates
<Jun/27 03:57 pm>ext3: Unknown symbol jou...
2008 Sep 04
4
[PATCH 0/3] ocfs2: Switch over to JBD2.
ocfs2 currently uses the Journaled Block Device (JBD) for its
journaling. This is a very stable and tested codebase. However, JBD
is limited by architecture to 32bit block numbers. This means an ocfs2
filesystem is limited to 2^32 blocks. With a 4K blocksize, that's 16TB.
People want larger volumes.
Fortunately, there is now JBD2. JBD2 adds 64bit block number support
and some other