Home
last modified time | relevance | path

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

/linux-4.19.296/fs/xfs/libxfs/
Dxfs_alloc_btree.h29 #define XFS_ALLOC_REC_ADDR(mp, block, index) \ macro
Dxfs_ag.c69 arec = XFS_ALLOC_REC_ADDR(mp, XFS_BUF_TO_BLOCK(bp), 1); in xfs_bnoroot_init()
84 arec = XFS_ALLOC_REC_ADDR(mp, XFS_BUF_TO_BLOCK(bp), 1); in xfs_cntroot_init()
Dxfs_alloc_btree.c150 rrp = XFS_ALLOC_REC_ADDR(cur->bc_mp, block, numrecs); in xfs_allocbt_update_lastrec()