Searched refs:perm_flags (Results 1 – 2 of 2) sorted by relevance
129 sizeof(cap.perm_flags))) in enabled_show()132 rc = sprintf(buf, "%d\n", !cap.perm_flags.disable); in enabled_show()151 sizeof(cap.perm_flags))) in active_show()154 rc = sprintf(buf, "%d\n", !cap.perm_flags.deactivated); in active_show()
124 struct permanent_flags_t perm_flags; member