Home
last modified time | relevance | path

Searched defs:dirhash (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/sys/ufs/ufs/
H A Ddirhash.h84 struct dirhash { struct
102 int dh_score; /* access count for this dirhash */ argument
104 int dh_onlist; /* true if on the ufsdirhash_list chain */ argument
/netbsd-src/sys/ufs/lfs/
H A Dulfs_dirhash.h85 struct dirhash { struct
103 int dh_score; /* access count for this dirhash */ argument
105 int dh_onlist; /* true if on the ulfsdirhash_list chain */ argument
/netbsd-src/sys/sys/
H A Ddirhash.h51 struct dirhash { struct
58 TAILQ_ENTRY(dirhash) next; argument
/netbsd-src/sys/ufs/ext2fs/
H A Dext2fs_htree.c490 uint32_t dirhash, split_hash; in ext2fs_htree_add_entry() local
810 uint32_t dirhash; in ext2fs_htree_lookup() local
/netbsd-src/sbin/fsck_ffs/
H A Dmain.c88 long numdirs, dirhash, listmax, inplast; variable
/netbsd-src/sbin/fsdb/
H A Dfsdb.c80 long numdirs, dirhash, listmax, inplast; variable