Home
last modified time | relevance | path

Searched refs:bno_cur_gt (Results 1 – 1 of 1) sorted by relevance

/linux-4.19.296/fs/xfs/libxfs/
Dxfs_alloc.c993 xfs_btree_cur_t *bno_cur_gt; /* cursor for bno btree, right side */ in xfs_alloc_ag_vextent_near() local
1036 bno_cur_gt = NULL; in xfs_alloc_ag_vextent_near()
1211 bno_cur_gt = bno_cur_lt; in xfs_alloc_ag_vextent_near()
1217 else if ((error = xfs_btree_dup_cursor(bno_cur_lt, &bno_cur_gt))) in xfs_alloc_ag_vextent_near()
1223 if ((error = xfs_btree_increment(bno_cur_gt, 0, &i))) in xfs_alloc_ag_vextent_near()
1229 xfs_btree_del_cursor(bno_cur_gt, XFS_BTREE_NOERROR); in xfs_alloc_ag_vextent_near()
1230 bno_cur_gt = NULL; in xfs_alloc_ag_vextent_near()
1254 if (bno_cur_gt) { in xfs_alloc_ag_vextent_near()
1255 if ((error = xfs_alloc_get_rec(bno_cur_gt, &gtbno, &gtlen, &i))) in xfs_alloc_ag_vextent_near()
1262 if ((error = xfs_btree_increment(bno_cur_gt, 0, &i))) in xfs_alloc_ag_vextent_near()
[all …]