Searched refs:xfs_bmbt_get_all (Results 1 – 5 of 5) sorted by relevance
/linux-4.1.27/fs/xfs/libxfs/ |
D | xfs_bmap.c | 1405 xfs_bmbt_get_all(xfs_iext_get_ext(ifp, lastx - 1), prevp); in xfs_bmap_search_multi_extents() 1408 xfs_bmbt_get_all(ep, gotp); in xfs_bmap_search_multi_extents() 1591 xfs_bmbt_get_all(xfs_iext_get_ext(ifp, nextents - 1), rec); in xfs_bmap_last_extent() 1693 xfs_bmbt_get_all(ep, &s); in xfs_bmap_one_block() 1748 xfs_bmbt_get_all(ep, &PREV); in xfs_bmap_add_extent_delay_real() 1771 xfs_bmbt_get_all(xfs_iext_get_ext(ifp, bma->idx - 1), &LEFT); in xfs_bmap_add_extent_delay_real() 1791 xfs_bmbt_get_all(xfs_iext_get_ext(ifp, bma->idx + 1), &RIGHT); in xfs_bmap_add_extent_delay_real() 2303 xfs_bmbt_get_all(ep, &PREV); in xfs_bmap_add_extent_unwritten_real() 2327 xfs_bmbt_get_all(xfs_iext_get_ext(ifp, *idx - 1), &LEFT); in xfs_bmap_add_extent_unwritten_real() 2347 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()
|
/linux-4.1.27/fs/xfs/ |
D | xfs_trace.h | 274 xfs_bmbt_get_all(xfs_iext_get_ext(ifp, idx), &r);
|