Searched refs:writecount (Results 1 – 6 of 6) sorted by relevance
229 void detecthits(fd, writecount) in detecthits() argument230 int fd, writecount; in detecthits()237 if (hits > writecount) {
171 int i, writecount; in coff_load_file() local184 error = VOP_GET_WRITECOUNT(vp, &writecount); in coff_load_file()187 if (writecount != 0) { in coff_load_file()
1419 int error, writecount; local1464 error = VOP_GET_WRITECOUNT(vp, &writecount);1467 if (writecount != 0)
683 OUT int *writecount;
3422 XV_COPY(writecount); in sysctl_vnode()
249 int error, locked, writecount; in linux_uselib() local279 error = VOP_GET_WRITECOUNT(vp, &writecount); in linux_uselib()282 if (writecount != 0) { in linux_uselib()