Lines Matching refs:gotp
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()
1454 (unsigned long long)gotp->br_startblock, in xfs_bmap_search_extents()
1455 (unsigned long long)gotp->br_startoff, in xfs_bmap_search_extents()
1456 (unsigned long long)gotp->br_blockcount, in xfs_bmap_search_extents()
1457 gotp->br_state, *lastxp); in xfs_bmap_search_extents()
3181 xfs_bmbt_irec_t *gotp, /* next extent pointer */ in xfs_bmap_extsize_align() argument
3212 (orig_off >= gotp->br_startoff) && in xfs_bmap_extsize_align()
3213 (orig_end <= gotp->br_startoff + gotp->br_blockcount)) { in xfs_bmap_extsize_align()
3268 if (!eof && gotp->br_startoff != NULLFILEOFF) { in xfs_bmap_extsize_align()
3269 if ((delay && gotp->br_startblock == HOLESTARTBLOCK) || in xfs_bmap_extsize_align()
3270 (!delay && gotp->br_startblock == DELAYSTARTBLOCK)) in xfs_bmap_extsize_align()
3271 nexto = gotp->br_startoff + gotp->br_blockcount; in xfs_bmap_extsize_align()
3273 nexto = gotp->br_startoff; in xfs_bmap_extsize_align()
3341 if (!eof && gotp->br_startoff != NULLFILEOFF) in xfs_bmap_extsize_align()
3342 ASSERT(align_off + align_alen <= gotp->br_startoff); in xfs_bmap_extsize_align()
5463 struct xfs_bmbt_rec_host *gotp, /* extent to shift */ in xfs_bmse_merge() argument
5474 xfs_bmbt_get_all(gotp, &got); in xfs_bmse_merge()
5536 struct xfs_bmbt_rec_host *gotp, in xfs_bmse_shift_one() argument
5555 xfs_bmbt_get_all(gotp, &got); in xfs_bmse_shift_one()
5588 *current_ext, gotp, adj_irecp, in xfs_bmse_shift_one()
5624 xfs_bmbt_set_startoff(gotp, startoff); in xfs_bmse_shift_one()
5666 struct xfs_bmbt_rec_host *gotp; in xfs_bmap_shift_extents() local
5725 gotp = xfs_iext_get_ext(ifp, total_extents - 1); in xfs_bmap_shift_extents()
5726 xfs_bmbt_get_all(gotp, &got); in xfs_bmap_shift_extents()
5736 gotp = xfs_iext_bno_to_ext(ifp, stop_fsb, &stop_extent); in xfs_bmap_shift_extents()
5751 gotp = xfs_iext_bno_to_ext(ifp, *next_fsb, ¤t_ext); in xfs_bmap_shift_extents()
5752 if (!gotp) { in xfs_bmap_shift_extents()
5766 ¤t_ext, gotp, cur, &logflags, in xfs_bmap_shift_extents()
5784 gotp = xfs_iext_get_ext(ifp, current_ext); in xfs_bmap_shift_extents()
5788 xfs_bmbt_get_all(gotp, &got); in xfs_bmap_shift_extents()
5819 struct xfs_bmbt_rec_host *gotp; in xfs_bmap_split_extent_at() local
5855 gotp = xfs_iext_bno_to_ext(ifp, split_fsb, ¤t_ext); in xfs_bmap_split_extent_at()
5856 if (!gotp) in xfs_bmap_split_extent_at()
5859 xfs_bmbt_get_all(gotp, &got); in xfs_bmap_split_extent_at()
5888 xfs_bmbt_set_blockcount(gotp, gotblkcnt); in xfs_bmap_split_extent_at()