OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:maxids
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/ufs/lfs/
ulfs_quota2.c
947
unsigned
maxids
; /* maximum number of IDs to handle */
member in struct:q2cursor_state
1028
state->
maxids
= (state->maxkeyvals + 1) / 2;
1071
KASSERT(state->numids < state->
maxids
);
1110
if (gi->state->numids >= gi->state->
maxids
) {
1162
if (state->numids < state->
maxids
|| !state->skiplast) {
1170
while (state->numids < state->
maxids
) {
1193
if (state->numids == state->
maxids
&& state->skiplast){
1200
if (state->numids < state->
maxids
|| !state->skiplast){
/src/sys/ufs/ufs/
ufs_quota2.c
951
unsigned
maxids
; /* maximum number of IDs to handle */
member in struct:q2cursor_state
1032
state->
maxids
= (state->maxkeyvals + 1) / 2;
1075
KASSERT(state->numids < state->
maxids
);
1113
if (gi->state->numids >= gi->state->
maxids
) {
1164
if (state->numids < state->
maxids
|| !state->skiplast) {
1172
while (state->numids < state->
maxids
) {
1195
if (state->numids == state->
maxids
&& state->skiplast){
1202
if (state->numids < state->
maxids
|| !state->skiplast){
/src/usr.sbin/edquota/
edquota.c
635
unsigned nids,
maxids
, j;
local in function:clearpriv
640
maxids
= 4;
643
if (reallocarr(&ids,
maxids
, sizeof(ids[0])) != 0) {
651
if (nids + 1 >
maxids
) {
652
maxids
*= 2;
653
if (reallocarr(&ids,
maxids
, sizeof(ids[0])) != 0) {
Completed in 14 milliseconds
Indexes created Thu Oct 02 14:10:14 GMT 2025