/src/sys/fs/nfs/client/ |
nfs_clbio.c | 1298 int error = 0, slpflag, slptimeo; local in function:ncl_vinvalbuf 1308 slpflag = PCATCH; 1311 slpflag = 0; 1342 error = vinvalbuf(vp, flags, slpflag, 0); 1379 int slpflag = 0; local in function:ncl_asyncio 1404 slpflag = PCATCH; 1461 &ncl_iod_mutex, slpflag | PRIBIO, "nfsaio", 1469 if (slpflag == PCATCH) { 1470 slpflag = 0;
|
nfs_clbio.c | 1298 int error = 0, slpflag, slptimeo; local in function:ncl_vinvalbuf 1308 slpflag = PCATCH; 1311 slpflag = 0; 1342 error = vinvalbuf(vp, flags, slpflag, 0); 1379 int slpflag = 0; local in function:ncl_asyncio 1404 slpflag = PCATCH; 1461 &ncl_iod_mutex, slpflag | PRIBIO, "nfsaio", 1469 if (slpflag == PCATCH) { 1470 slpflag = 0;
|
nfs_clvnops.c | 2646 int error = 0, slptimeo = 0, slpflag = 0, retv, bvecpos; local in function:ncl_flush 2661 slpflag = PCATCH; 2846 BO_LOCKPTR(bo), "nfsfsync", slpflag, slptimeo); 2867 if (slpflag == PCATCH) { 2868 slpflag = 0; 2899 error = bufobj_wwait(bo, slpflag, slptimeo); 2913 if (slpflag == PCATCH) { 2914 slpflag = 0; 2932 &np->n_mtx, slpflag | (PRIBIO + 1),
|
nfs_clvnops.c | 2646 int error = 0, slptimeo = 0, slpflag = 0, retv, bvecpos; local in function:ncl_flush 2661 slpflag = PCATCH; 2846 BO_LOCKPTR(bo), "nfsfsync", slpflag, slptimeo); 2867 if (slpflag == PCATCH) { 2868 slpflag = 0; 2899 error = bufobj_wwait(bo, slpflag, slptimeo); 2913 if (slpflag == PCATCH) { 2914 slpflag = 0; 2932 &np->n_mtx, slpflag | (PRIBIO + 1),
|