HomeSort by: relevance | last modified time | path
    Searched refs:overlapped (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/ufs/chfs/
chfs_readinode.c 331 while (this->tmpnode->overlapped) {
334 this->tmpnode->overlapped = 0;
371 /* ... and is good. Kill 'this' and any subsequent nodes which are also overlapped */
397 /* New node entirely overlapped by 'this' */
441 newtd->overlapped = 1;
443 if (!this->tmpnode->overlapped)
448 this->tmpnode->overlapped = 0;
459 this->tmpnode->overlapped = 1;
586 frag_next(newfrag) may be a fragment which is overlapped by it
838 * we don't want to check nodes which have been overlapped by a new nod
    [all...]
chfs.h 207 uint16_t overlapped; /* is overlapped */ member in struct:chfs_tmp_dnode

Completed in 13 milliseconds