Searched refs:s_orphan (Results 1 – 3 of 3) sorted by relevance
896 list_for_each(l, &sbi->s_orphan) { in dump_orphan_list()975 if (!list_empty(&sbi->s_orphan)) in ext4_put_super()977 J_ASSERT(list_empty(&sbi->s_orphan)); in ext4_put_super()2589 list_add(&EXT4_I(inode)->i_orphan, &EXT4_SB(sb)->s_orphan); in ext4_orphan_cleanup()4140 INIT_LIST_HEAD(&sbi->s_orphan); /* unlinked but open files */ in ext4_fill_super()
2796 list_add(&EXT4_I(inode)->i_orphan, &sbi->s_orphan); in ext4_orphan_add()2866 if (prev == &sbi->s_orphan) { in ext4_orphan_del()
1396 struct list_head s_orphan; member