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

/linux-master/fs/xfs/libxfs/
H A Dxfs_da_btree.c2541 struct xfs_bmbt_irec irec, *irecs = &irec; local
2547 irecs = kzalloc(sizeof(irec) * nfsb,
2551 error = xfs_bmapi_read(dp, bno, nfsb, irecs, &nirecs,
2571 if (irecs[i].br_startblock == HOLESTARTBLOCK ||
2572 irecs[i].br_startblock == DELAYSTARTBLOCK)
2574 if (off != irecs[i].br_startoff)
2577 map[i].bm_bn = XFS_FSB_TO_DADDR(mp, irecs[i].br_startblock);
2578 map[i].bm_len = XFS_FSB_TO_BB(mp, irecs[i].br_blockcount);
2579 off += irecs[i].br_blockcount;
2587 if (irecs !
[all...]

Completed in 81 milliseconds