OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:q2c_hashpos
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/ufs/ufs/
ufs_quota2.c
931
int
q2c_hashpos
; /* slot to start at in hash table */
member in struct:ufsq2_cursor
1004
if (cursor->
q2c_hashpos
< 0 || cursor->q2c_uidpos < 0) {
1176
if (cursor->
q2c_hashpos
>= quota2_hash_size) {
1186
offset = q2h->q2h_entries[cursor->
q2c_hashpos
];
1207
cursor->
q2c_hashpos
++;
1362
if (newcursor.
q2c_hashpos
>= quota2_hash_size) {
1371
cursor->
q2c_hashpos
= 0;
1407
cursor->
q2c_hashpos
= 0;
1491
cursor->
q2c_hashpos
= 0;
/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;
Completed in 14 milliseconds
Indexes created Sun Feb 22 16:20:20 UTC 2026