Home
last modified time | relevance | path

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

/linux-4.4.14/fs/xfs/libxfs/
Dxfs_bmap.c5546 int total_extents; in xfs_bmse_shift_one() local
5550 total_extents = ifp->if_bytes / sizeof(xfs_bmbt_rec_t); in xfs_bmse_shift_one()
5591 if (*current_ext >= (total_extents - 1)) in xfs_bmse_shift_one()
5669 xfs_extnum_t total_extents; in xfs_bmap_shift_extents() local
5712 total_extents = ifp->if_bytes / sizeof(xfs_bmbt_rec_t); in xfs_bmap_shift_extents()
5713 if (total_extents == 0) { in xfs_bmap_shift_extents()
5722 gotp = xfs_iext_get_ext(ifp, total_extents - 1); in xfs_bmap_shift_extents()
5737 stop_extent = total_extents; in xfs_bmap_shift_extents()
5772 total_extents = ifp->if_bytes / sizeof(xfs_bmbt_rec_t); in xfs_bmap_shift_extents()
5773 stop_extent = total_extents; in xfs_bmap_shift_extents()