Searched refs:smbfs_hash (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/fs/smbfs/ |
H A D | smbfs_node.c | 62 smbfs_hash(const u_char *name, int nmlen) in smbfs_hash() function 138 error = vfs_hash_get(mp, smbfs_hash(name, nmlen), LK_EXCLUSIVE, td, in smbfs_node_alloc() 219 error = vfs_hash_insert(vp, smbfs_hash(name, nmlen), LK_EXCLUSIVE, in smbfs_node_alloc()
|
H A D | smbfs_node.h | 92 u_int32_t smbfs_hash(const u_char *name, int nmlen);
|
H A D | smbfs_smb.c | 79 ino = dnp->n_ino + smbfs_hash(name, nmlen); in smbfs_getino()
|