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.c1380 ((!NFSHASINT(nmp) || !NFSHASNFSV4N(nmp)) && in nfsrpc_setattr()
1383 } else if (error == NFSERR_BADSTATEID && NFSHASINT(nmp) && in nfsrpc_setattr()
1795 ((!NFSHASINT(nmp) || !NFSHASNFSV4N(nmp)) && in nfsrpc_read()
1798 } else if (error == NFSERR_BADSTATEID && NFSHASINT(nmp) && in nfsrpc_read()
2010 ((!NFSHASINT(nmp) || !NFSHASNFSV4N(nmp)) && in nfsrpc_write()
2013 } else if (error == NFSERR_BADSTATEID && NFSHASINT(nmp) && in nfsrpc_write()
2336 } else if ((error == NFSERR_EXPIRED || (!NFSHASINT(nmp) && in nfsrpc_deallocate()
2339 } else if (error == NFSERR_BADSTATEID && NFSHASINT(nmp)) { in nfsrpc_deallocate()
8023 } else if ((error == NFSERR_EXPIRED || (!NFSHASINT(nmp) && in nfsrpc_allocate()
8026 } 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.c765 if (nmp != NULL && td != NULL && NFSHASINT(nmp)) { in newnfs_request()