Home
last modified time | relevance | path

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

/Linux-v6.1/fs/ext4/
Dorphan.c163 list_add(&EXT4_I(inode)->i_orphan, &sbi->s_orphan); in ext4_orphan_add()
269 if (prev == &sbi->s_orphan) { in ext4_orphan_del()
473 list_add(&EXT4_I(inode)->i_orphan, &EXT4_SB(sb)->s_orphan); in ext4_orphan_cleanup()
Dsuper.c1148 list_for_each(l, &sbi->s_orphan) { in dump_orphan_list()
1268 if (!list_empty(&sbi->s_orphan)) in ext4_put_super()
1270 ASSERT(list_empty(&sbi->s_orphan)); in ext4_put_super()
5260 INIT_LIST_HEAD(&sbi->s_orphan); /* unlinked but open files */ in __ext4_fill_super()
Dext4.h1563 struct list_head s_orphan; /* List of orphaned inodes in on disk member