Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/lvm2/dist/lib/metadata/
H A Dlv_manip.c1192 uint32_t new_extents, in _allocate() argument
1205 if (allocated >= new_extents && !ah->log_count) { in _allocate()
1252 prev_lvseg, &allocated, new_extents)) in _allocate()
1254 if ((allocated == new_extents) || (ah->alloc == alloc) || in _allocate()
1259 if (allocated != new_extents) { in _allocate()
1264 (new_extents - allocated) * ah->area_count in _allocate()
/netbsd-src/external/gpl3/gcc/dist/gcc/analyzer/
H A Ddiagnostic-manager.cc1954 const svalue *new_extents in add_events_for_eedge() local
1956 if (old_extents == NULL && new_extents != NULL) in add_events_for_eedge()