Searched refs:rm (Results 1 – 4 of 4) sorted by relevance
68 struct xfs_rmap_irec rm; member132 memcpy(&frag->rm, rec, sizeof(frag->rm)); in xchk_refcountbt_rmap_check()177 if (frag->rm.rm_startblock < bno) in xchk_refcountbt_process_rmap_fragments()179 bno = frag->rm.rm_startblock; in xchk_refcountbt_process_rmap_fragments()188 if (frag->rm.rm_startblock > refchk->bno || nr > target_nr) in xchk_refcountbt_process_rmap_fragments()190 bno = frag->rm.rm_startblock + frag->rm.rm_blockcount; in xchk_refcountbt_process_rmap_fragments()209 bno = frag->rm.rm_startblock + frag->rm.rm_blockcount; in xchk_refcountbt_process_rmap_fragments()222 bno = frag->rm.rm_startblock + frag->rm.rm_blockcount; in xchk_refcountbt_process_rmap_fragments()223 if (frag->rm.rm_startblock != rbno) in xchk_refcountbt_process_rmap_fragments()
175 struct ocfs2_recovery_map *rm; in ocfs2_recovery_init() local182 rm = kzalloc(sizeof(struct ocfs2_recovery_map) + in ocfs2_recovery_init()185 if (!rm) { in ocfs2_recovery_init()190 rm->rm_entries = (unsigned int *)((char *)rm + in ocfs2_recovery_init()192 osb->recovery_map = rm; in ocfs2_recovery_init()208 struct ocfs2_recovery_map *rm; in ocfs2_recovery_exit() local227 rm = osb->recovery_map; in ocfs2_recovery_exit()230 kfree(rm); in ocfs2_recovery_exit()237 struct ocfs2_recovery_map *rm = osb->recovery_map; in __ocfs2_recovery_map_test() local241 for (i = 0; i < rm->rm_used; i++) { in __ocfs2_recovery_map_test()[all …]
218 struct ocfs2_recovery_map *rm = osb->recovery_map; in ocfs2_osb_dump() local271 if (rm->rm_used == 0) in ocfs2_osb_dump()274 for (i = 0; i < rm->rm_used; i++) in ocfs2_osb_dump()276 rm->rm_entries[i]); in ocfs2_osb_dump()
295 int a, b, rm; in ail2_empty() local302 rm = (wrap) ? (a || b) : (a && b); in ail2_empty()303 if (!rm) in ail2_empty()