Lines Matching refs:gotp

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()
1452 (unsigned long long)gotp->br_startblock, in xfs_bmap_search_extents()
1453 (unsigned long long)gotp->br_startoff, in xfs_bmap_search_extents()
1454 (unsigned long long)gotp->br_blockcount, in xfs_bmap_search_extents()
1455 gotp->br_state, *lastxp); in xfs_bmap_search_extents()
3178 xfs_bmbt_irec_t *gotp, /* next extent pointer */ in xfs_bmap_extsize_align() argument
3209 (orig_off >= gotp->br_startoff) && in xfs_bmap_extsize_align()
3210 (orig_end <= gotp->br_startoff + gotp->br_blockcount)) { in xfs_bmap_extsize_align()
3265 if (!eof && gotp->br_startoff != NULLFILEOFF) { in xfs_bmap_extsize_align()
3266 if ((delay && gotp->br_startblock == HOLESTARTBLOCK) || in xfs_bmap_extsize_align()
3267 (!delay && gotp->br_startblock == DELAYSTARTBLOCK)) in xfs_bmap_extsize_align()
3268 nexto = gotp->br_startoff + gotp->br_blockcount; in xfs_bmap_extsize_align()
3270 nexto = gotp->br_startoff; in xfs_bmap_extsize_align()
3338 if (!eof && gotp->br_startoff != NULLFILEOFF) in xfs_bmap_extsize_align()
3339 ASSERT(align_off + align_alen <= gotp->br_startoff); in xfs_bmap_extsize_align()
5460 struct xfs_bmbt_rec_host *gotp, /* extent to shift */ in xfs_bmse_merge() argument
5471 xfs_bmbt_get_all(gotp, &got); in xfs_bmse_merge()
5533 struct xfs_bmbt_rec_host *gotp, in xfs_bmse_shift_one() argument
5552 xfs_bmbt_get_all(gotp, &got); in xfs_bmse_shift_one()
5585 *current_ext, gotp, adj_irecp, in xfs_bmse_shift_one()
5621 xfs_bmbt_set_startoff(gotp, startoff); in xfs_bmse_shift_one()
5663 struct xfs_bmbt_rec_host *gotp; in xfs_bmap_shift_extents() local
5722 gotp = xfs_iext_get_ext(ifp, total_extents - 1); in xfs_bmap_shift_extents()
5723 xfs_bmbt_get_all(gotp, &got); in xfs_bmap_shift_extents()
5733 gotp = xfs_iext_bno_to_ext(ifp, stop_fsb, &stop_extent); in xfs_bmap_shift_extents()
5748 gotp = xfs_iext_bno_to_ext(ifp, *next_fsb, &current_ext); in xfs_bmap_shift_extents()
5749 if (!gotp) { in xfs_bmap_shift_extents()
5763 &current_ext, gotp, cur, &logflags, in xfs_bmap_shift_extents()
5781 gotp = xfs_iext_get_ext(ifp, current_ext); in xfs_bmap_shift_extents()
5785 xfs_bmbt_get_all(gotp, &got); in xfs_bmap_shift_extents()
5816 struct xfs_bmbt_rec_host *gotp; in xfs_bmap_split_extent_at() local
5852 gotp = xfs_iext_bno_to_ext(ifp, split_fsb, &current_ext); in xfs_bmap_split_extent_at()
5853 if (!gotp) in xfs_bmap_split_extent_at()
5856 xfs_bmbt_get_all(gotp, &got); in xfs_bmap_split_extent_at()
5885 xfs_bmbt_set_blockcount(gotp, gotblkcnt); in xfs_bmap_split_extent_at()