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;
233 struct inode *j_inode = NULL; local
263 journal->j_inode = NULL;
271 j_inode = e2fsck_allocate_memory(ctx, sizeof(*j_inode),
273 if (!j_inode) {
278 j_inode->i_ctx = ctx;
279 j_inode->i_ino = sb->s_journal_inum;
283 &j_inode->i_ext2))) {
288 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 546 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 47 milliseconds