Searched defs:fh2 (Results 1 - 5 of 5) sorted by relevance
| /illumos-gate/usr/src/cmd/fs.d/nfs/nfslog/ |
| H A D | fhtab.c | 88 static int fh_compare(fhandle_t *fh1, fhandle_t *fh2); 530 fh_compare(fhandle_t *fh1, fhandle_t *fh2) argument 532 if (memcmp(fh1, fh2, NFS_FHSIZE))
|
| /illumos-gate/usr/src/uts/common/fs/nfs/ |
| H A D | nfs4_rnode.c | 1986 nfs4_fhandle_t fh, fh2; local 2012 sfh4_copyval(rp->r_fh, &fh2); 2013 if (nfs4cmpfhandle(&fh, &fh2) == 0) {
|
| H A D | nfs4_subr.c | 179 nfs4cmpfhandle(nfs4_fhandle_t *fh1, nfs4_fhandle_t *fh2) argument 181 if (fh1->fh_len == fh2->fh_len) 182 return (bcmp(fh1->fh_buf, fh2->fh_buf, fh1->fh_len));
|
| H A D | nfs_server.c | 1586 fhandle_t *fh2; local 1592 fh2 = (fhandle_t *)fh; 1593 fsid = &fh2->fh_fsid; 1594 fid = (fid_t *)&fh2->fh_len; 1595 xfid = (fid_t *)&fh2->fh_xlen;
|
| /illumos-gate/usr/src/stand/lib/fs/nfs/ |
| H A D | nfs_inet.h | 86 nfs_fh fh2; member in union:_nfs_fh
|
Completed in 85 milliseconds