Lines Matching defs:user
450 struct user_struct *user;
731 /* first byte is taken by user flags, shift it to not overlap */
7362 * 1) allows us to batch the cost of updating the user visible
8188 fpl->user = get_uid(current_user());
8195 unix_inflight(fpl->user, fpl->fp[nr_files]);
8215 free_uid(fpl->user);
8290 unix_notinflight(fp->user, fp->fp[i]);
8801 static inline void __io_unaccount_mem(struct user_struct *user,
8804 atomic_long_sub(nr_pages, &user->locked_vm);
8807 static inline int __io_account_mem(struct user_struct *user,
8816 cur_pages = atomic_long_read(&user->locked_vm);
8820 } while (atomic_long_cmpxchg(&user->locked_vm, cur_pages,
8828 if (ctx->user)
8829 __io_unaccount_mem(ctx->user, nr_pages);
8839 if (ctx->user) {
8840 ret = __io_account_mem(ctx->user, nr_pages);
9414 free_uid(ctx->user);
10133 * When SETUP_IOPOLL and SETUP_SQPOLL are both enabled, user
10416 ctx->user = get_uid(current_user());