HomeSort by: relevance | last modified time | path
    Searched defs:quota2_hash_size (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/ufs/lfs/
ulfs_quota2_subr.c 68 const int quota2_hash_size = 1 << q2h_hash_shift; local in function:lfsquota2_create_blk0
70 sizeof(q2h->q2h_entries[0]) * quota2_hash_size;
78 q2h->q2h_hash_size = ulfs_rw16(quota2_hash_size, ns);
ulfs_quota2.c 1130 int quota2_hash_size; local in function:q2cursor_getkeys
1147 quota2_hash_size = ulfs_rw16(q2h->q2h_hash_size, needswap);
1149 cursor->q2c_hashsize = quota2_hash_size;
1150 } else if (cursor->q2c_hashsize != quota2_hash_size) {
1171 if (cursor->q2c_hashpos >= quota2_hash_size) {
1213 *hashsize_ret = quota2_hash_size;
1283 int quota2_hash_size = 0; /* XXXuninit */ local in function:lfsquota2_handle_cmd_cursorget
1341 &quota2_hash_size, &default_q2e);
1357 if (newcursor.q2c_hashpos >= quota2_hash_size) {
  /src/sys/ufs/ufs/
quota2_subr.c 65 const int quota2_hash_size = 1 << q2h_hash_shift; local in function:quota2_create_blk0
67 sizeof(q2h->q2h_entries[0]) * quota2_hash_size;
75 q2h->q2h_hash_size = ufs_rw16(quota2_hash_size, ns);
ufs_quota2.c 1132 int quota2_hash_size; local in function:q2cursor_getkeys
1149 quota2_hash_size = ufs_rw16(q2h->q2h_hash_size, needswap);
1151 cursor->q2c_hashsize = quota2_hash_size;
1152 } else if (cursor->q2c_hashsize != quota2_hash_size) {
1173 if (cursor->q2c_hashpos >= quota2_hash_size) {
1215 *hashsize_ret = quota2_hash_size;
1285 int quota2_hash_size = 0; /* XXX: sh3 gcc 4.8 -Wuninitialized */ local in function:quota2_handle_cmd_cursorget
1343 &quota2_hash_size, &default_q2e);
1359 if (newcursor.q2c_hashpos >= quota2_hash_size) {
  /src/sbin/fsck_ffs/
quota2.c 193 const int quota2_hash_size = 1 << q2h_hash_shift; local in function:quota2_list_check
195 sizeof(uint64_t) * quota2_hash_size;
248 const int quota2_hash_size = 1 << q2h_hash_shift; local in function:quota2_check_inode
250 sizeof(q2h->q2h_entries[0]) * quota2_hash_size;
313 q2h->q2h_hash_size != iswap16(quota2_hash_size)) {
371 for (i = 0; i < quota2_hash_size; i++) {
471 const int quota2_hash_size = 1 << q2h_hash_shift; local in function:quota2_check_usage
486 for (i = 0; i < quota2_hash_size; i++) {
493 for (i = 0; i < quota2_hash_size; i++) {

Completed in 14 milliseconds