Home
last modified time | relevance | path

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

/linux/fs/xfs/libxfs/
H A Dxfs_inode_fork.h197 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 …]
/linux/fs/xfs/
H A Dxfs_bmap_util.h48 int xfs_bmap_extsize_align(struct xfs_mount *mp, struct xfs_bmbt_irec *gotp,