Home
last modified time | relevance | path

Searched refs:osb_orphan_wipes (Results 1 – 4 of 4) sorted by relevance

/linux-6.3-rc2/fs/ocfs2/
A Dsuper.c2119 osb->osb_orphan_wipes = kcalloc(osb->max_slots, in ocfs2_initialize_super()
2120 sizeof(*osb->osb_orphan_wipes), in ocfs2_initialize_super()
2122 if (!osb->osb_orphan_wipes) { in ocfs2_initialize_super()
2298 kfree(osb->osb_orphan_wipes); in ocfs2_initialize_super()
2499 kfree(osb->osb_orphan_wipes); in ocfs2_delete_osb()
A Docfs2.h437 unsigned int *osb_orphan_wipes; member
A Dinode.c731 osb->osb_orphan_wipes[slot]++; in ocfs2_check_orphan_recovery_state()
742 osb->osb_orphan_wipes[slot]--; in ocfs2_signal_wipe_completion()
A Djournal.c2171 ret = !osb->osb_orphan_wipes[slot]; in ocfs2_orphan_recovery_can_continue()
2183 while (osb->osb_orphan_wipes[slot]) { in ocfs2_mark_recovering_orphan_dir()

Completed in 16 milliseconds