Home
last modified time | relevance | path

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

/freebsd/sys/fs/nfsclient/
H A Dnfs_clrpcops.c1400 ((!NFSHASINT(nmp) || !NFSHASNFSV4N(nmp)) && in nfsrpc_setattr()
1403 } else if (error == NFSERR_BADSTATEID && NFSHASINT(nmp) && in nfsrpc_setattr()
1810 ((!NFSHASINT(nmp) || !NFSHASNFSV4N(nmp)) && in nfsrpc_read()
1813 } else if (error == NFSERR_BADSTATEID && NFSHASINT(nmp) && in nfsrpc_read()
1986 ((!NFSHASINT(nmp) || !NFSHASNFSV4N(nmp)) && in nfsrpc_write()
1989 } else if (error == NFSERR_BADSTATEID && NFSHASINT(nmp) && in nfsrpc_write()
2287 } else if ((error == NFSERR_EXPIRED || (!NFSHASINT(nmp) && in nfsrpc_deallocate()
2290 } else if (error == NFSERR_BADSTATEID && NFSHASINT(nmp)) { in nfsrpc_deallocate()
7892 } else if ((error == NFSERR_EXPIRED || (!NFSHASINT(nmp) && in nfsrpc_allocate()
7895 } else if (error == NFSERR_BADSTATEID && NFSHASINT(nmp)) { in nfsrpc_allocate()
[all …]
/freebsd/sys/fs/nfs/
H A Dnfsport.h1046 #define NFSHASINT(n) ((n)->nm_flag & NFSMNT_INT) macro
H A Dnfs_commonkrpc.c717 if (nmp != NULL && td != NULL && NFSHASINT(nmp)) { in newnfs_request()