Searched refs:KEY_ALLOC_IN_QUOTA (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/security/keys/ |
D | request_key.c | 656 NULL, NULL, KEY_ALLOC_IN_QUOTA); in request_key() 692 aux, NULL, KEY_ALLOC_IN_QUOTA); in request_key_with_auxdata() 725 KEY_ALLOC_IN_QUOTA); in request_key_async() 750 callout_len, aux, NULL, KEY_ALLOC_IN_QUOTA); in request_key_async_with_auxdata()
|
D | process_keys.c | 81 KEY_ALLOC_IN_QUOTA, in install_user_keyrings() 99 KEY_ALLOC_IN_QUOTA, in install_user_keyrings() 244 flags = KEY_ALLOC_IN_QUOTA; in install_session_keyring_to_cred() 805 KEY_ALLOC_IN_QUOTA, NULL, NULL); in join_session_keyring()
|
D | keyctl.c | 124 KEY_ALLOC_IN_QUOTA); in SYSCALL_DEFINE5() 215 KEY_ALLOC_IN_QUOTA); in SYSCALL_DEFINE4()
|
/Linux-v4.19/include/linux/ |
D | key.h | 246 #define KEY_ALLOC_IN_QUOTA 0x0000 /* add to quota, reject if would overrun */ macro
|