/src/sys/nfs/ |
nfs_bio.c | 944 bool stalewriteverf = false; local in function:nfs_doio_write 1086 error = nfs_writerpc(vp, uiop, &iomode, pageprotected, &stalewriteverf); 1106 stalewriteverf = true; 1147 if (stalewriteverf) { 1174 bool stalewriteverf; local in function:nfs_doio_phys 1180 error = nfs_writerpc(vp, uiop, &iomode, false, &stalewriteverf); 1182 if (stalewriteverf) {
|
nfs_bio.c | 944 bool stalewriteverf = false; local in function:nfs_doio_write 1086 error = nfs_writerpc(vp, uiop, &iomode, pageprotected, &stalewriteverf); 1106 stalewriteverf = true; 1147 if (stalewriteverf) { 1174 bool stalewriteverf; local in function:nfs_doio_phys 1180 error = nfs_writerpc(vp, uiop, &iomode, false, &stalewriteverf); 1182 if (stalewriteverf) {
|
nfs_vnops.c | 1264 bool stalewriteverf = false; local in function:nfs_writerpc 1375 stalewriteverf = true; 1392 if (stalewriteverf) { 1394 stalewriteverf = false;
|
nfs_vnops.c | 1264 bool stalewriteverf = false; local in function:nfs_writerpc 1375 stalewriteverf = true; 1392 if (stalewriteverf) { 1394 stalewriteverf = false;
|