Searched refs:acl_op_table (Results 1 – 1 of 1) sorted by relevance
58 struct acl_op_table { struct71 static const struct acl_op_table acl_op_table[] = { argument277 for (t = 0; acl_op_table[t].op; t++) { in parse_entry()278 if (rop == acl_op_table[t].op) { in parse_entry()280 entry->op_allowed |= acl_op_table[t].mask; in parse_entry()282 entry->op_allowed &= ~acl_op_table[t].mask; in parse_entry()286 if (!acl_op_table[t].op) { in parse_entry()