Home
last modified time | relevance | path

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

/security/keys/
Dproc.c309 unsigned maxbytes = uid_eq(user->uid, GLOBAL_ROOT_UID) ? in proc_key_users_show() local
320 maxbytes); in proc_key_users_show()
Dkey.c260 unsigned maxbytes = uid_eq(uid, GLOBAL_ROOT_UID) ? in key_alloc() local
266 user->qnbytes + quotalen > maxbytes || in key_alloc()
382 unsigned maxbytes = uid_eq(key->user->uid, GLOBAL_ROOT_UID) ? in key_payload_reserve() local
388 (key->user->qnbytes + delta > maxbytes || in key_payload_reserve()
Dkeyctl.c1010 unsigned maxbytes = uid_eq(uid, GLOBAL_ROOT_UID) ? in keyctl_chown_key() local
1015 newowner->qnbytes + key->quotalen > maxbytes || in keyctl_chown_key()