Home
last modified time | relevance | path

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

/freebsd-14.2/sys/fs/nfsclient/
H A Dnfs_clrpcops.c1434 ((!NFSHASINT(nmp) || !NFSHASNFSV4N(nmp)) && in nfsrpc_setattr()
1437 } else if (error == NFSERR_BADSTATEID && NFSHASINT(nmp) && in nfsrpc_setattr()
1844 ((!NFSHASINT(nmp) || !NFSHASNFSV4N(nmp)) && in nfsrpc_read()
1847 } else if (error == NFSERR_BADSTATEID && NFSHASINT(nmp) && in nfsrpc_read()
2020 ((!NFSHASINT(nmp) || !NFSHASNFSV4N(nmp)) && in nfsrpc_write()
2023 } else if (error == NFSERR_BADSTATEID && NFSHASINT(nmp) && in nfsrpc_write()
2321 } else if ((error == NFSERR_EXPIRED || (!NFSHASINT(nmp) && in nfsrpc_deallocate()
2324 } else if (error == NFSERR_BADSTATEID && NFSHASINT(nmp)) { in nfsrpc_deallocate()
7714 } else if ((error == NFSERR_EXPIRED || (!NFSHASINT(nmp) && in nfsrpc_allocate()
7717 } else if (error == NFSERR_BADSTATEID && NFSHASINT(nmp)) { in nfsrpc_allocate()
[all …]
/freebsd-14.2/sys/fs/nfs/
H A Dnfsport.h1064 #define NFSHASINT(n) ((n)->nm_flag & NFSMNT_INT) macro
H A Dnfs_commonkrpc.c714 if (nmp != NULL && td != NULL && NFSHASINT(nmp)) { in newnfs_request()