Searched refs:postblock (Results 1 - 2 of 2) sorted by relevance

/linux-master/fs/xfs/libxfs/
H A Dxfs_rtbitmap.c685 xfs_rtxnum_t postblock; /* first rtext freed > end */ local
709 &postblock);
728 if (postblock > end) {
730 xfs_highbit64(postblock - end),
741 xfs_highbit64(postblock + 1 - preblock),
/linux-master/fs/xfs/
H A Dxfs_rtalloc.c135 xfs_rtxnum_t postblock = 0; /* first rtext allocated > end */ local
152 &postblock);
161 xfs_highbit64(postblock + 1 - preblock),
182 if (postblock > end) {
184 xfs_highbit64(postblock - end),

Completed in 120 milliseconds