Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/ext4/
H A Dsuper.c1125 list_for_each(l, &sbi->s_orphan) { in dump_orphan_list()
1239 if (!list_empty(&sbi->s_orphan)) in ext4_put_super()
1241 J_ASSERT(list_empty(&sbi->s_orphan)); in ext4_put_super()
3104 list_add(&EXT4_I(inode)->i_orphan, &EXT4_SB(sb)->s_orphan); in ext4_orphan_cleanup()
4762 INIT_LIST_HEAD(&sbi->s_orphan); /* unlinked but open files */ in ext4_fill_super()
H A Dnamei.c3142 list_add(&EXT4_I(inode)->i_orphan, &sbi->s_orphan); in ext4_orphan_add()
3214 if (prev == &sbi->s_orphan) { in ext4_orphan_del()
H A Dext4.h1481 struct list_head s_orphan; member