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.c1439 ((!NFSHASINT(nmp) || !NFSHASNFSV4N(nmp)) && in nfsrpc_setattr()
1442 } else if (error == NFSERR_BADSTATEID && NFSHASINT(nmp) && in nfsrpc_setattr()
1849 ((!NFSHASINT(nmp) || !NFSHASNFSV4N(nmp)) && in nfsrpc_read()
1852 } else if (error == NFSERR_BADSTATEID && NFSHASINT(nmp) && in nfsrpc_read()
2025 ((!NFSHASINT(nmp) || !NFSHASNFSV4N(nmp)) && in nfsrpc_write()
2028 } else if (error == NFSERR_BADSTATEID && NFSHASINT(nmp) && in nfsrpc_write()
2326 } else if ((error == NFSERR_EXPIRED || (!NFSHASINT(nmp) && in nfsrpc_deallocate()
2329 } else if (error == NFSERR_BADSTATEID && NFSHASINT(nmp)) { in nfsrpc_deallocate()
7931 } else if ((error == NFSERR_EXPIRED || (!NFSHASINT(nmp) && in nfsrpc_allocate()
7934 } else if (error == NFSERR_BADSTATEID && NFSHASINT(nmp)) { in nfsrpc_allocate()
[all …]
/freebsd/sys/fs/nfs/
H A Dnfsport.h1060 #define NFSHASINT(n) ((n)->nm_flag & NFSMNT_INT) macro
H A Dnfs_commonkrpc.c715 if (nmp != NULL && td != NULL && NFSHASINT(nmp)) { in newnfs_request()