Searched refs:rm (Results 1 – 4 of 4) sorted by relevance
85 struct xfs_rmap_irec rm; member149 memcpy(&frag->rm, rec, sizeof(frag->rm)); in xchk_refcountbt_rmap_check()194 if (frag->rm.rm_startblock < bno) in xchk_refcountbt_process_rmap_fragments()196 bno = frag->rm.rm_startblock; in xchk_refcountbt_process_rmap_fragments()205 if (frag->rm.rm_startblock > refchk->bno || nr > target_nr) in xchk_refcountbt_process_rmap_fragments()207 bno = frag->rm.rm_startblock + frag->rm.rm_blockcount; in xchk_refcountbt_process_rmap_fragments()226 bno = frag->rm.rm_startblock + frag->rm.rm_blockcount; in xchk_refcountbt_process_rmap_fragments()239 bno = frag->rm.rm_startblock + frag->rm.rm_blockcount; in xchk_refcountbt_process_rmap_fragments()240 if (frag->rm.rm_startblock != rbno) in xchk_refcountbt_process_rmap_fragments()
99 struct xfs_rmap_irec rm; member163 memcpy(&frag->rm, rec, sizeof(frag->rm)); in xchk_rtrefcountbt_rmap_check()208 if (frag->rm.rm_startblock < bno) in xchk_rtrefcountbt_process_rmap_fragments()210 bno = frag->rm.rm_startblock; in xchk_rtrefcountbt_process_rmap_fragments()219 if (frag->rm.rm_startblock > refchk->bno || nr > target_nr) in xchk_rtrefcountbt_process_rmap_fragments()221 bno = frag->rm.rm_startblock + frag->rm.rm_blockcount; in xchk_rtrefcountbt_process_rmap_fragments()240 bno = frag->rm.rm_startblock + frag->rm.rm_blockcount; in xchk_rtrefcountbt_process_rmap_fragments()253 bno = frag->rm.rm_startblock + frag->rm.rm_blockcount; in xchk_rtrefcountbt_process_rmap_fragments()254 if (frag->rm.rm_startblock != rbno) in xchk_rtrefcountbt_process_rmap_fragments()
181 rm = kzalloc(struct_size(rm, rm_entries, osb->max_slots), in ocfs2_recovery_init()183 if (!rm) { in ocfs2_recovery_init()188 osb->recovery_map = rm; in ocfs2_recovery_init()245 rm = osb->recovery_map; in ocfs2_recovery_exit()248 kfree(rm); in ocfs2_recovery_exit()282 rm->rm_entries[rm->rm_used] = node_num; in ocfs2_recovery_map_set()283 rm->rm_used++; in ocfs2_recovery_map_set()302 if (i < rm->rm_used) { in ocfs2_recovery_map_clear()304 memmove(&(rm->rm_entries[i]), &(rm->rm_entries[i + 1]), in ocfs2_recovery_map_clear()306 rm->rm_used--; in ocfs2_recovery_map_clear()[all …]
219 struct ocfs2_recovery_map *rm = osb->recovery_map; in ocfs2_osb_dump() local272 if (rm->rm_used == 0) in ocfs2_osb_dump()275 for (i = 0; i < rm->rm_used; i++) in ocfs2_osb_dump()277 rm->rm_entries[i]); in ocfs2_osb_dump()
Completed in 17 milliseconds