Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/lvm/md/
H A Dmd_names.c252 size_t needed_space) in create_record() argument
288 used_size += needed_space; in create_record()
465 size_t needed_space; in alloc_entry() local
472 needed_space = ((shared & NM_SHARED) ? in alloc_entry()
476 needed_space = ((shared & NM_SHARED) ? in alloc_entry()
480 needed_space = roundup(needed_space, sizeof (uint_t)); in alloc_entry()
505 needed_space) { in alloc_entry()
508 this_rh->r_used_size += (uint_t)needed_space; in alloc_entry()