Searched defs:csfragfree (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/fs.d/ufs/mkfs/
H A Dmkfs.c4308 struct csfrag *csfragfree; /* frags that are free */ variable in typeref:struct:csfrag
4585 * A fragment is allocated if it is either in the csfragfree list or, it is
4597 for (cfp = csfragfree; cfp != NULL && frag >= cfp->ofrag;
4621 * csfragfree, and csfragino initialized, and the caller is responsible for
4896 while ((cfp = csfragfree) != NULL) {
4898 delcsfrag(cfp->ofrag, &csfragfree);
4905 * move it from the "as-yet-unclassified" list to the csfragfree list.
4920 addcsfrag(cfp->ino, cfp->ofrag, &csfragfree);
5048 for (cfp = csfragfree; cfp; cfp = cfp->next)

Completed in 72 milliseconds