Searched refs:xfs_alloc_get_rec (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/fs/xfs/libxfs/ |
H A D | xfs_alloc.c | 226 xfs_alloc_get_rec( in xfs_alloc_get_rec() function 452 if ((error = xfs_alloc_get_rec(cnt_cur, &nfbno1, &nflen1, &i))) in xfs_alloc_fixup_trees() 471 if ((error = xfs_alloc_get_rec(bno_cur, &nfbno1, &nflen1, &i))) in xfs_alloc_fixup_trees() 839 error = xfs_alloc_get_rec(cur, &bno, &len, &i); in xfs_alloc_cur_check() 971 error = xfs_alloc_get_rec(cur, &bno, &len, &i); in xfs_alloc_cntbt_iter() 992 error = xfs_alloc_get_rec(cur, &bno, &len, &i); in xfs_alloc_cntbt_iter() 1046 error = xfs_alloc_get_rec(ccur, &fbno, &flen, &i); in xfs_alloc_ag_vextent_small() 1237 error = xfs_alloc_get_rec(bno_cur, &fbno, &flen, &i); in xfs_alloc_ag_vextent_exact() 1518 error = xfs_alloc_get_rec(acur->cnt, bno, len, &i); in xfs_alloc_ag_vextent_lastblock() 1714 error = xfs_alloc_get_rec(cnt_cu in xfs_alloc_ag_vextent_size() [all...] |
H A D | xfs_alloc.h | 201 xfs_alloc_get_rec(
|
/kernel/linux/linux-6.6/fs/xfs/libxfs/ |
H A D | xfs_alloc.c | 286 xfs_alloc_get_rec( in xfs_alloc_get_rec() function 497 if ((error = xfs_alloc_get_rec(cnt_cur, &nfbno1, &nflen1, &i))) in xfs_alloc_fixup_trees() 516 if ((error = xfs_alloc_get_rec(bno_cur, &nfbno1, &nflen1, &i))) in xfs_alloc_fixup_trees() 893 error = xfs_alloc_get_rec(cur, &bno, &len, &i); in xfs_alloc_cur_check() 1024 error = xfs_alloc_get_rec(cur, &bno, &len, &i); in xfs_alloc_cntbt_iter() 1045 error = xfs_alloc_get_rec(cur, &bno, &len, &i); in xfs_alloc_cntbt_iter() 1099 error = xfs_alloc_get_rec(ccur, &fbno, &flen, &i); in xfs_alloc_ag_vextent_small() 1219 error = xfs_alloc_get_rec(bno_cur, &fbno, &flen, &i); in xfs_alloc_ag_vextent_exact() 1499 error = xfs_alloc_get_rec(acur->cnt, bno, len, &i); in xfs_alloc_ag_vextent_lastblock() 1711 error = xfs_alloc_get_rec(cnt_cu in xfs_alloc_ag_vextent_size() [all...] |
H A D | xfs_alloc.h | 179 xfs_alloc_get_rec(
|
/kernel/linux/linux-5.10/fs/xfs/scrub/ |
H A D | alloc.c | 62 error = xfs_alloc_get_rec(*pcur, &fbno, &flen, &has_otherrec); in xchk_allocbt_xref_other()
|
H A D | agheader.c | 401 error = xfs_alloc_get_rec(sc->sa.cnt_cur, &agbno, &blocks, &have); in xchk_agf_xref_cntbt()
|
/kernel/linux/linux-5.10/fs/xfs/ |
H A D | xfs_discard.c | 72 error = xfs_alloc_get_rec(cur, &fbno, &flen, &i); in xfs_trim_extents()
|
/kernel/linux/linux-6.6/fs/xfs/scrub/ |
H A D | alloc.c | 71 error = xfs_alloc_get_rec(*pcur, &fbno, &flen, &has_otherrec); in xchk_allocbt_xref_other()
|
H A D | agheader.c | 423 error = xfs_alloc_get_rec(sc->sa.cnt_cur, &agbno, &blocks, &have); in xchk_agf_xref_cntbt()
|
/kernel/linux/linux-6.6/fs/xfs/ |
H A D | xfs_discard.c | 203 error = xfs_alloc_get_rec(cur, &fbno, &flen, &i); in xfs_trim_gather_extents()
|
Completed in 11 milliseconds