Searched refs:showflag (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/security/keys/ |
D | proc.c | 222 #define showflag(FLAGS, LETTER, FLAG) \ in proc_keys_show() macro 229 showflag(flags, 'R', KEY_FLAG_REVOKED), in proc_keys_show() 230 showflag(flags, 'D', KEY_FLAG_DEAD), in proc_keys_show() 231 showflag(flags, 'Q', KEY_FLAG_IN_QUOTA), in proc_keys_show() 232 showflag(flags, 'U', KEY_FLAG_USER_CONSTRUCT), in proc_keys_show() 234 showflag(flags, 'i', KEY_FLAG_INVALIDATED), in proc_keys_show() 242 #undef showflag in proc_keys_show()
|