Home
last modified time | relevance | path

Searched refs:gotp (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/fs/xfs/libxfs/
Dxfs_inode_fork.h113 struct xfs_bmbt_irec *gotp);
117 struct xfs_bmbt_irec *gotp);
120 struct xfs_bmbt_irec *gotp);
123 struct xfs_bmbt_irec *gotp);
131 struct xfs_iext_cursor *cur, struct xfs_bmbt_irec *gotp) in xfs_iext_next_extent() argument
134 return xfs_iext_get_extent(ifp, cur, gotp); in xfs_iext_next_extent()
138 struct xfs_iext_cursor *cur, struct xfs_bmbt_irec *gotp) in xfs_iext_prev_extent() argument
141 return xfs_iext_get_extent(ifp, cur, gotp); in xfs_iext_prev_extent()
148 struct xfs_iext_cursor *cur, struct xfs_bmbt_irec *gotp) in xfs_iext_peek_next_extent() argument
153 return xfs_iext_get_extent(ifp, &ncur, gotp); in xfs_iext_peek_next_extent()
[all …]
Dxfs_iext_tree.c929 struct xfs_bmbt_irec *gotp) in xfs_iext_lookup_extent() argument
956 xfs_iext_get(gotp, cur_rec(cur)); in xfs_iext_lookup_extent()
970 struct xfs_bmbt_irec *gotp) in xfs_iext_lookup_extent_before() argument
973 if (xfs_iext_lookup_extent(ip, ifp, *end - 1, cur, gotp) && in xfs_iext_lookup_extent_before()
974 gotp->br_startoff <= *end - 1) in xfs_iext_lookup_extent_before()
976 if (!xfs_iext_prev_extent(ifp, cur, gotp)) in xfs_iext_lookup_extent_before()
978 *end = gotp->br_startoff + gotp->br_blockcount; in xfs_iext_lookup_extent_before()
1016 struct xfs_bmbt_irec *gotp) in xfs_iext_get_extent() argument
1020 xfs_iext_get(gotp, cur_rec(cur)); in xfs_iext_get_extent()
Dxfs_bmap.c2856 xfs_bmbt_irec_t *gotp, /* next extent pointer */ in xfs_bmap_extsize_align() argument
2887 (orig_off >= gotp->br_startoff) && in xfs_bmap_extsize_align()
2888 (orig_end <= gotp->br_startoff + gotp->br_blockcount)) { in xfs_bmap_extsize_align()
2943 if (!eof && gotp->br_startoff != NULLFILEOFF) { in xfs_bmap_extsize_align()
2944 if ((delay && gotp->br_startblock == HOLESTARTBLOCK) || in xfs_bmap_extsize_align()
2945 (!delay && gotp->br_startblock == DELAYSTARTBLOCK)) in xfs_bmap_extsize_align()
2946 nexto = gotp->br_startoff + gotp->br_blockcount; in xfs_bmap_extsize_align()
2948 nexto = gotp->br_startoff; in xfs_bmap_extsize_align()
3016 if (!eof && gotp->br_startoff != NULLFILEOFF) in xfs_bmap_extsize_align()
3017 ASSERT(align_off + align_alen <= gotp->br_startoff); in xfs_bmap_extsize_align()
/Linux-v4.19/fs/xfs/
Dxfs_bmap_util.h48 int xfs_bmap_extsize_align(struct xfs_mount *mp, struct xfs_bmbt_irec *gotp,