Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/pcfs/
H A Dpc_alloc.c511 pc_cluster32_t startcl, pc_cluster32_t *ncl) in pc_fileclsize() argument
516 for (count = 0; pc_validcl(fsp, startcl); in pc_fileclsize()
517 startcl = pc_getcluster(fsp, startcl)) { in pc_fileclsize()