Searched refs:xfs_bmbt_get_all (Results 1 – 5 of 5) sorted by relevance
/fs/xfs/libxfs/ |
D | xfs_bmap.c | 1406 xfs_bmbt_get_all(xfs_iext_get_ext(ifp, lastx - 1), prevp); in xfs_bmap_search_multi_extents() 1409 xfs_bmbt_get_all(ep, gotp); in xfs_bmap_search_multi_extents() 1592 xfs_bmbt_get_all(xfs_iext_get_ext(ifp, nextents - 1), rec); in xfs_bmap_last_extent() 1694 xfs_bmbt_get_all(ep, &s); in xfs_bmap_one_block() 1749 xfs_bmbt_get_all(ep, &PREV); in xfs_bmap_add_extent_delay_real() 1772 xfs_bmbt_get_all(xfs_iext_get_ext(ifp, bma->idx - 1), &LEFT); in xfs_bmap_add_extent_delay_real() 1792 xfs_bmbt_get_all(xfs_iext_get_ext(ifp, bma->idx + 1), &RIGHT); in xfs_bmap_add_extent_delay_real() 2305 xfs_bmbt_get_all(ep, &PREV); in xfs_bmap_add_extent_unwritten_real() 2329 xfs_bmbt_get_all(xfs_iext_get_ext(ifp, *idx - 1), &LEFT); in xfs_bmap_add_extent_unwritten_real() 2349 xfs_bmbt_get_all(xfs_iext_get_ext(ifp, *idx + 1), &RIGHT); in xfs_bmap_add_extent_unwritten_real() [all …]
|
D | xfs_bmap_btree.h | 109 extern void xfs_bmbt_get_all(xfs_bmbt_rec_host_t *r, xfs_bmbt_irec_t *s);
|
D | xfs_bmap_btree.c | 124 xfs_bmbt_get_all( in xfs_bmbt_get_all() function
|
D | xfs_inode_fork.c | 60 xfs_bmbt_get_all(&rec, &irec); in xfs_validate_extents()
|
/fs/xfs/ |
D | xfs_trace.h | 274 xfs_bmbt_get_all(xfs_iext_get_ext(ifp, idx), &r);
|