Home
last modified time | relevance | path

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

/openbmc/linux/fs/ocfs2/
H A Dsuper.c2122 osb->osb_orphan_wipes = kcalloc(osb->max_slots, in ocfs2_initialize_super()
2123 sizeof(*osb->osb_orphan_wipes), in ocfs2_initialize_super()
2125 if (!osb->osb_orphan_wipes) { in ocfs2_initialize_super()
2301 kfree(osb->osb_orphan_wipes); in ocfs2_initialize_super()
2502 kfree(osb->osb_orphan_wipes); in ocfs2_delete_osb()
H A Docfs2.h464 unsigned int *osb_orphan_wipes; member
H 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()
H A Djournal.c2208 ret = !osb->osb_orphan_wipes[slot]; in ocfs2_orphan_recovery_can_continue()
2220 while (osb->osb_orphan_wipes[slot]) { in ocfs2_mark_recovering_orphan_dir()