Searched refs:unix_inflight (Results 1 – 4 of 4) sorted by relevance
47 void unix_inflight(struct user_struct *user, struct file *fp) in unix_inflight() function64 user->unix_inflight++; in unix_inflight()84 user->unix_inflight--; in unix_notinflight()98 if (unlikely(user->unix_inflight > task_rlimit(p, RLIMIT_NOFILE))) in too_many_unix_fds()120 unix_inflight(scm->fp->user, scm->fp->fp[i]); in unix_attach_fds()
28 unsigned long unix_inflight; /* How many files in flight in unix sockets */ member
11 void unix_inflight(struct user_struct *user, struct file *fp);
3024 unsigned long inflight = ctx->user->unix_inflight + nr; in __io_sqe_files_scm()3046 unix_inflight(fpl->user, fpl->fp[i]); in __io_sqe_files_scm()