Searched refs:dirhash_lookup (Results 1 – 4 of 4) sorted by relevance
| /netbsd/src/sys/sys/ |
| D | dirhash.h | 79 int dirhash_lookup(struct dirhash *, const char *, int,
|
| /netbsd/src/sys/kern/ |
| D | vfs_dirhash.c | 391 dirhash_lookup(struct dirhash *dirh, const char *d_name, int d_namlen, in dirhash_lookup() function
|
| /netbsd/src/sys/fs/nilfs/ |
| D | nilfs_subr.c | 894 hit = dirhash_lookup(dirh, name, namelen, &dirh_ep); in nilfs_lookup_name_in_dir()
|
| /netbsd/src/sys/fs/udf/ |
| D | udf_subr.c | 4634 hit = dirhash_lookup(dirh, s_dirent->d_name, s_dirent->d_namlen, &dirh_ep); in udf_lookup_name_in_dir() 4869 hit = dirhash_lookup(dirh, s_dirent->d_name, s_dirent->d_namlen, &dirh_ep); in udf_dir_detach() 5033 hit = dirhash_lookup(dirh, name, namelen, &dirh_ep); in udf_dir_update_rootentry()
|