Home
last modified time | relevance | path

Searched refs:maxbytes (Results 1 – 3 of 3) sorted by relevance

/security/keys/
Dproc.c307 unsigned maxbytes = uid_eq(user->uid, GLOBAL_ROOT_UID) ? in proc_key_users_show() local
318 maxbytes); in proc_key_users_show()
Dkey.c259 unsigned maxbytes = uid_eq(uid, GLOBAL_ROOT_UID) ? in key_alloc() local
265 user->qnbytes + quotalen > maxbytes || in key_alloc()
378 unsigned maxbytes = uid_eq(key->user->uid, GLOBAL_ROOT_UID) ? in key_payload_reserve() local
384 (key->user->qnbytes + delta >= maxbytes || in key_payload_reserve()
Dkeyctl.c936 unsigned maxbytes = uid_eq(uid, GLOBAL_ROOT_UID) ? in keyctl_chown_key() local
941 newowner->qnbytes + key->quotalen >= maxbytes || in keyctl_chown_key()