Searched refs:SF_SEQUENTIAL (Results 1 – 3 of 3) sorted by relevance
111 fr->bits |= SF_SEQUENTIAL; /* sequentially access data */227 if((fr->bits&SF_SEQUENTIAL) && (fr->data))229 fr->bits &= ~SF_SEQUENTIAL;
191 { if(f->bits&SF_SEQUENTIAL)
490 #define SF_SEQUENTIAL 00000020 /* sequential access */ macro