Searched refs:gotp (Results 1 – 2 of 2) sorted by relevance
/fs/xfs/libxfs/ |
D | xfs_bmap.c | 1388 xfs_bmbt_irec_t *gotp, /* out: extent entry found */ in xfs_bmap_search_multi_extents() argument 1398 gotp->br_startoff = 0xffa5a5a5a5a5a5a5LL; in xfs_bmap_search_multi_extents() 1399 gotp->br_blockcount = 0xa55a5a5a5a5a5a5aLL; in xfs_bmap_search_multi_extents() 1400 gotp->br_state = XFS_EXT_INVALID; in xfs_bmap_search_multi_extents() 1401 gotp->br_startblock = 0xffffa5a5a5a5a5a5LL; in xfs_bmap_search_multi_extents() 1409 xfs_bmbt_get_all(ep, gotp); in xfs_bmap_search_multi_extents() 1413 *gotp = *prevp; in xfs_bmap_search_multi_extents() 1436 xfs_bmbt_irec_t *gotp, /* out: extent entry found */ in xfs_bmap_search_extents() argument 1445 ep = xfs_bmap_search_multi_extents(ifp, bno, eofp, lastxp, gotp, prevp); in xfs_bmap_search_extents() 1447 if (unlikely(!(gotp->br_startblock) && (*lastxp != NULLEXTNUM) && in xfs_bmap_search_extents() [all …]
|
/fs/xfs/ |
D | xfs_bmap_util.h | 48 int xfs_bmap_extsize_align(struct xfs_mount *mp, struct xfs_bmbt_irec *gotp,
|