Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libexacct/common/
H A Dexacct_ops.c1342 ea_object_t *first_obj, *prev_obj, *obj; in ea_get_object_tree() local
1344 first_obj = prev_obj = NULL; in ea_get_object_tree()
1353 if (first_obj != NULL) { in ea_get_object_tree()
1354 ea_free_object(first_obj, EUP_ALLOC); in ea_get_object_tree()
1360 if (first_obj == NULL) { in ea_get_object_tree()
1361 first_obj = obj; in ea_get_object_tree()
1373 ea_free_object(first_obj, EUP_ALLOC); in ea_get_object_tree()
1379 return (first_obj); in ea_get_object_tree()
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Ddsl_dataset.c3264 uint64_t first_obj, uint64_t last_obj, list_t *l, void *tag) in snaplist_make() argument
3271 while (obj != first_obj) { in snaplist_make()
3281 if (first_obj == 0) in snaplist_make()
3282 first_obj = dsl_dir_phys(ds->ds_dir)->dd_origin_obj; in snaplist_make()