/src/sys/sys/ |
dirhash.h | 1 /* $NetBSD: dirhash.h,v 1.6 2013/07/07 19:31:26 reinoud Exp $ */ 51 struct dirhash { struct 58 TAILQ_ENTRY(dirhash) next; 61 #define DIRH_PURGED 0x0001 /* dirhash has been purged */ 62 #define DIRH_COMPLETE 0x0002 /* dirhash is complete */ 63 #define DIRH_BROKEN 0x0004 /* dirhash is broken on readin */ 70 void dirhash_purge(struct dirhash **); 71 void dirhash_purge_entries(struct dirhash *); 72 void dirhash_get(struct dirhash **); 73 void dirhash_put(struct dirhash *); [all...] |
dirhash.h | 1 /* $NetBSD: dirhash.h,v 1.6 2013/07/07 19:31:26 reinoud Exp $ */ 51 struct dirhash { struct 58 TAILQ_ENTRY(dirhash) next; 61 #define DIRH_PURGED 0x0001 /* dirhash has been purged */ 62 #define DIRH_COMPLETE 0x0002 /* dirhash is complete */ 63 #define DIRH_BROKEN 0x0004 /* dirhash is broken on readin */ 70 void dirhash_purge(struct dirhash **); 71 void dirhash_purge_entries(struct dirhash *); 72 void dirhash_get(struct dirhash **); 73 void dirhash_put(struct dirhash *); [all...] |
/src/sys/ufs/lfs/ |
ulfs_dirhash.h | 2 /* from NetBSD: dirhash.h,v 1.7 2013/06/09 17:57:09 dholland Exp */ 28 * $FreeBSD: src/sys/ufs/ufs/dirhash.h,v 1.2.2.2 2004/12/08 11:54:13 dwmalone Exp $ 55 * Dirhash uses a score mechanism to achieve a hybrid between a 71 #define DH_SCOREINIT 8 /* initial dh_score when dirhash built */ 85 struct dirhash { struct 103 int dh_score; /* access count for this dirhash */ 108 TAILQ_ENTRY(dirhash) dh_list; /* chain of all dirhashes */ 113 * Dirhash functions.
|
ulfs_dirhash.h | 2 /* from NetBSD: dirhash.h,v 1.7 2013/06/09 17:57:09 dholland Exp */ 28 * $FreeBSD: src/sys/ufs/ufs/dirhash.h,v 1.2.2.2 2004/12/08 11:54:13 dwmalone Exp $ 55 * Dirhash uses a score mechanism to achieve a hybrid between a 71 #define DH_SCOREINIT 8 /* initial dh_score when dirhash built */ 85 struct dirhash { struct 103 int dh_score; /* access count for this dirhash */ 108 TAILQ_ENTRY(dirhash) dh_list; /* chain of all dirhashes */ 113 * Dirhash functions.
|
/src/sys/ufs/ufs/ |
dirhash.h | 1 /* $NetBSD: dirhash.h,v 1.9 2021/08/19 20:56:36 andvar Exp $ */ 27 * $FreeBSD: src/sys/ufs/ufs/dirhash.h,v 1.2.2.2 2004/12/08 11:54:13 dwmalone Exp $ 54 * Dirhash uses a score mechanism to achieve a hybrid between a 70 #define DH_SCOREINIT 8 /* initial dh_score when dirhash built */ 84 struct dirhash { struct 102 int dh_score; /* access count for this dirhash */ 107 TAILQ_ENTRY(dirhash) dh_list; /* chain of all dirhashes */ 112 * Dirhash functions.
|
dirhash.h | 1 /* $NetBSD: dirhash.h,v 1.9 2021/08/19 20:56:36 andvar Exp $ */ 27 * $FreeBSD: src/sys/ufs/ufs/dirhash.h,v 1.2.2.2 2004/12/08 11:54:13 dwmalone Exp $ 54 * Dirhash uses a score mechanism to achieve a hybrid between a 70 #define DH_SCOREINIT 8 /* initial dh_score when dirhash built */ 84 struct dirhash { struct 102 int dh_score; /* access count for this dirhash */ 107 TAILQ_ENTRY(dirhash) dh_list; /* chain of all dirhashes */ 112 * Dirhash functions.
|
/src/sbin/fsck_ffs/ |
main.c | 88 long numdirs, dirhash, listmax, inplast; variable in typeref:typename:long
|
main.c | 88 long numdirs, dirhash, listmax, inplast; variable in typeref:typename:long
|
/src/sys/ufs/ext2fs/ |
ext2fs_htree.c | 490 uint32_t dirhash, split_hash; local in function:ext2fs_htree_add_entry 513 &dirhash, &hash_version, &info); 810 uint32_t dirhash; local in function:ext2fs_htree_lookup 822 if (ext2fs_htree_find_leaf(ip, name, namelen, &dirhash, 861 search_next = ext2fs_htree_check_next(ip, dirhash, name, &info);
|
ext2fs_htree.c | 490 uint32_t dirhash, split_hash; local in function:ext2fs_htree_add_entry 513 &dirhash, &hash_version, &info); 810 uint32_t dirhash; local in function:ext2fs_htree_lookup 822 if (ext2fs_htree_find_leaf(ip, name, namelen, &dirhash, 861 search_next = ext2fs_htree_check_next(ip, dirhash, name, &info);
|
/src/sbin/fsdb/ |
fsdb.c | 80 long numdirs, dirhash, listmax, inplast; variable in typeref:typename:long
|
fsdb.c | 80 long numdirs, dirhash, listmax, inplast; variable in typeref:typename:long
|