Searched refs:xfs_iext_get_ext (Results 1 – 7 of 7) sorted by relevance
/linux-4.1.27/fs/xfs/libxfs/ |
D | xfs_bmap.c | 829 ep = xfs_iext_get_ext(ifp, i); in xfs_bmap_extents_to_btree() 964 ep = xfs_iext_get_ext(ifp, 0); in xfs_bmap_local_to_extents() 1333 xfs_bmbt_rec_host_t *trp = xfs_iext_get_ext(ifp, i); in xfs_bmap_read_extents() 1405 xfs_bmbt_get_all(xfs_iext_get_ext(ifp, lastx - 1), prevp); in xfs_bmap_search_multi_extents() 1502 xfs_bmbt_rec_host_t *ep = xfs_iext_get_ext(ifp, idx); in xfs_bmap_first_unused() 1591 xfs_bmbt_get_all(xfs_iext_get_ext(ifp, nextents - 1), rec); in xfs_bmap_last_extent() 1692 ep = xfs_iext_get_ext(ifp, 0); in xfs_bmap_one_block() 1747 ep = xfs_iext_get_ext(ifp, bma->idx); 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() [all …]
|
D | xfs_inode_fork.h | 139 xfs_iext_get_ext(struct xfs_ifork *, xfs_extnum_t);
|
D | xfs_inode_fork.c | 57 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()
|
D | xfs_bmap_btree.c | 387 xfs_bmbt_rec_host_t *ep = xfs_iext_get_ext(ifp, idx); in xfs_check_nostate_extents()
|
/linux-4.1.27/fs/xfs/ |
D | xfs_bmap_util.c | 288 xfs_bmbt_rec_host_t *frp = xfs_iext_get_ext(ifp, idx + b); in xfs_bmap_count_leaves()
|
D | xfs_qm.c | 1113 rtblks += xfs_bmbt_get_blockcount(xfs_iext_get_ext(ifp, idx)); in xfs_qm_get_rtblks()
|
D | xfs_trace.h | 274 xfs_bmbt_get_all(xfs_iext_get_ext(ifp, idx), &r);
|