HomeSort by: relevance | last modified time | path
    Searched defs:writes_todo (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/nfs/
nfs_syscalls.c 602 int error = 0, cacherep, siz, sotype, writes_todo; local in function:nfssvc_nfsd
608 writes_todo = 0;
694 writes_todo = 0;
704 writes_todo = 1;
773 if (writes_todo || nd == NULL ||
871 writes_todo = 1;
873 writes_todo = 0;
875 } while (writes_todo);

Completed in 11 milliseconds