Searched refs:xfs_alloc_get_rec (Results 1 – 5 of 5) sorted by relevance
/linux-4.19.296/fs/xfs/libxfs/ |
D | xfs_alloc.c | 212 xfs_alloc_get_rec( in xfs_alloc_get_rec() function 438 if ((error = xfs_alloc_get_rec(cnt_cur, &nfbno1, &nflen1, &i))) in xfs_alloc_fixup_trees() 453 if ((error = xfs_alloc_get_rec(bno_cur, &nfbno1, &nflen1, &i))) in xfs_alloc_fixup_trees() 817 error = xfs_alloc_get_rec(bno_cur, &fbno, &flen, &i); in xfs_alloc_ag_vextent_exact() 918 error = xfs_alloc_get_rec(*scur, sbno, slen, &i); in xfs_alloc_find_best_extent() 1099 if ((error = xfs_alloc_get_rec(cnt_cur, <bno, in xfs_alloc_ag_vextent_near() 1120 if ((error = xfs_alloc_get_rec(cnt_cur, <bno, <len, &i))) in xfs_alloc_ag_vextent_near() 1155 if ((error = xfs_alloc_get_rec(cnt_cur, <bno, <len, &i))) in xfs_alloc_ag_vextent_near() 1239 if ((error = xfs_alloc_get_rec(bno_cur_lt, <bno, <len, &i))) in xfs_alloc_ag_vextent_near() 1255 if ((error = xfs_alloc_get_rec(bno_cur_gt, >bno, >len, &i))) in xfs_alloc_ag_vextent_near() [all …]
|
D | xfs_alloc.h | 215 xfs_alloc_get_rec(
|
/linux-4.19.296/fs/xfs/scrub/ |
D | alloc.c | 69 error = xfs_alloc_get_rec(*pcur, &fbno, &flen, &has_otherrec); in xchk_allocbt_xref_other()
|
D | agheader.c | 410 error = xfs_alloc_get_rec(sc->sa.cnt_cur, &agbno, &blocks, &have); in xchk_agf_xref_cntbt()
|
/linux-4.19.296/fs/xfs/ |
D | xfs_discard.c | 72 error = xfs_alloc_get_rec(cur, &fbno, &flen, &i); in xfs_trim_extents()
|