Searched refs:ptr_leaf (Results 1 - 2 of 2) sorted by relevance

/linux-master/security/selinux/ss/
H A Dsidtab.c167 if (!s->roots[0].ptr_leaf) {
168 s->roots[0].ptr_leaf =
170 if (!s->roots[0].ptr_leaf)
215 if (!entry->ptr_leaf) {
217 entry->ptr_leaf =
219 if (!entry->ptr_leaf)
222 return &entry->ptr_leaf->entries[index % SIDTAB_LEAF_ENTRIES];
403 if (!edst->ptr_leaf) {
404 edst->ptr_leaf =
406 if (!edst->ptr_leaf)
[all...]
H A Dsidtab.h33 struct sidtab_node_leaf *ptr_leaf; member in union:sidtab_entry_inner

Completed in 114 milliseconds