Home
last modified time | relevance | path

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

/freebsd/sys/fs/tmpfs/
H A Dtmpfs_subr.c812 tmpfs_dirent_hash(const char *name, u_int len) in tmpfs_dirent_hash() function
852 de->td_hash = de->td_cookie = tmpfs_dirent_hash(name, namelen); in tmpfs_dirent_init()
1355 hash = tmpfs_dirent_hash(cnp->cn_nameptr, cnp->cn_namelen); in tmpfs_dir_lookup()