Lines Matching defs:user
372 struct key_user *user,
385 mutex_lock(&user->cons_lock);
437 mutex_unlock(&user->cons_lock);
459 mutex_unlock(&user->cons_lock);
465 mutex_unlock(&user->cons_lock);
475 mutex_unlock(&user->cons_lock);
481 mutex_unlock(&user->cons_lock);
496 struct key_user *user;
509 user = key_user_lookup(current_fsuid());
510 if (!user) {
515 ret = construct_alloc_key(ctx, dest_keyring, flags, user, &key);
516 key_user_put(user);
699 * to a keyring if found, new keys are always allocated in the user's quota,
741 * to a keyring if found and new keys are always allocated in the user's quota.