Searched refs:bnogt (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.1/fs/xfs/libxfs/ |
D | xfs_alloc.c | 751 struct xfs_btree_cur *bnogt; member 804 if (!acur->bnogt) in xfs_alloc_cur_setup() 805 acur->bnogt = xfs_allocbt_init_cursor(args->mp, args->tp, in xfs_alloc_cur_setup() 824 if (acur->bnogt) in xfs_alloc_cur_close() 825 xfs_btree_del_cursor(acur->bnogt, cur_error); in xfs_alloc_cur_close() 826 acur->cnt = acur->bnolt = acur->bnogt = NULL; in xfs_alloc_cur_close() 1402 error = xfs_alloc_lookup_ge(acur->bnogt, args->agbno, 0, &i); in xfs_alloc_ag_vextent_locality() 1429 xfs_alloc_cur_active(acur->bnogt) || in xfs_alloc_ag_vextent_locality() 1444 fbcur = acur->bnogt; in xfs_alloc_ag_vextent_locality() 1448 error = xfs_alloc_walk_iter(args, acur, acur->bnogt, true, true, in xfs_alloc_ag_vextent_locality()
|