OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:uquot
(Results
1 - 4
of
4
) sorted by relevancy
/src/sbin/fsck_ffs/
extern.h
86
struct
uquot
* find_uquot(struct uquot_hash *, uint32_t, int);
87
void remove_uquot(struct uquot_hash *,struct
uquot
*);
fsck.h
260
struct
uquot
{
struct
263
SLIST_ENTRY(
uquot
) uq_entries;
266
SLIST_HEAD(uquot_hash,
uquot
);
utilities.c
715
struct
uquot
*
718
struct
uquot
*uq;
725
uq = malloc(sizeof(struct
uquot
));
728
memset(uq, 0, sizeof(struct
uquot
));
735
remove_uquot(struct uquot_hash *uq_hash, struct
uquot
*uq)
738
uq,
uquot
, uq_entries);
744
/* simple
uquot
cache: remember the last used */
745
static struct
uquot
*uq_u = NULL;
746
static struct
uquot
*uq_g = NULL;
quota2.c
430
struct
uquot
*uq;
431
struct
uquot
uq_null;
494
struct
uquot
*uq;
Completed in 85 milliseconds
Indexes created Mon Feb 23 08:20:23 UTC 2026