Home | Sort by: relevance | last modified time | path |
/src/sys/fs/nilfs/ | |
nilfs_subr.c | 865 struct dirhash_entry *dirh_ep; local in function:nilfs_lookup_name_in_dir 892 dirh_ep = NULL; 894 hit = dirhash_lookup(dirh, name, namelen, &dirh_ep); 900 diroffset = dirh_ep->offset; |
/src/sys/fs/udf/ | |
udf_subr.c | 4592 struct dirhash_entry *dirh_ep; local in function:udf_lookup_name_in_dir 4632 dirh_ep = NULL; 4634 hit = dirhash_lookup(dirh, s_dirent->d_name, s_dirent->d_namlen, &dirh_ep); 4640 diroffset = dirh_ep->offset; 4826 struct dirhash_entry *dirh_ep; local in function:udf_dir_detach 4867 dirh_ep = NULL; 4869 hit = dirhash_lookup(dirh, s_dirent->d_name, s_dirent->d_namlen, &dirh_ep); 4875 diroffset = dirh_ep->offset; 4980 struct dirhash_entry *dirh_ep; local in function:udf_dir_update_rootentry 5031 dirh_ep = NULL 5102 struct dirhash_entry *dirh_ep; local in function:udf_dir_attach [all...] |