OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:q2h_hash_shift
(Results
1 - 10
of
10
) sorted by relevancy
/src/sys/ufs/lfs/
ulfs_quota2.h
87
uint8_t
q2h_hash_shift
; /* bytes used for hash index */
member in struct:quota2_header
ulfs_quota2.h
87
uint8_t
q2h_hash_shift
; /* bytes used for hash index */
member in struct:quota2_header
/src/sys/ufs/ufs/
quota2.h
85
uint8_t
q2h_hash_shift
; /* bytes used for hash index */
member in struct:quota2_header
quota2.h
85
uint8_t
q2h_hash_shift
; /* bytes used for hash index */
member in struct:quota2_header
/src/sbin/fsck_ffs/
main.c
91
uint8_t
q2h_hash_shift
;
variable in typeref:typename:uint8_t
main.c
91
uint8_t
q2h_hash_shift
;
variable in typeref:typename:uint8_t
/src/sbin/newfs/
mkfs.c
1046
uint8_t
q2h_hash_shift
;
local in function:fsinit
1183
* 256 entries. So let start
q2h_hash_shift
at 8
1185
for (
q2h_hash_shift
= 8;
1186
q2h_hash_shift
< 15;
1187
q2h_hash_shift
++) {
1188
if ((sizeof(uint64_t) << (
q2h_hash_shift
+ 1)) +
1192
q2h_hash_mask = (1 <<
q2h_hash_shift
) - 1;
1201
quota2_create_blk0(sblock.fs_bsize, &buf,
q2h_hash_shift
,
mkfs.c
1046
uint8_t
q2h_hash_shift
;
local in function:fsinit
1183
* 256 entries. So let start
q2h_hash_shift
at 8
1185
for (
q2h_hash_shift
= 8;
1186
q2h_hash_shift
< 15;
1187
q2h_hash_shift
++) {
1188
if ((sizeof(uint64_t) << (
q2h_hash_shift
+ 1)) +
1192
q2h_hash_mask = (1 <<
q2h_hash_shift
) - 1;
1201
quota2_create_blk0(sblock.fs_bsize, &buf,
q2h_hash_shift
,
/src/sbin/fsdb/
fsdb.c
83
uint8_t
q2h_hash_shift
;
variable in typeref:typename:uint8_t
fsdb.c
83
uint8_t
q2h_hash_shift
;
variable in typeref:typename:uint8_t
Completed in 33 milliseconds
Indexes created Fri Oct 03 02:09:57 GMT 2025