Searched refs:fbno (Results 1 – 9 of 9) sorted by relevance
| /linux/fs/xfs/ |
| H A D | xfs_discard.c | 223 xfs_agblock_t fbno; in xfs_trim_gather_extents() local 226 error = xfs_alloc_get_rec(cur, &fbno, &flen, &i); in xfs_trim_gather_extents() 240 tcur->start = fbno; in xfs_trim_gather_extents() 250 if (fbno + flen < tcur->start) { in xfs_trim_gather_extents() 251 trace_xfs_discard_exclude(pag_group(pag), fbno, flen); in xfs_trim_gather_extents() 254 if (fbno > tcur->end) { in xfs_trim_gather_extents() 255 trace_xfs_discard_exclude(pag_group(pag), fbno, flen); in xfs_trim_gather_extents() 264 if (fbno < tcur->start) { in xfs_trim_gather_extents() 265 flen -= tcur->start - fbno; in xfs_trim_gather_extents() 266 fbno = tcur->start; in xfs_trim_gather_extents() [all …]
|
| H A D | xfs_extent_busy.h | 53 void xfs_extent_busy_reuse(struct xfs_group *xg, xfs_agblock_t fbno,
|
| H A D | xfs_fsmap.c | 215 xfs_agblock_t fbno; in xfs_getfsmap_is_shared() local 231 XFS_BB_TO_FSBT(mp, frec->len_daddr), &fbno, &flen, in xfs_getfsmap_is_shared()
|
| /linux/fs/xfs/scrub/ |
| H A D | alloc.c | 63 xfs_agblock_t fbno; in xchk_allocbt_xref_other() local 83 error = xfs_alloc_get_rec(*pcur, &fbno, &flen, &has_otherrec); in xchk_allocbt_xref_other() 91 if (fbno != agbno || flen != len) in xchk_allocbt_xref_other()
|
| H A D | rtrmap.c | 180 xfs_rgblock_t fbno; in xchk_rtrmapbt_xref_rtrefc() local 198 irec->rm_blockcount, &fbno, &flen, false); in xchk_rtrmapbt_xref_rtrefc()
|
| H A D | rmap.c | 84 xfs_agblock_t fbno; in xchk_rmapbt_xref_refc() local 102 irec->rm_blockcount, &fbno, &flen, false); in xchk_rmapbt_xref_refc()
|
| /linux/fs/xfs/libxfs/ |
| H A D | xfs_dir2_priv.h | 99 xfs_ino_t owner, xfs_dablk_t fbno, struct xfs_buf **bpp); 101 xfs_ino_t owner, xfs_dablk_t fbno, struct xfs_buf **bpp); 159 xfs_ino_t owner, xfs_dablk_t fbno, struct xfs_buf **bpp);
|
| H A D | xfs_refcount.c | 1642 xfs_agblock_t *fbno, in xfs_refcount_find_shared() argument 1654 *fbno = NULLAGBLOCK; in xfs_refcount_find_shared() 1710 *fbno = tmp.rc_startblock; in xfs_refcount_find_shared() 1711 *flen = min(tmp.rc_blockcount, agbno + aglen - *fbno); in xfs_refcount_find_shared() 1716 while (*fbno + *flen < agbno + aglen) { in xfs_refcount_find_shared() 1732 tmp.rc_startblock != *fbno + *flen) in xfs_refcount_find_shared() 1734 *flen = min(*flen + tmp.rc_blockcount, agbno + aglen - *fbno); in xfs_refcount_find_shared() 1738 trace_xfs_refcount_find_shared_result(cur, *fbno, *flen); in xfs_refcount_find_shared()
|
| H A D | xfs_refcount.h | 90 xfs_agblock_t agbno, xfs_extlen_t aglen, xfs_agblock_t *fbno,
|