Searched refs:bbno (Results 1 – 4 of 4) sorted by relevance
| /linux/fs/xfs/ |
| H A D | xfs_extent_busy.c | 169 xfs_agblock_t bbno = busyp->bno; in xfs_extent_busy_update_extent() local 170 xfs_agblock_t bend = bbno + busyp->length; in xfs_extent_busy_update_extent() 195 if (bbno < fbno && bend > fend) { in xfs_extent_busy_update_extent() 214 } else if (bbno >= fbno && bend <= fend) { in xfs_extent_busy_update_extent() 273 } else if (bbno < fbno) { in xfs_extent_busy_update_extent() 323 xfs_agblock_t bbno = busyp->bno; in xfs_extent_busy_reuse() local 324 xfs_agblock_t bend = bbno + busyp->length; in xfs_extent_busy_reuse() 326 if (fbno + flen <= bbno) { in xfs_extent_busy_reuse() 378 xfs_agblock_t bbno = busyp->bno; in xfs_extent_busy_trim() local 379 xfs_agblock_t bend = bbno + busyp->length; in xfs_extent_busy_trim() [all …]
|
| H A D | xfs_rtalloc.c | 47 xfs_fileoff_t bbno, /* bitmap block number */ in xfs_rtany_summary() argument 57 high = min(high, rsum_cache[bbno] - 1); in xfs_rtany_summary() 71 error = xfs_rtget_summary(args, log, bbno, &sum); in xfs_rtany_summary() 89 if (rsum_cache && log + 1 < rsum_cache[bbno]) in xfs_rtany_summary() 90 rsum_cache[bbno] = log + 1; in xfs_rtany_summary() 103 xfs_fileoff_t bbno; /* bitmap block number */ in xfs_rtcopy_summary() local 109 for (bbno = oargs->mp->m_sb.sb_rbmblocks - 1; in xfs_rtcopy_summary() 110 (xfs_srtblock_t)bbno >= 0; in xfs_rtcopy_summary() 111 bbno--) { in xfs_rtcopy_summary() 112 error = xfs_rtget_summary(oargs, log, bbno, &sum); in xfs_rtcopy_summary() [all …]
|
| /linux/fs/xfs/libxfs/ |
| H A D | xfs_rtbitmap.c | 589 xfs_fileoff_t bbno, /* bitmap block number */ in xfs_rtmodify_summary() argument 593 xfs_rtsumoff_t so = xfs_rtsumoffs(mp, log, bbno); in xfs_rtmodify_summary() 607 if (val == 0 && log + 1 == rsum_cache[bbno]) in xfs_rtmodify_summary() 608 rsum_cache[bbno] = log; in xfs_rtmodify_summary() 609 if (val != 0 && log >= rsum_cache[bbno]) in xfs_rtmodify_summary() 610 rsum_cache[bbno] = log + 1; in xfs_rtmodify_summary() 625 xfs_fileoff_t bbno, /* bitmap block number */ in xfs_rtget_summary() argument 629 xfs_rtsumoff_t so = xfs_rtsumoffs(mp, log, bbno); in xfs_rtget_summary()
|
| H A D | xfs_rtbitmap.h | 397 xfs_fileoff_t bbno, xfs_suminfo_t *sum); 399 xfs_fileoff_t bbno, int delta);
|