Searched refs:bnogt (Results 1 – 1 of 1) sorted by relevance
/linux/fs/xfs/libxfs/ |
H A D | xfs_alloc.c | 927 struct xfs_btree_cur *bnogt; member 978 if (!acur->bnogt) in xfs_alloc_cur_setup() 979 acur->bnogt = xfs_bnobt_init_cursor(args->mp, args->tp, in xfs_alloc_cur_setup() 998 if (acur->bnogt) in xfs_alloc_cur_close() 999 xfs_btree_del_cursor(acur->bnogt, cur_error); in xfs_alloc_cur_close() 1000 acur->cnt = acur->bnolt = acur->bnogt = NULL; in xfs_alloc_cur_close() 1505 error = xfs_alloc_lookup_ge(acur->bnogt, args->agbno, 0, &i); in xfs_alloc_ag_vextent_locality() 1532 xfs_alloc_cur_active(acur->bnogt) || in xfs_alloc_ag_vextent_locality() 1547 fbcur = acur->bnogt; in xfs_alloc_ag_vextent_locality() 1551 error = xfs_alloc_walk_iter(args, acur, acur->bnogt, true, true, in xfs_alloc_ag_vextent_locality()
|