Home
last modified time | relevance | path

Searched refs:nfs_client (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_state.c1684 nfs_client_id4 *nfs_client = key; in nfsclnt_compare() local
1686 if (cp->rc_nfs_client.id_len != nfs_client->id_len) in nfsclnt_compare()
1689 return (bcmp(cp->rc_nfs_client.id_val, nfs_client->id_val, in nfsclnt_compare()
1690 nfs_client->id_len) == 0); in nfsclnt_compare()
/illumos-gate/usr/src/uts/common/
H A DMakefile.files1108 NFS_OBJS += nfs_client.o nfs_common.o nfs_dump.o \