Searched refs:gtbno (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.4/fs/xfs/libxfs/ |
D | xfs_alloc.c | 1094 xfs_agblock_t gtbno; /* start bno of right side entry */ in xfs_alloc_ag_vextent_near() local 1353 if ((error = xfs_alloc_get_rec(bno_cur_gt, >bno, >len, &i))) in xfs_alloc_ag_vextent_near() 1356 busy |= xfs_alloc_compute_aligned(args, gtbno, gtlen, in xfs_alloc_ag_vextent_near() 1386 ltdiff, >bno, >len, in xfs_alloc_ag_vextent_near() 1437 ltbno = gtbno; in xfs_alloc_ag_vextent_near() 1699 xfs_agblock_t gtbno; /* start of right neighbor */ in xfs_free_ag_extent() local 1761 if ((error = xfs_alloc_get_rec(bno_cur, >bno, >len, &i))) in xfs_free_ag_extent() 1767 if (bno + len < gtbno) in xfs_free_ag_extent() 1775 XFS_WANT_CORRUPTED_GOTO(mp, gtbno >= bno + len, error0); in xfs_free_ag_extent() 1799 if ((error = xfs_alloc_lookup_eq(cnt_cur, gtbno, gtlen, &i))) in xfs_free_ag_extent() [all …]
|