Searched refs:gotp (Results 1 – 4 of 4) sorted by relevance
| /linux/fs/xfs/libxfs/ |
| H A D | xfs_inode_fork.h | 197 struct xfs_bmbt_irec *gotp); 201 struct xfs_bmbt_irec *gotp); 204 struct xfs_bmbt_irec *gotp); 207 struct xfs_bmbt_irec *gotp); 215 struct xfs_iext_cursor *cur, struct xfs_bmbt_irec *gotp) in xfs_iext_next_extent() argument 218 return xfs_iext_get_extent(ifp, cur, gotp); in xfs_iext_next_extent() 222 struct xfs_iext_cursor *cur, struct xfs_bmbt_irec *gotp) in xfs_iext_prev_extent() argument 225 return xfs_iext_get_extent(ifp, cur, gotp); in xfs_iext_prev_extent() 232 struct xfs_iext_cursor *cur, struct xfs_bmbt_irec *gotp) in xfs_iext_peek_next_extent() argument 237 return xfs_iext_get_extent(ifp, &ncur, gotp); in xfs_iext_peek_next_extent() [all …]
|
| H A D | xfs_iext_tree.c | 941 struct xfs_bmbt_irec *gotp) in xfs_iext_lookup_extent() argument 968 xfs_iext_get(gotp, cur_rec(cur)); in xfs_iext_lookup_extent() 982 struct xfs_bmbt_irec *gotp) in xfs_iext_lookup_extent_before() argument 985 if (xfs_iext_lookup_extent(ip, ifp, *end - 1, cur, gotp) && in xfs_iext_lookup_extent_before() 986 gotp->br_startoff <= *end - 1) in xfs_iext_lookup_extent_before() 988 if (!xfs_iext_prev_extent(ifp, cur, gotp)) in xfs_iext_lookup_extent_before() 990 *end = gotp->br_startoff + gotp->br_blockcount; in xfs_iext_lookup_extent_before() 1028 struct xfs_bmbt_irec *gotp) in xfs_iext_get_extent() argument 1032 xfs_iext_get(gotp, cur_rec(cur)); in xfs_iext_get_extent()
|
| H A D | xfs_bmap.c | 2819 xfs_bmbt_irec_t *gotp, /* next extent pointer */ in xfs_bmap_extsize_align() argument 2850 (orig_off >= gotp->br_startoff) && in xfs_bmap_extsize_align() 2851 (orig_end <= gotp->br_startoff + gotp->br_blockcount)) { in xfs_bmap_extsize_align() 2906 if (!eof && gotp->br_startoff != NULLFILEOFF) { in xfs_bmap_extsize_align() 2907 if ((delay && gotp->br_startblock == HOLESTARTBLOCK) || in xfs_bmap_extsize_align() 2908 (!delay && gotp->br_startblock == DELAYSTARTBLOCK)) in xfs_bmap_extsize_align() 2909 nexto = gotp->br_startoff + gotp->br_blockcount; in xfs_bmap_extsize_align() 2911 nexto = gotp->br_startoff; in xfs_bmap_extsize_align() 2979 if (!eof && gotp->br_startoff != NULLFILEOFF) in xfs_bmap_extsize_align() 2980 ASSERT(align_off + align_alen <= gotp->br_startoff); in xfs_bmap_extsize_align()
|
| /linux/fs/xfs/ |
| H A D | xfs_bmap_util.h | 48 int xfs_bmap_extsize_align(struct xfs_mount *mp, struct xfs_bmbt_irec *gotp,
|