Lines Matching defs:fp
995 static int mls_read_range_helper(struct mls_range *r, void *fp) in mls_read_range_helper()
1055 void *fp) in context_read_and_validate()
1093 static int str_read(char **strp, gfp_t flags, void *fp, u32 len) in str_read()
1116 static int perm_read(struct policydb *p, struct symtab *s, void *fp) in perm_read()
1149 static int common_read(struct policydb *p, struct symtab *s, void *fp) in common_read()
1201 static int type_set_read(struct type_set *t, void *fp) in type_set_read()
1220 u32 ncons, int allowxtarget, void *fp) in read_cons_helper()
1314 static int class_read(struct policydb *p, struct symtab *s, void *fp) in class_read()
1411 static int role_read(struct policydb *p, struct symtab *s, void *fp) in role_read()
1468 static int type_read(struct policydb *p, struct symtab *s, void *fp) in type_read()
1520 static int mls_read_level(struct mls_level *lp, void *fp) in mls_read_level()
1542 static int user_read(struct policydb *p, struct symtab *s, void *fp) in user_read()
1593 static int sens_read(struct policydb *p, struct symtab *s, void *fp) in sens_read()
1634 static int cat_read(struct policydb *p, struct symtab *s, void *fp) in cat_read()
1839 static int range_read(struct policydb *p, void *fp) in range_read()
1916 static int filename_trans_read_helper_compat(struct policydb *p, void *fp) in filename_trans_read_helper_compat()
2001 static int filename_trans_read_helper(struct policydb *p, void *fp) in filename_trans_read_helper()
2090 static int filename_trans_read(struct policydb *p, void *fp) in filename_trans_read()
2131 static int genfs_read(struct policydb *p, void *fp) in genfs_read()
2245 const struct policydb_compat_info *info, void *fp) in ocontext_read()
2442 int policydb_read(struct policydb *p, void *fp) in policydb_read()
2765 static int mls_write_level(struct mls_level *l, void *fp) in mls_write_level()
2786 static int mls_write_range_helper(struct mls_range *r, void *fp) in mls_write_range_helper()
2826 void *fp = pd->fp; in sens_write() local
2854 void *fp = pd->fp; in cat_write() local
2879 void *fp = pd->fp; in role_trans_write_one() local
2899 static int role_trans_write(struct policydb *p, void *fp) in role_trans_write()
2913 static int role_allow_write(struct role_allow *r, void *fp) in role_allow_write()
2941 static int context_write(struct policydb *p, struct context *c, void *fp) in context_write()
2967 static int perm_write(void *vkey, void *datum, void *fp) in perm_write()
2994 void *fp = pd->fp; in common_write() local
3019 static int type_set_write(struct type_set *t, void *fp) in type_set_write()
3038 void *fp) in write_cons_helper()
3089 void *fp = pd->fp; in class_write() local
3174 void *fp = pd->fp; in role_write() local
3214 void *fp = pd->fp; in type_write() local
3255 void *fp = pd->fp; in user_write() local
3304 const struct policydb_compat_info *info, void *fp) in ocontext_write()
3440 static int genfs_write(struct policydb *p, void *fp) in genfs_write()
3498 void *fp = pd->fp; in range_write_helper() local
3520 static int range_write(struct policydb *p, void *fp) in range_write()
3547 void *fp = ptr; in filename_write_helper_compat() local
3584 void *fp = ptr; in filename_write_helper() local
3629 static int filename_trans_write(struct policydb *p, void *fp) in filename_trans_write()
3661 int policydb_write(struct policydb *p, void *fp) in policydb_write()