Home
last modified time | relevance | path

Searched refs:s_orphan (Results 1 – 6 of 6) sorted by relevance

/fs/ext3/
Dsuper.c405 list_for_each(l, &sbi->s_orphan) { in dump_orphan_list()
452 if (!list_empty(&sbi->s_orphan)) in ext3_put_super()
454 J_ASSERT(list_empty(&sbi->s_orphan)); in ext3_put_super()
1571 list_add(&EXT3_I(inode)->i_orphan, &EXT3_SB(sb)->s_orphan); in ext3_orphan_cleanup()
2006 INIT_LIST_HEAD(&sbi->s_orphan); /* unlinked but open files */ in ext3_fill_super()
Dext3.h668 struct list_head s_orphan; member
Dnamei.c2019 list_add(&EXT3_I(inode)->i_orphan, &EXT3_SB(sb)->s_orphan); in ext3_orphan_add()
2066 if (prev == &sbi->s_orphan) { in ext3_orphan_del()
/fs/ext4/
Dsuper.c773 list_for_each(l, &sbi->s_orphan) { in dump_orphan_list()
840 if (!list_empty(&sbi->s_orphan)) in ext4_put_super()
842 J_ASSERT(list_empty(&sbi->s_orphan)); in ext4_put_super()
2258 list_add(&EXT4_I(inode)->i_orphan, &EXT4_SB(sb)->s_orphan); in ext4_orphan_cleanup()
4034 INIT_LIST_HEAD(&sbi->s_orphan); /* unlinked but open files */ in ext4_fill_super()
Dnamei.c2808 list_add(&EXT4_I(inode)->i_orphan, &sbi->s_orphan); in ext4_orphan_add()
2878 if (prev == &sbi->s_orphan) { in ext4_orphan_del()
Dext4.h1289 struct list_head s_orphan; member