Lines Matching refs:hashtab
216 static u32 filenametr_hash(struct hashtab *h, const void *k) in filenametr_hash()
231 static int filenametr_cmp(struct hashtab *h, const void *k1, const void *k2) in filenametr_cmp()
253 static u32 rangetr_hash(struct hashtab *h, const void *k) in rangetr_hash()
260 static int rangetr_cmp(struct hashtab *h, const void *k1, const void *k2) in rangetr_cmp()
502 static void hash_eval(struct hashtab *h, const char *hash_name) in hash_eval()
521 static inline void hash_eval(struct hashtab *h, char *hash_name) in hash_eval()
1119 static int perm_read(struct policydb *p, struct hashtab *h, void *fp) in perm_read()
1152 static int common_read(struct policydb *p, struct hashtab *h, void *fp) in common_read()
1317 static int class_read(struct policydb *p, struct hashtab *h, void *fp) in class_read()
1411 static int role_read(struct policydb *p, struct hashtab *h, void *fp) in role_read()
1467 static int type_read(struct policydb *p, struct hashtab *h, void *fp) in type_read()
1541 static int user_read(struct policydb *p, struct hashtab *h, void *fp) in user_read()
1591 static int sens_read(struct policydb *p, struct hashtab *h, void *fp) in sens_read()
1632 static int cat_read(struct policydb *p, struct hashtab *h, void *fp) in cat_read()
1665 static int (*read_f[SYM_NUM]) (struct policydb *p, struct hashtab *h, void *fp) =