Home
last modified time | relevance | path

Searched refs:osb_orphan_wipes (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-6.6/fs/ocfs2/
H A Dsuper.c2120 osb->osb_orphan_wipes = kcalloc(osb->max_slots, in ocfs2_initialize_super()
2121 sizeof(*osb->osb_orphan_wipes), in ocfs2_initialize_super()
2123 if (!osb->osb_orphan_wipes) { in ocfs2_initialize_super()
2299 kfree(osb->osb_orphan_wipes); in ocfs2_initialize_super()
2500 kfree(osb->osb_orphan_wipes); in ocfs2_delete_osb()
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 Docfs2.h437 unsigned int *osb_orphan_wipes; member
H A Djournal.c2168 ret = !osb->osb_orphan_wipes[slot]; in ocfs2_orphan_recovery_can_continue()
2180 while (osb->osb_orphan_wipes[slot]) { in ocfs2_mark_recovering_orphan_dir()
/kernel/linux/linux-5.10/fs/ocfs2/
H A Dsuper.c2133 osb->osb_orphan_wipes = kcalloc(osb->max_slots, in ocfs2_initialize_super()
2134 sizeof(*osb->osb_orphan_wipes), in ocfs2_initialize_super()
2136 if (!osb->osb_orphan_wipes) { in ocfs2_initialize_super()
2509 kfree(osb->osb_orphan_wipes); in ocfs2_delete_osb()
H A Dinode.c733 osb->osb_orphan_wipes[slot]++; in ocfs2_check_orphan_recovery_state()
744 osb->osb_orphan_wipes[slot]--; in ocfs2_signal_wipe_completion()
H A Docfs2.h439 unsigned int *osb_orphan_wipes; member
H A Djournal.c2135 ret = !osb->osb_orphan_wipes[slot]; in ocfs2_orphan_recovery_can_continue()
2147 while (osb->osb_orphan_wipes[slot]) { in ocfs2_mark_recovering_orphan_dir()

Completed in 18 milliseconds