freebsd-nq/sys/fs/nfs
Ryan Moeller 245bfd34da Deduplicate fsid comparisons
Comparing fsid_t objects requires internal knowledge of the fsid structure
and yet this is duplicated across a number of places in the code.

Simplify by creating a fsidcmp function (macro).

Reviewed by:	mjg, rmacklem
Approved by:	mav (mentor)
MFC after:	1 week
Sponsored by:	iXsystems, Inc.
Differential Revision:	https://reviews.freebsd.org/D24749
2020-05-21 01:55:35 +00:00
..
nfs_commonacl.c nfs: Remove APPLESTATIC macro 2020-05-12 13:23:25 +00:00
nfs_commonkrpc.c Replace mbuf macros with the code they would generate in the NFS code. 2020-04-11 23:37:58 +00:00
nfs_commonport.c Remove the old NFS lock device driver that uses Giant. 2020-04-09 14:44:46 +00:00
nfs_commonsubs.c Add a function nfsm_set() to initialize "struct nfsrv_descript" for building 2020-05-18 00:07:45 +00:00
nfs_var.h Add a function nfsm_set() to initialize "struct nfsrv_descript" for building 2020-05-18 00:07:45 +00:00
nfs.h Replace all instances of the typedef mbuf_t with "struct mbuf *". 2020-04-17 21:17:51 +00:00
nfscl.h
nfsclstate.h
nfsdport.h Deduplicate fsid comparisons 2020-05-21 01:55:35 +00:00
nfskpiport.h Get rid of uio_XXX macros used for the Mac OS/X port. 2020-04-28 02:11:02 +00:00
nfsm_subs.h Replace mbuf macros with the code they would generate in the NFS code. 2020-04-11 20:57:15 +00:00
nfsport.h Remove unused header for DES. 2020-05-13 18:35:02 +00:00
nfsproto.h
nfsrvcache.h Replace all instances of the typedef mbuf_t with "struct mbuf *". 2020-04-17 21:17:51 +00:00
nfsrvstate.h
nfsv4_errstr.h
rpcv2.h
xdr_subs.h