acl_op_table
for (t = 0; acl_op_table[t].op; t++) {
if (rop == acl_op_table[t].op) {
entry->op_allowed |= acl_op_table[t].mask;
entry->op_allowed &= ~acl_op_table[t].mask;
if (!acl_op_table[t].op) {
static const struct acl_op_table acl_op_table[] = {