Searched refs:bbno (Results 1 - 4 of 4) sorted by relevance

/linux-master/fs/xfs/
H A Dxfs_extent_busy.c160 xfs_agblock_t bbno = busyp->bno; variable
161 xfs_agblock_t bend = bbno + busyp->length;
186 if (bbno < fbno && bend > fend) {
189 * bbno bend
205 } else if (bbno >= fbno && bend <= fend) {
208 * bbno bend
214 * bbno bend
220 * bbno bend
226 * bbno bend
250 * bbno ben
315 xfs_agblock_t bbno = busyp->bno; local
367 xfs_agblock_t bbno = busyp->bno; local
[all...]
H A Dxfs_rtalloc.c30 * by low and high, for the bitmap block bbno.
37 xfs_fileoff_t bbno, /* bitmap block number */
45 /* There are no extents at levels >= m_rsum_cache[bbno]. */
47 high = min(high, mp->m_rsum_cache[bbno] - 1);
61 error = xfs_rtget_summary(args, log, bbno, &sum);
79 if (mp->m_rsum_cache && log + 1 < mp->m_rsum_cache[bbno])
80 mp->m_rsum_cache[bbno] = log + 1;
94 xfs_fileoff_t bbno; /* bitmap block number */ local
100 for (bbno = oargs->mp->m_sb.sb_rbmblocks - 1;
101 (xfs_srtblock_t)bbno >
33 xfs_rtany_summary( struct xfs_rtalloc_args *args, int low, int high, xfs_fileoff_t bbno, int *maxlog) argument
220 xfs_rtallocate_extent_block( struct xfs_rtalloc_args *args, xfs_fileoff_t bbno, xfs_rtxlen_t minlen, xfs_rtxlen_t maxlen, xfs_rtxlen_t *len, xfs_rtxnum_t *nextp, xfs_rtxlen_t prod, xfs_rtxnum_t *rtx) argument
401 xfs_fileoff_t bbno; /* bitmap block number */ local
[all...]
/linux-master/fs/xfs/libxfs/
H A Dxfs_rtbitmap.c469 xfs_fileoff_t bbno, /* bitmap block number */
473 xfs_rtsumoff_t so = xfs_rtsumoffs(mp, log, bbno);
486 if (val == 0 && log + 1 == mp->m_rsum_cache[bbno])
487 mp->m_rsum_cache[bbno] = log;
488 if (val != 0 && log >= mp->m_rsum_cache[bbno])
489 mp->m_rsum_cache[bbno] = log + 1;
504 xfs_fileoff_t bbno, /* bitmap block number */
508 xfs_rtsumoff_t so = xfs_rtsumoffs(mp, log, bbno);
466 xfs_rtmodify_summary( struct xfs_rtalloc_args *args, int log, xfs_fileoff_t bbno, int delta) argument
501 xfs_rtget_summary( struct xfs_rtalloc_args *args, int log, xfs_fileoff_t bbno, xfs_suminfo_t *sum) argument
H A Dxfs_rtbitmap.h325 xfs_fileoff_t bbno, xfs_suminfo_t *sum);
327 xfs_fileoff_t bbno, int delta);

Completed in 110 milliseconds