Home
last modified time | relevance | path

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

/linux-4.19.296/fs/xfs/libxfs/
Dxfs_refcount.c116 xfs_agblock_t realstart; in xfs_refcount_get_rec() local
129 realstart = irec->rc_startblock; in xfs_refcount_get_rec()
130 if (realstart & XFS_REFC_COW_START) { in xfs_refcount_get_rec()
133 realstart &= ~XFS_REFC_COW_START; in xfs_refcount_get_rec()
139 if (!xfs_verify_agbno(mp, agno, realstart)) in xfs_refcount_get_rec()
141 if (realstart > realstart + irec->rc_blockcount) in xfs_refcount_get_rec()
143 if (!xfs_verify_agbno(mp, agno, realstart + irec->rc_blockcount - 1)) in xfs_refcount_get_rec()