Searched refs:irecs (Results 1 – 1 of 1) sorted by relevance
2507 struct xfs_bmbt_irec irec, *irecs = &irec; in xfs_dabuf_map() local2535 if (irecs[i].br_startblock == HOLESTARTBLOCK || in xfs_dabuf_map()2536 irecs[i].br_startblock == DELAYSTARTBLOCK) in xfs_dabuf_map()2538 if (off != irecs[i].br_startoff) in xfs_dabuf_map()2543 off += irecs[i].br_blockcount; in xfs_dabuf_map()2551 if (irecs != &irec) in xfs_dabuf_map()2552 kmem_free(irecs); in xfs_dabuf_map()2566 i, irecs[i].br_startoff, in xfs_dabuf_map()2567 irecs[i].br_startblock, in xfs_dabuf_map()2568 irecs[i].br_blockcount, in xfs_dabuf_map()[all …]
Completed in 6 milliseconds