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

/illumos-gate/usr/src/cmd/fs.d/ufs/mkfs/
H A Dmkfs.c4307 struct csfrag *csfragino; /* frags belonging to an inode */ variable in typeref:struct:csfrag
4431 * (csfrag) and add them to the "owned-by-inode" list (csfragino).
4452 addcsfrag(ino, frag, &csfragino);
4473 * generic csfrag list onto the `owned-by-inode' list csfragino.
4529 if ((cfp = findcsfrag(*db, &csfragino)) == NULL)
4545 for (cfp = csfragino; cfp; cfp = cfp->next) {
4586 * in the csfragino list and has new frags associated with it.
4602 for (cfp = csfragino; cfp != NULL && frag >= cfp->ofrag;
4621 * csfragfree, and csfragino initialized, and the caller is responsible for
4861 * Check if all fragments in the `csfragino' lis
[all...]

Completed in 72 milliseconds