Home
last modified time | relevance | path

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

/linux-6.15/fs/xfs/libxfs/
H A Dxfs_da_btree.c2699 struct xfs_bmbt_irec irec, *irecs = &irec; in xfs_dabuf_map() local
2705 irecs = kzalloc(sizeof(irec) * nfsb, in xfs_dabuf_map()
2730 irecs[i].br_startblock == DELAYSTARTBLOCK) in xfs_dabuf_map()
2732 if (off != irecs[i].br_startoff) in xfs_dabuf_map()
2737 off += irecs[i].br_blockcount; in xfs_dabuf_map()
2745 if (irecs != &irec) in xfs_dabuf_map()
2746 kfree(irecs); in xfs_dabuf_map()
2761 i, irecs[i].br_startoff, in xfs_dabuf_map()
2762 irecs[i].br_startblock, in xfs_dabuf_map()
2763 irecs[i].br_blockcount, in xfs_dabuf_map()
[all …]