OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:uq_u
(Results
1 - 2
of
2
) sorted by relevancy
/src/sbin/fsck_ffs/
utilities.c
745
static struct uquot *
uq_u
= NULL;
local in function:update_uquot
758
if (
uq_u
== NULL ||
uq_u
->uq_uid != uid)
759
uq_u
= find_uquot(uquot_user_hash, uid, 1);
760
uq_u
->uq_b += bchange;
761
uq_u
->uq_i += ichange;
utilities.c
745
static struct uquot *
uq_u
= NULL;
local in function:update_uquot
758
if (
uq_u
== NULL ||
uq_u
->uq_uid != uid)
759
uq_u
= find_uquot(uquot_user_hash, uid, 1);
760
uq_u
->uq_b += bchange;
761
uq_u
->uq_i += ichange;
Completed in 113 milliseconds
Indexes created Sat Sep 27 14:09:57 GMT 2025