Home
last modified time | relevance | path

Searched refs:nfs_can_squish (Results 1 – 1 of 1) sorted by relevance

/xnu-8020.101.4/bsd/nfs/
H A Dnfs_socket.c190 int nfs_can_squish(struct nfsmount *);
711 timeo.tv_sec = (NMFLAG(nmp, SOFT) || nfs_can_squish(nmp)) ? 5 : 60; in nfs_socket_options()
5353 if (!(NMFLAG(nmp, SOFT) || (req->r_flags & R_SOFT)) && !nfs_can_squish(nmp)) { in nfs_request_timer()
6134 nfs_can_squish(struct nfsmount *nmp) in nfs_can_squish() function
6191 if (!nfs_can_squish(nmp)) { in nfs_is_squishy()
6274 nfs_can_squish(nmp) || nmp->nm_deadtimeout); in nfs_use_cache()