Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/security/selinux/ss/
H A Davtab.h104 int avtab_write_item(struct policydb *p, struct avtab_node *cur, void *fp);
H A Davtab.c610 int avtab_write_item(struct policydb *p, struct avtab_node *cur, void *fp) in avtab_write_item() function
660 rc = avtab_write_item(p, cur, fp); in avtab_write()
H A Dconditional.c493 rc = avtab_write_item(p, list->nodes[i], fp); in cond_write_av_list()