OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:uquot_hash
(Results
1 - 7
of
7
) 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
266
SLIST_HEAD(
uquot_hash
, uquot);
267
extern struct
uquot_hash
*uquot_user_hash;
268
extern struct
uquot_hash
*uquot_group_hash;
quota2.c
419
struct
uquot_hash
*
uquot_hash
;
member in struct:qcheck_arg
435
uq = find_uquot(a->
uquot_hash
, uid, 0);
440
remove_uquot(a->
uquot_hash
, uq);
477
a.
uquot_hash
=
495
SLIST_FOREACH(uq, &a.
uquot_hash
[i], uq_entries) {
main.c
89
struct
uquot_hash
*uquot_user_hash;
90
struct
uquot_hash
*uquot_group_hash;
utilities.c
716
find_uquot(struct
uquot_hash
*uq_hash, uint32_t uid, int alloc)
735
remove_uquot(struct
uquot_hash
*uq_hash, struct uquot *uq)
setup.c
588
calloc((1 << q2h_hash_shift), sizeof(struct
uquot_hash
));
590
calloc((1 << q2h_hash_shift), sizeof(struct
uquot_hash
));
/src/sbin/fsdb/
fsdb.c
81
struct
uquot_hash
*uquot_user_hash;
82
struct
uquot_hash
*uquot_group_hash;
Completed in 17 milliseconds
Indexes created Sun Oct 19 16:10:00 GMT 2025