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

  /src/sys/ufs/lfs/
ulfs_quota2.c 924 int q2c_hashpos; /* slot to start at in hash table */ member in struct:ulfsq2_cursor
997 if (cursor->q2c_hashpos < 0 || cursor->q2c_uidpos < 0) {
1171 if (cursor->q2c_hashpos >= quota2_hash_size) {
1181 offset = q2h->q2h_entries[cursor->q2c_hashpos];
1202 cursor->q2c_hashpos++;
1357 if (newcursor.q2c_hashpos >= quota2_hash_size) {
1366 cursor->q2c_hashpos = 0;
1402 cursor->q2c_hashpos = 0;
1486 cursor->q2c_hashpos = 0;
  /src/sys/ufs/ufs/
ufs_quota2.c 928 int q2c_hashpos; /* slot to start at in hash table */ member in struct:ufsq2_cursor
1001 if (cursor->q2c_hashpos < 0 || cursor->q2c_uidpos < 0) {
1173 if (cursor->q2c_hashpos >= quota2_hash_size) {
1183 offset = q2h->q2h_entries[cursor->q2c_hashpos];
1204 cursor->q2c_hashpos++;
1359 if (newcursor.q2c_hashpos >= quota2_hash_size) {
1368 cursor->q2c_hashpos = 0;
1404 cursor->q2c_hashpos = 0;
1488 cursor->q2c_hashpos = 0;

Completed in 13 milliseconds