Searched refs:new_al (Results 1 – 3 of 3) sorted by relevance
256 am_loc *new_al; in amfs_lookup_one_location() local324 new_al = new_loc(); in amfs_lookup_one_location()325 free_mntfs(new_al->al_mnt); in amfs_lookup_one_location()326 new_al->al_mnt = new_mf; in amfs_lookup_one_location()327 new_al->al_fo = fs_opts; /* now the loc is in charge of free'ing this mem */ in amfs_lookup_one_location()349 return new_al; in amfs_lookup_one_location()445 am_loc *new_al; in amfs_lookup_loc() local479 new_al = amfs_lookup_one_location(new_mp, mf, *cur_ivec, def_opts, pfname); in amfs_lookup_loc()480 if (new_al == NULL) in amfs_lookup_loc()482 al_array[count++] = new_al; in amfs_lookup_loc()
2549 struct ipcp_agg_lattice *new_al;2559 new_al = ipcp_agg_lattice_pool.allocate ();2560 memset (new_al, 0, sizeof (*new_al));2562 new_al->offset = offset;2563 new_al->size = val_size;2564 new_al->contains_variable = pre_existing;2566 new_al->next = **aglat;2567 **aglat = new_al;2623 struct ipcp_agg_lattice *new_al = *dst_aglat;2628 ret |= new_al->set_contains_variable ();[all …]
2605 struct ipcp_agg_lattice *new_al; in merge_agg_lats_step() local2615 new_al = ipcp_agg_lattice_pool.allocate (); in merge_agg_lats_step()2616 memset (new_al, 0, sizeof (*new_al)); in merge_agg_lats_step()2618 new_al->offset = offset; in merge_agg_lats_step()2619 new_al->size = val_size; in merge_agg_lats_step()2620 new_al->contains_variable = pre_existing; in merge_agg_lats_step()2622 new_al->next = **aglat; in merge_agg_lats_step()2623 **aglat = new_al; in merge_agg_lats_step()2679 struct ipcp_agg_lattice *new_al = *dst_aglat; in merge_aggregate_lattices() local2684 ret |= new_al->set_contains_variable (); in merge_aggregate_lattices()[all …]