Home
last modified time | relevance | path

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

/linux-4.4.14/fs/ocfs2/
Dsuper.c2178 osb->osb_orphan_wipes = kcalloc(osb->max_slots, in ocfs2_initialize_super()
2179 sizeof(*osb->osb_orphan_wipes), in ocfs2_initialize_super()
2181 if (!osb->osb_orphan_wipes) { in ocfs2_initialize_super()
2540 kfree(osb->osb_orphan_wipes); in ocfs2_delete_osb()
Dinode.c708 osb->osb_orphan_wipes[slot]++; in ocfs2_check_orphan_recovery_state()
719 osb->osb_orphan_wipes[slot]--; in ocfs2_signal_wipe_completion()
Docfs2.h448 unsigned int *osb_orphan_wipes; member
Djournal.c2124 ret = !osb->osb_orphan_wipes[slot]; in ocfs2_orphan_recovery_can_continue()
2136 while (osb->osb_orphan_wipes[slot]) { in ocfs2_mark_recovering_orphan_dir()