Searched refs:xfs_alloc_get_rec (Results 1 – 5 of 5) sorted by relevance
| /linux-6.15/fs/xfs/libxfs/ |
| H A D | xfs_alloc.c | 288 xfs_alloc_get_rec( in xfs_alloc_get_rec() function 1024 error = xfs_alloc_get_rec(cur, &bno, &len, &i); in xfs_alloc_cur_check() 1155 error = xfs_alloc_get_rec(cur, &bno, &len, &i); in xfs_alloc_cntbt_iter() 1176 error = xfs_alloc_get_rec(cur, &bno, &len, &i); in xfs_alloc_cntbt_iter() 1230 error = xfs_alloc_get_rec(ccur, &fbno, &flen, &i); in xfs_alloc_ag_vextent_small() 1351 error = xfs_alloc_get_rec(bno_cur, &fbno, &flen, &i); in xfs_alloc_ag_vextent_exact() 1633 error = xfs_alloc_get_rec(acur->cnt, bno, len, &i); in xfs_alloc_ag_vextent_lastblock() 1848 error = xfs_alloc_get_rec(cnt_cur, &fbno, &flen, &i); in xfs_alloc_ag_vextent_size() 1919 if ((error = xfs_alloc_get_rec(cnt_cur, &fbno, &flen, in xfs_alloc_ag_vextent_size() 2218 if ((error = xfs_alloc_get_rec(bno_cur, &xxbno, &xxlen, in xfs_free_ag_extent() [all …]
|
| H A D | xfs_alloc.h | 180 xfs_alloc_get_rec(
|
| /linux-6.15/fs/xfs/scrub/ |
| H A D | alloc.c | 83 error = xfs_alloc_get_rec(*pcur, &fbno, &flen, &has_otherrec); in xchk_allocbt_xref_other()
|
| H A D | agheader.c | 490 error = xfs_alloc_get_rec(sc->sa.cnt_cur, &agbno, &blocks, &have); in xchk_agf_xref_cntbt()
|
| /linux-6.15/fs/xfs/ |
| H A D | xfs_discard.c | 238 error = xfs_alloc_get_rec(cur, &fbno, &flen, &i); in xfs_trim_gather_extents()
|