Searched defs:dirh (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/sys/kern/ |
H A D | vfs_dirhash.c | 142 dirhash_purge_entries(struct dirhash * dirh) dirhash_purge_entries() argument 178 struct dirhash *dirh = *dirhp; dirhash_purge() local 199 struct dirhash *dirh; dirhash_get() local 226 dirhash_put(struct dirhash * dirh) dirhash_put() argument 236 dirhash_enter(struct dirhash * dirh,struct dirent * dirent,uint64_t offset,uint32_t entry_size,int new_p) dirhash_enter() argument 318 dirhash_enter_freed(struct dirhash * dirh,uint64_t offset,uint32_t entry_size) dirhash_enter_freed() argument 349 dirhash_remove(struct dirhash * dirh,struct dirent * dirent,uint64_t offset,uint32_t entry_size) dirhash_remove() argument 398 dirhash_lookup(struct dirhash * dirh,const char * d_name,int d_namlen,struct dirhash_entry ** result) dirhash_lookup() argument 444 dirhash_lookup_freed(struct dirhash * dirh,uint32_t min_entrysize,struct dirhash_entry ** result) dirhash_lookup_freed() argument 476 dirhash_dir_isempty(struct dirhash * dirh) dirhash_dir_isempty() argument [all...] |
/netbsd-src/sys/fs/nilfs/ |
H A D | nilfs_subr.c | 768 struct dirhash *dirh; in dirhash_fill() local 864 struct dirhash *dirh; in nilfs_lookup_name_in_dir() local
|
/netbsd-src/sbin/dump/ |
H A D | traverse.c | 185 FTS *dirh; in mapfiles() local
|
/netbsd-src/lib/librefuse/ |
H A D | refuse.c | 82 struct puffs_fuse_dirh dirh; member 919 struct puffs_fuse_dirh *dirh; in puffs_fuse_node_readdir() local
|
/netbsd-src/sys/fs/udf/ |
H A D | udf_subr.c | 4510 struct dirhash *dirh; in udf_dirhash_fill() local 4591 struct dirhash *dirh; in udf_lookup_name_in_dir() local 4825 struct dirhash *dirh; in udf_dir_detach() local 4979 struct dirhash *dirh; in udf_dir_update_rootentry() local 5101 struct dirhash *dirh; in udf_dir_attach() local
|
/netbsd-src/lib/librefuse/refuse/ |
H A D | fs.c | 770 void* dirh; member 825 void* dirh; member
|