Lines Matching refs:gotp

1387 	xfs_bmbt_irec_t	*gotp,		/* out: extent entry found */  in xfs_bmap_search_multi_extents()  argument
1397 gotp->br_startoff = 0xffa5a5a5a5a5a5a5LL; in xfs_bmap_search_multi_extents()
1398 gotp->br_blockcount = 0xa55a5a5a5a5a5a5aLL; in xfs_bmap_search_multi_extents()
1399 gotp->br_state = XFS_EXT_INVALID; in xfs_bmap_search_multi_extents()
1400 gotp->br_startblock = 0xffffa5a5a5a5a5a5LL; in xfs_bmap_search_multi_extents()
1408 xfs_bmbt_get_all(ep, gotp); in xfs_bmap_search_multi_extents()
1412 *gotp = *prevp; in xfs_bmap_search_multi_extents()
1435 xfs_bmbt_irec_t *gotp, /* out: extent entry found */ in xfs_bmap_search_extents() argument
1444 ep = xfs_bmap_search_multi_extents(ifp, bno, eofp, lastxp, gotp, prevp); in xfs_bmap_search_extents()
1446 if (unlikely(!(gotp->br_startblock) && (*lastxp != NULLEXTNUM) && in xfs_bmap_search_extents()
1453 (unsigned long long)gotp->br_startblock, in xfs_bmap_search_extents()
1454 (unsigned long long)gotp->br_startoff, in xfs_bmap_search_extents()
1455 (unsigned long long)gotp->br_blockcount, in xfs_bmap_search_extents()
1456 gotp->br_state, *lastxp); in xfs_bmap_search_extents()
3179 xfs_bmbt_irec_t *gotp, /* next extent pointer */ in xfs_bmap_extsize_align() argument
3210 (orig_off >= gotp->br_startoff) && in xfs_bmap_extsize_align()
3211 (orig_end <= gotp->br_startoff + gotp->br_blockcount)) { in xfs_bmap_extsize_align()
3266 if (!eof && gotp->br_startoff != NULLFILEOFF) { in xfs_bmap_extsize_align()
3267 if ((delay && gotp->br_startblock == HOLESTARTBLOCK) || in xfs_bmap_extsize_align()
3268 (!delay && gotp->br_startblock == DELAYSTARTBLOCK)) in xfs_bmap_extsize_align()
3269 nexto = gotp->br_startoff + gotp->br_blockcount; in xfs_bmap_extsize_align()
3271 nexto = gotp->br_startoff; in xfs_bmap_extsize_align()
3339 if (!eof && gotp->br_startoff != NULLFILEOFF) in xfs_bmap_extsize_align()
3340 ASSERT(align_off + align_alen <= gotp->br_startoff); in xfs_bmap_extsize_align()
5421 struct xfs_bmbt_rec_host *gotp, /* extent to shift */ in xfs_bmse_merge() argument
5432 xfs_bmbt_get_all(gotp, &got); in xfs_bmse_merge()
5494 struct xfs_bmbt_rec_host *gotp, in xfs_bmse_shift_one() argument
5513 xfs_bmbt_get_all(gotp, &got); in xfs_bmse_shift_one()
5546 *current_ext, gotp, adj_irecp, in xfs_bmse_shift_one()
5582 xfs_bmbt_set_startoff(gotp, startoff); in xfs_bmse_shift_one()
5624 struct xfs_bmbt_rec_host *gotp; in xfs_bmap_shift_extents() local
5683 gotp = xfs_iext_get_ext(ifp, total_extents - 1); in xfs_bmap_shift_extents()
5684 xfs_bmbt_get_all(gotp, &got); in xfs_bmap_shift_extents()
5694 gotp = xfs_iext_bno_to_ext(ifp, stop_fsb, &stop_extent); in xfs_bmap_shift_extents()
5709 gotp = xfs_iext_bno_to_ext(ifp, *next_fsb, &current_ext); in xfs_bmap_shift_extents()
5710 if (!gotp) { in xfs_bmap_shift_extents()
5724 &current_ext, gotp, cur, &logflags, in xfs_bmap_shift_extents()
5742 gotp = xfs_iext_get_ext(ifp, current_ext); in xfs_bmap_shift_extents()
5746 xfs_bmbt_get_all(gotp, &got); in xfs_bmap_shift_extents()
5777 struct xfs_bmbt_rec_host *gotp; in xfs_bmap_split_extent_at() local
5813 gotp = xfs_iext_bno_to_ext(ifp, split_fsb, &current_ext); in xfs_bmap_split_extent_at()
5814 if (!gotp) in xfs_bmap_split_extent_at()
5817 xfs_bmbt_get_all(gotp, &got); in xfs_bmap_split_extent_at()
5846 xfs_bmbt_set_blockcount(gotp, gotblkcnt); in xfs_bmap_split_extent_at()