Searched refs:gotp (Results 1 – 4 of 4) sorted by relevance
/Linux-v6.6/fs/xfs/libxfs/ |
D | xfs_inode_fork.h | 192 struct xfs_bmbt_irec *gotp); 196 struct xfs_bmbt_irec *gotp); 199 struct xfs_bmbt_irec *gotp); 202 struct xfs_bmbt_irec *gotp); 210 struct xfs_iext_cursor *cur, struct xfs_bmbt_irec *gotp) in xfs_iext_next_extent() argument 213 return xfs_iext_get_extent(ifp, cur, gotp); in xfs_iext_next_extent() 217 struct xfs_iext_cursor *cur, struct xfs_bmbt_irec *gotp) in xfs_iext_prev_extent() argument 220 return xfs_iext_get_extent(ifp, cur, gotp); in xfs_iext_prev_extent() 227 struct xfs_iext_cursor *cur, struct xfs_bmbt_irec *gotp) in xfs_iext_peek_next_extent() argument 232 return xfs_iext_get_extent(ifp, &ncur, gotp); in xfs_iext_peek_next_extent() [all …]
|
D | xfs_iext_tree.c | 924 struct xfs_bmbt_irec *gotp) in xfs_iext_lookup_extent() argument 951 xfs_iext_get(gotp, cur_rec(cur)); in xfs_iext_lookup_extent() 965 struct xfs_bmbt_irec *gotp) in xfs_iext_lookup_extent_before() argument 968 if (xfs_iext_lookup_extent(ip, ifp, *end - 1, cur, gotp) && in xfs_iext_lookup_extent_before() 969 gotp->br_startoff <= *end - 1) in xfs_iext_lookup_extent_before() 971 if (!xfs_iext_prev_extent(ifp, cur, gotp)) in xfs_iext_lookup_extent_before() 973 *end = gotp->br_startoff + gotp->br_blockcount; in xfs_iext_lookup_extent_before() 1011 struct xfs_bmbt_irec *gotp) in xfs_iext_get_extent() argument 1015 xfs_iext_get(gotp, cur_rec(cur)); in xfs_iext_get_extent()
|
D | xfs_bmap.c | 2874 xfs_bmbt_irec_t *gotp, /* next extent pointer */ in xfs_bmap_extsize_align() argument 2905 (orig_off >= gotp->br_startoff) && in xfs_bmap_extsize_align() 2906 (orig_end <= gotp->br_startoff + gotp->br_blockcount)) { in xfs_bmap_extsize_align() 2961 if (!eof && gotp->br_startoff != NULLFILEOFF) { in xfs_bmap_extsize_align() 2962 if ((delay && gotp->br_startblock == HOLESTARTBLOCK) || in xfs_bmap_extsize_align() 2963 (!delay && gotp->br_startblock == DELAYSTARTBLOCK)) in xfs_bmap_extsize_align() 2964 nexto = gotp->br_startoff + gotp->br_blockcount; in xfs_bmap_extsize_align() 2966 nexto = gotp->br_startoff; in xfs_bmap_extsize_align() 3034 if (!eof && gotp->br_startoff != NULLFILEOFF) in xfs_bmap_extsize_align() 3035 ASSERT(align_off + align_alen <= gotp->br_startoff); in xfs_bmap_extsize_align()
|
/Linux-v6.6/fs/xfs/ |
D | xfs_bmap_util.h | 46 int xfs_bmap_extsize_align(struct xfs_mount *mp, struct xfs_bmbt_irec *gotp,
|