Searched defs:smbfs_hash (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/smbclnt/smbfs/
H A Dsmbfs_node.c78 smbfs_hash(uint32_t ival, const char *name, int nmlen) function
98 v = smbfs_hash(FNV1_32_INIT, rpath, rplen);
118 ino = smbfs_hash(ino, &sep, 1);
121 ino = smbfs_hash(ino, name, nmlen);

Completed in 43 milliseconds