Searched refs:bnogt (Results 1 – 1 of 1) sorted by relevance
| /Linux-v5.15/fs/xfs/libxfs/ |
| D | xfs_alloc.c | 737 struct xfs_btree_cur *bnogt; member 790 if (!acur->bnogt) in xfs_alloc_cur_setup() 791 acur->bnogt = xfs_allocbt_init_cursor(args->mp, args->tp, in xfs_alloc_cur_setup() 810 if (acur->bnogt) in xfs_alloc_cur_close() 811 xfs_btree_del_cursor(acur->bnogt, cur_error); in xfs_alloc_cur_close() 812 acur->cnt = acur->bnolt = acur->bnogt = NULL; in xfs_alloc_cur_close() 1387 error = xfs_alloc_lookup_ge(acur->bnogt, args->agbno, 0, &i); in xfs_alloc_ag_vextent_locality() 1414 xfs_alloc_cur_active(acur->bnogt) || in xfs_alloc_ag_vextent_locality() 1429 fbcur = acur->bnogt; in xfs_alloc_ag_vextent_locality() 1433 error = xfs_alloc_walk_iter(args, acur, acur->bnogt, true, true, in xfs_alloc_ag_vextent_locality()
|