Searched refs:zero_timeout (Results 1 – 6 of 6) sorted by relevance
/titanic_41/usr/src/stand/lib/fs/nfs/ |
H A D | getdents.c | 97 struct timeval zero_timeout = {0, 0}; /* default */ in nfsgetdents() local 136 xdr_readdirres, (caddr_t)&res, zero_timeout); in nfsgetdents()
|
H A D | getdents3.c | 97 struct timeval zero_timeout = {0, 0}; /* default */ in nfs3getdents() local 137 xdr_READDIR3res, (caddr_t)&res, zero_timeout); in nfs3getdents()
|
H A D | nfs3ops.c | 351 struct timeval zero_timeout = {0, 0}; /* default */ in nfs3lookup() local 368 zero_timeout); in nfs3lookup() 409 struct timeval zero_timeout = {0, 0}; /* default */ in nfs3getsymlink() local 428 xdr_READLINK3res, (caddr_t)&linkres, zero_timeout); in nfs3getsymlink()
|
H A D | nfs2ops.c | 51 static struct timeval zero_timeout = {0, 0}; /* default */ variable 323 zero_timeout); in nfslookup() 359 xdr_readlinkres, (caddr_t)&linkres, zero_timeout); in nfsgetsymlink()
|
H A D | nfs4ops.c | 51 static struct timeval zero_timeout = {0, 0}; /* default */ variable 228 (caddr_t)&getattrres, zero_timeout); in nfs4getattr() 441 (caddr_t)&lookupres, zero_timeout); in nfs4lookup() 545 (caddr_t)&lookupres, zero_timeout); in nfs4lookupp() 623 (caddr_t)&readlinkres, zero_timeout); in nfs4getsymlink()
|
H A D | getdents4.c | 98 struct timeval zero_timeout = {0, 0}; /* default */ in nfs4getdents() local 157 xdr_readdir4_res, (caddr_t)&readdir_res, zero_timeout); in nfs4getdents()
|