HomeSort by: relevance | last modified time | path
    Searched defs:q2h_hash_shift (Results 1 - 5 of 5) 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
  /src/sys/ufs/ufs/
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
  /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,
  /src/sbin/fsdb/
fsdb.c 83 uint8_t q2h_hash_shift; variable in typeref:typename:uint8_t

Completed in 16 milliseconds