/kernel/linux/linux-5.10/fs/xfs/libxfs/ |
H A D | xfs_inode_fork.h | 109 struct xfs_bmbt_irec *gotp); 113 struct xfs_bmbt_irec *gotp); 116 struct xfs_bmbt_irec *gotp); 119 struct xfs_bmbt_irec *gotp); 127 struct xfs_iext_cursor *cur, struct xfs_bmbt_irec *gotp) in xfs_iext_next_extent() 130 return xfs_iext_get_extent(ifp, cur, gotp); in xfs_iext_next_extent() 134 struct xfs_iext_cursor *cur, struct xfs_bmbt_irec *gotp) in xfs_iext_prev_extent() 137 return xfs_iext_get_extent(ifp, cur, gotp); in xfs_iext_prev_extent() 141 * Return the extent after cur in gotp without updating the cursor. 144 struct xfs_iext_cursor *cur, struct xfs_bmbt_irec *gotp) in xfs_iext_peek_next_extent() 126 xfs_iext_next_extent(struct xfs_ifork *ifp, struct xfs_iext_cursor *cur, struct xfs_bmbt_irec *gotp) xfs_iext_next_extent() argument 133 xfs_iext_prev_extent(struct xfs_ifork *ifp, struct xfs_iext_cursor *cur, struct xfs_bmbt_irec *gotp) xfs_iext_prev_extent() argument 143 xfs_iext_peek_next_extent(struct xfs_ifork *ifp, struct xfs_iext_cursor *cur, struct xfs_bmbt_irec *gotp) xfs_iext_peek_next_extent() argument 155 xfs_iext_peek_prev_extent(struct xfs_ifork *ifp, struct xfs_iext_cursor *cur, struct xfs_bmbt_irec *gotp) xfs_iext_peek_prev_extent() argument [all...] |
H A D | xfs_iext_tree.c | 911 * expanded extent structure in *gotp, and the extent cursor in *cur. 913 * it lies in a hole) return that extent in *gotp and its cursor in *cur 924 struct xfs_bmbt_irec *gotp) in xfs_iext_lookup_extent() 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() 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 in xfs_iext_lookup_extent_before() 919 xfs_iext_lookup_extent( struct xfs_inode *ip, struct xfs_ifork *ifp, xfs_fileoff_t offset, struct xfs_iext_cursor *cur, struct xfs_bmbt_irec *gotp) xfs_iext_lookup_extent() argument 960 xfs_iext_lookup_extent_before( struct xfs_inode *ip, struct xfs_ifork *ifp, xfs_fileoff_t *end, struct xfs_iext_cursor *cur, struct xfs_bmbt_irec *gotp) xfs_iext_lookup_extent_before() argument 1008 xfs_iext_get_extent( struct xfs_ifork *ifp, struct xfs_iext_cursor *cur, struct xfs_bmbt_irec *gotp) xfs_iext_get_extent() argument [all...] |
H A D | xfs_bmap.c | 2954 xfs_bmbt_irec_t *gotp, /* next extent pointer */ in xfs_bmap_extsize_align() 2985 (orig_off >= gotp->br_startoff) && in xfs_bmap_extsize_align() 2986 (orig_end <= gotp->br_startoff + gotp->br_blockcount)) { in xfs_bmap_extsize_align() 3041 if (!eof && gotp->br_startoff != NULLFILEOFF) { in xfs_bmap_extsize_align() 3042 if ((delay && gotp->br_startblock == HOLESTARTBLOCK) || in xfs_bmap_extsize_align() 3043 (!delay && gotp->br_startblock == DELAYSTARTBLOCK)) in xfs_bmap_extsize_align() 3044 nexto = gotp->br_startoff + gotp->br_blockcount; in xfs_bmap_extsize_align() 3046 nexto = gotp in xfs_bmap_extsize_align() 2952 xfs_bmap_extsize_align( xfs_mount_t *mp, xfs_bmbt_irec_t *gotp, xfs_bmbt_irec_t *prevp, xfs_extlen_t extsz, int rt, int eof, int delay, int convert, xfs_fileoff_t *offp, xfs_extlen_t *lenp) xfs_bmap_extsize_align() argument [all...] |
/kernel/linux/linux-6.6/fs/xfs/libxfs/ |
H A 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() 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() 220 return xfs_iext_get_extent(ifp, cur, gotp); in xfs_iext_prev_extent() 224 * Return the extent after cur in gotp without updating the cursor. 227 struct xfs_iext_cursor *cur, struct xfs_bmbt_irec *gotp) in xfs_iext_peek_next_extent() 209 xfs_iext_next_extent(struct xfs_ifork *ifp, struct xfs_iext_cursor *cur, struct xfs_bmbt_irec *gotp) xfs_iext_next_extent() argument 216 xfs_iext_prev_extent(struct xfs_ifork *ifp, struct xfs_iext_cursor *cur, struct xfs_bmbt_irec *gotp) xfs_iext_prev_extent() argument 226 xfs_iext_peek_next_extent(struct xfs_ifork *ifp, struct xfs_iext_cursor *cur, struct xfs_bmbt_irec *gotp) xfs_iext_peek_next_extent() argument 238 xfs_iext_peek_prev_extent(struct xfs_ifork *ifp, struct xfs_iext_cursor *cur, struct xfs_bmbt_irec *gotp) xfs_iext_peek_prev_extent() argument [all...] |
H A D | xfs_iext_tree.c | 911 * expanded extent structure in *gotp, and the extent cursor in *cur. 913 * it lies in a hole) return that extent in *gotp and its cursor in *cur 924 struct xfs_bmbt_irec *gotp) in xfs_iext_lookup_extent() 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() 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 in xfs_iext_lookup_extent_before() 919 xfs_iext_lookup_extent( struct xfs_inode *ip, struct xfs_ifork *ifp, xfs_fileoff_t offset, struct xfs_iext_cursor *cur, struct xfs_bmbt_irec *gotp) xfs_iext_lookup_extent() argument 960 xfs_iext_lookup_extent_before( struct xfs_inode *ip, struct xfs_ifork *ifp, xfs_fileoff_t *end, struct xfs_iext_cursor *cur, struct xfs_bmbt_irec *gotp) xfs_iext_lookup_extent_before() argument 1008 xfs_iext_get_extent( struct xfs_ifork *ifp, struct xfs_iext_cursor *cur, struct xfs_bmbt_irec *gotp) xfs_iext_get_extent() argument [all...] |
H A D | xfs_bmap.c | 2874 xfs_bmbt_irec_t *gotp, /* next extent pointer */ in xfs_bmap_extsize_align() 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 in xfs_bmap_extsize_align() 2872 xfs_bmap_extsize_align( xfs_mount_t *mp, xfs_bmbt_irec_t *gotp, xfs_bmbt_irec_t *prevp, xfs_extlen_t extsz, int rt, int eof, int delay, int convert, xfs_fileoff_t *offp, xfs_extlen_t *lenp) xfs_bmap_extsize_align() argument [all...] |
/kernel/linux/linux-5.10/fs/xfs/ |
H A D | xfs_bmap_util.h | 46 int xfs_bmap_extsize_align(struct xfs_mount *mp, struct xfs_bmbt_irec *gotp,
|
/kernel/linux/linux-6.6/fs/xfs/ |
H A D | xfs_bmap_util.h | 46 int xfs_bmap_extsize_align(struct xfs_mount *mp, struct xfs_bmbt_irec *gotp,
|