HomeSort by relevance Sort by last modified time
    Searched refs:j_inode (Results 1 - 4 of 4) sorted by null

  /external/e2fsprogs/e2fsck/
journal.c 52 struct inode *inode = journal->j_inode;
227 struct inode *j_inode = NULL; local
257 journal->j_inode = NULL;
265 j_inode = e2fsck_allocate_memory(ctx, sizeof(*j_inode),
267 if (!j_inode) {
272 j_inode->i_ctx = ctx;
273 j_inode->i_ino = sb->s_journal_inum;
277 &j_inode->i_ext2))) {
282 memset(&j_inode->i_ext2, 0, sizeof(struct ext2_inode))
    [all...]
  /external/e2fsprogs/lib/ext2fs/
jfs_compat.h 43 struct inode * j_inode; member in struct:journal_s
kernel-jbd.h 511 struct inode * j_inode; member in struct:journal_s
  /external/kernel-headers/original/linux/
jbd.h 605 * @j_inode: Optional inode where we store the journal. If present, all journal
754 struct inode *j_inode; member in struct:journal_s
    [all...]

Completed in 302 milliseconds