Home
last modified time | relevance | path

Searched refs:uq_hash (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/sbin/fsck_ffs/
H A Dutilities.c716 find_uquot(struct uquot_hash *uq_hash, uint32_t uid, int alloc) in find_uquot() argument
719 SLIST_FOREACH(uq, &uq_hash[uid & q2h_hash_mask], uq_entries) { in find_uquot()
730 SLIST_INSERT_HEAD(&uq_hash[uid & q2h_hash_mask], uq, uq_entries); in find_uquot()
735 remove_uquot(struct uquot_hash *uq_hash, struct uquot *uq) in remove_uquot() argument
737 SLIST_REMOVE(&uq_hash[uq->uq_uid & q2h_hash_mask], in remove_uquot()