Home
last modified time | relevance | path

Searched refs:xfs_iext_get_ext (Results 1 – 7 of 7) sorted by relevance

/linux-4.4.14/fs/xfs/libxfs/
Dxfs_bmap.c829 ep = xfs_iext_get_ext(ifp, i); in xfs_bmap_extents_to_btree()
966 ep = xfs_iext_get_ext(ifp, 0); in xfs_bmap_local_to_extents()
1332 xfs_bmbt_rec_host_t *trp = xfs_iext_get_ext(ifp, i); in xfs_bmap_read_extents()
1404 xfs_bmbt_get_all(xfs_iext_get_ext(ifp, lastx - 1), prevp); in xfs_bmap_search_multi_extents()
1501 xfs_bmbt_rec_host_t *ep = xfs_iext_get_ext(ifp, idx); in xfs_bmap_first_unused()
1590 xfs_bmbt_get_all(xfs_iext_get_ext(ifp, nextents - 1), rec); in xfs_bmap_last_extent()
1691 ep = xfs_iext_get_ext(ifp, 0); in xfs_bmap_one_block()
1746 ep = xfs_iext_get_ext(ifp, bma->idx); in xfs_bmap_add_extent_delay_real()
1770 xfs_bmbt_get_all(xfs_iext_get_ext(ifp, bma->idx - 1), &LEFT); in xfs_bmap_add_extent_delay_real()
1790 xfs_bmbt_get_all(xfs_iext_get_ext(ifp, bma->idx + 1), &RIGHT); in xfs_bmap_add_extent_delay_real()
[all …]
Dxfs_inode_fork.h139 xfs_iext_get_ext(struct xfs_ifork *, xfs_extnum_t);
Dxfs_inode_fork.c57 xfs_bmbt_rec_host_t *ep = xfs_iext_get_ext(ifp, i); in xfs_validate_extents()
337 xfs_bmbt_rec_host_t *ep = xfs_iext_get_ext(ifp, i); in xfs_iformat_extents()
761 xfs_bmbt_rec_host_t *ep = xfs_iext_get_ext(ifp, i); in xfs_iextents_copy()
837 ASSERT(xfs_iext_get_ext(ifp, 0)); in xfs_iflush_fork()
882 xfs_iext_get_ext( in xfs_iext_get_ext() function
925 xfs_bmbt_set_all(xfs_iext_get_ext(ifp, i), new); in xfs_iext_insert()
1587 ep = xfs_iext_get_ext(ifp, idx); in xfs_iext_bno_to_ext()
Dxfs_bmap_btree.c388 xfs_bmbt_rec_host_t *ep = xfs_iext_get_ext(ifp, idx); in xfs_check_nostate_extents()
/linux-4.4.14/fs/xfs/
Dxfs_qm.c1112 rtblks += xfs_bmbt_get_blockcount(xfs_iext_get_ext(ifp, idx)); in xfs_qm_get_rtblks()
Dxfs_bmap_util.c314 xfs_bmbt_rec_host_t *frp = xfs_iext_get_ext(ifp, idx + b); in xfs_bmap_count_leaves()
Dxfs_trace.h274 xfs_bmbt_get_all(xfs_iext_get_ext(ifp, idx), &r);