Searched refs:bnogt (Results 1 – 1 of 1) sorted by relevance
| /linux/fs/xfs/libxfs/ |
| H A D | xfs_alloc.c | 925 struct xfs_btree_cur *bnogt; member 976 if (!acur->bnogt) in xfs_alloc_cur_setup() 977 acur->bnogt = xfs_bnobt_init_cursor(args->mp, args->tp, in xfs_alloc_cur_setup() 996 if (acur->bnogt) in xfs_alloc_cur_close() 997 xfs_btree_del_cursor(acur->bnogt, cur_error); in xfs_alloc_cur_close() 998 acur->cnt = acur->bnolt = acur->bnogt = NULL; in xfs_alloc_cur_close() 1503 error = xfs_alloc_lookup_ge(acur->bnogt, args->agbno, 0, &i); in xfs_alloc_ag_vextent_locality() 1530 xfs_alloc_cur_active(acur->bnogt) || in xfs_alloc_ag_vextent_locality() 1545 fbcur = acur->bnogt; in xfs_alloc_ag_vextent_locality() 1549 error = xfs_alloc_walk_iter(args, acur, acur->bnogt, true, true, in xfs_alloc_ag_vextent_locality()
|