Searched refs:unix_inflight (Results 1 – 4 of 4) sorted by relevance
48 void unix_inflight(struct user_struct *user, struct file *fp) in unix_inflight() function66 user->unix_inflight++; in unix_inflight()87 user->unix_inflight--; in unix_notinflight()101 if (unlikely(user->unix_inflight > task_rlimit(p, RLIMIT_NOFILE))) in too_many_unix_fds()123 unix_inflight(scm->fp->user, scm->fp->fp[i]); in unix_attach_fds()
19 unsigned long unix_inflight; /* How many files in flight in unix sockets */ member
11 void unix_inflight(struct user_struct *user, struct file *fp);
9488 unix_inflight(fpl->user, file); in io_scm_file_account()