Searched refs:bno_cur_gt (Results 1 – 1 of 1) sorted by relevance
/fs/xfs/libxfs/ |
D | xfs_alloc.c | 1094 xfs_btree_cur_t *bno_cur_gt; /* cursor for bno btree, right side */ in xfs_alloc_ag_vextent_near() local 1137 bno_cur_gt = NULL; in xfs_alloc_ag_vextent_near() 1312 bno_cur_gt = bno_cur_lt; in xfs_alloc_ag_vextent_near() 1318 else if ((error = xfs_btree_dup_cursor(bno_cur_lt, &bno_cur_gt))) in xfs_alloc_ag_vextent_near() 1324 if ((error = xfs_btree_increment(bno_cur_gt, 0, &i))) in xfs_alloc_ag_vextent_near() 1330 xfs_btree_del_cursor(bno_cur_gt, XFS_BTREE_NOERROR); in xfs_alloc_ag_vextent_near() 1331 bno_cur_gt = NULL; in xfs_alloc_ag_vextent_near() 1355 if (bno_cur_gt) { in xfs_alloc_ag_vextent_near() 1356 if ((error = xfs_alloc_get_rec(bno_cur_gt, >bno, >len, &i))) in xfs_alloc_ag_vextent_near() 1363 if ((error = xfs_btree_increment(bno_cur_gt, 0, &i))) in xfs_alloc_ag_vextent_near() [all …]
|