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

/linux-master/fs/ocfs2/
H A Dsuper.c2119 osb->osb_orphan_wipes = kcalloc(osb->max_slots,
2120 sizeof(*osb->osb_orphan_wipes),
2122 if (!osb->osb_orphan_wipes) {
2298 kfree(osb->osb_orphan_wipes);
2499 kfree(osb->osb_orphan_wipes);
H A Docfs2.h437 unsigned int *osb_orphan_wipes; member in struct:ocfs2_super
H A Dinode.c731 osb->osb_orphan_wipes[slot]++;
742 osb->osb_orphan_wipes[slot]--;
H A Djournal.c2168 ret = !osb->osb_orphan_wipes[slot];
2180 while (osb->osb_orphan_wipes[slot]) {

Completed in 127 milliseconds