Searched refs:SFSYNC (Results 1 – 11 of 11) sorted by relevance
69 SFSYNC(f);
98 { if(SFSYNC(f) < 0)
50 if(SFSYNC(f) < 0)
124 { if(SFSYNC(head) < 0)331 if(f->next > f->data && SFSYNC(f) < 0) /* start f clean */
169 SFSYNC(f->pool->sf[0]);
145 if(f->next > f->data && SFSYNC(f) < 0 )
146 { (void)SFSYNC(f); /* do a silent buffer synch */
155 if(f->next > f->data && SFSYNC(f) < 0)
89 { if(SFSYNC(f) < 0)
145 SFLOCK(f,local); rv = SFSYNC(f); SFOPEN(f,local);
891 #define SFSYNC(f) (SETLOCAL(f),sfsync(f)) macro