Lines Matching refs:fowner_op
79 bool (*fowner_op)(kuid_t, kuid_t); /* uid_eq(), uid_gt(), uid_lt() */
168 {.action = APPRAISE, .fowner = GLOBAL_ROOT_UID, .fowner_op = &uid_eq,
172 {.action = APPRAISE, .fowner = GLOBAL_ROOT_UID, .fowner_op = &uid_eq,
541 !rule->fowner_op(inode->i_uid, rule->fowner))
1159 entry->fowner_op = &uid_eq;
1381 entry->fowner_op = &uid_gt;
1385 entry->fowner_op = &uid_lt;
1389 entry->fowner_op);
1756 if (entry->fowner_op == &uid_gt)
1758 else if (entry->fowner_op == &uid_lt)