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