• Home
  • Raw
  • Download

Lines Matching refs:slot

74 				 int slot,
1050 int slot) in ocfs2_clear_journal_error() argument
1057 "journal %u.\n", olderr, slot); in ocfs2_clear_journal_error()
2070 int slot, in ocfs2_queue_orphans() argument
2085 slot); in ocfs2_queue_orphans()
2116 int slot) in ocfs2_orphan_recovery_can_continue() argument
2121 ret = !osb->osb_orphan_wipes[slot]; in ocfs2_orphan_recovery_can_continue()
2127 int slot) in ocfs2_mark_recovering_orphan_dir() argument
2132 ocfs2_node_map_set_bit(osb, &osb->osb_recovering_orphan_dirs, slot); in ocfs2_mark_recovering_orphan_dir()
2133 while (osb->osb_orphan_wipes[slot]) { in ocfs2_mark_recovering_orphan_dir()
2139 ocfs2_orphan_recovery_can_continue(osb, slot)); in ocfs2_mark_recovering_orphan_dir()
2146 int slot) in ocfs2_clear_recovering_orphan_dir() argument
2148 ocfs2_node_map_clear_bit(osb, &osb->osb_recovering_orphan_dirs, slot); in ocfs2_clear_recovering_orphan_dir()
2170 int slot, in ocfs2_recover_orphans() argument
2180 trace_ocfs2_recover_orphans(slot); in ocfs2_recover_orphans()
2182 ocfs2_mark_recovering_orphan_dir(osb, slot); in ocfs2_recover_orphans()
2183 ret = ocfs2_queue_orphans(osb, slot, &inode, orphan_reco_type); in ocfs2_recover_orphans()
2184 ocfs2_clear_recovering_orphan_dir(osb, slot); in ocfs2_recover_orphans()
2332 unsigned int slot; in ocfs2_check_journals_nolocks() local
2337 for(slot = 0; slot < osb->max_slots; slot++) { in ocfs2_check_journals_nolocks()
2338 ret = ocfs2_read_journal_inode(osb, slot, &di_bh, NULL); in ocfs2_check_journals_nolocks()
2346 osb->slot_recovery_generations[slot] = in ocfs2_check_journals_nolocks()