Home
last modified time | relevance | path

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

/NextBSD/sys/fs/tmpfs/
HDtmpfs_subr.c349 tmpfs_dirent_hash(const char *name, u_int len) in tmpfs_dirent_hash() function
389 de->td_hash = de->td_cookie = tmpfs_dirent_hash(name, namelen); in tmpfs_dirent_init()
864 hash = tmpfs_dirent_hash(cnp->cn_nameptr, cnp->cn_namelen); in tmpfs_dir_lookup()