Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_export.c130 xor_hash(uint8_t *data, int len) in xor_hash() function
149 h = xor_hash((uint8_t *)fsid, sizeof (fsid_t)); in nfs_fhhash()
156 h ^= xor_hash((uint8_t *)fid->fid_data, len); in nfs_fhhash()