Lines Matching defs:fp
988 static int mls_read_range_helper(struct mls_range *r, void *fp) in mls_read_range_helper()
1049 void *fp) in context_read_and_validate()
1087 static int str_read(char **strp, gfp_t flags, void *fp, u32 len) in str_read()
1107 static int perm_read(struct policydb *p, struct hashtab *h, void *fp) in perm_read()
1141 static int common_read(struct policydb *p, struct hashtab *h, void *fp) in common_read()
1192 static int type_set_read(struct type_set *t, void *fp) in type_set_read()
1213 int ncons, int allowxtarget, void *fp) in read_cons_helper()
1307 static int class_read(struct policydb *p, struct hashtab *h, void *fp) in class_read()
1401 static int role_read(struct policydb *p, struct hashtab *h, void *fp) in role_read()
1458 static int type_read(struct policydb *p, struct hashtab *h, void *fp) in type_read()
1511 static int mls_read_level(struct mls_level *lp, void *fp) in mls_read_level()
1533 static int user_read(struct policydb *p, struct hashtab *h, void *fp) in user_read()
1584 static int sens_read(struct policydb *p, struct hashtab *h, void *fp) in sens_read()
1626 static int cat_read(struct policydb *p, struct hashtab *h, void *fp) in cat_read()
1836 static int range_read(struct policydb *p, void *fp) in range_read()
1908 static int filename_trans_read(struct policydb *p, void *fp) in filename_trans_read()
1991 static int genfs_read(struct policydb *p, void *fp) in genfs_read()
2104 void *fp) in ocontext_read()
2229 int policydb_read(struct policydb *p, void *fp) in policydb_read()
2518 static int mls_write_level(struct mls_level *l, void *fp) in mls_write_level()
2539 static int mls_write_range_helper(struct mls_range *r, void *fp) in mls_write_range_helper()
2579 void *fp = pd->fp; in sens_write() local
2607 void *fp = pd->fp; in cat_write() local
2627 static int role_trans_write(struct policydb *p, void *fp) in role_trans_write()
2660 static int role_allow_write(struct role_allow *r, void *fp) in role_allow_write()
2689 void *fp) in context_write()
2715 static int perm_write(void *vkey, void *datum, void *fp) in perm_write()
2742 void *fp = pd->fp; in common_write() local
2767 static int type_set_write(struct type_set *t, void *fp) in type_set_write()
2786 void *fp) in write_cons_helper()
2837 void *fp = pd->fp; in class_write() local
2925 void *fp = pd->fp; in role_write() local
2965 void *fp = pd->fp; in type_write() local
3006 void *fp = pd->fp; in user_write() local
3055 void *fp) in ocontext_write()
3151 static int genfs_write(struct policydb *p, void *fp) in genfs_write()
3217 void *fp = pd->fp; in range_write_helper() local
3239 static int range_write(struct policydb *p, void *fp) in range_write()
3272 void *fp = ptr; in filename_write_helper() local
3298 static int filename_trans_write(struct policydb *p, void *fp) in filename_trans_write()
3329 int policydb_write(struct policydb *p, void *fp) in policydb_write()