Home
last modified time | relevance | path

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

/linux-2.4.37.9/include/linux/
Dext3_fs_sb.h69 struct list_head s_orphan; member
/linux-2.4.37.9/fs/ext3/
Dsuper.c392 list_for_each(l, &sbi->s_orphan) { in dump_orphan_list()
431 if (!list_empty(&sbi->s_orphan)) in ext3_put_super()
433 J_ASSERT(list_empty(&sbi->s_orphan)); in ext3_put_super()
869 list_add(&EXT3_I(inode)->i_orphan, &EXT3_SB(sb)->s_orphan); in ext3_orphan_cleanup()
1161 INIT_LIST_HEAD(&sbi->s_orphan); /* unlinked but open files */ in ext3_read_super()
Dnamei.c700 list_add(&inode->u.ext3_i.i_orphan, &EXT3_SB(sb)->s_orphan); in ext3_orphan_add()
749 if (prev == &sbi->s_orphan) { in ext3_orphan_del()