Searched refs:cur_fds (Results 1 - 1 of 1) sorted by relevance

/linux-master/fs/
H A Dfile.c689 static inline void __range_cloexec(struct files_struct *cur_fds, argument
695 spin_lock(&cur_fds->file_lock);
696 fdt = files_fdtable(cur_fds);
700 spin_unlock(&cur_fds->file_lock);
742 struct files_struct *cur_fds = me->files, *fds = NULL; local
766 if (max_fd >= last_fd(files_fdtable(cur_fds)))
780 swap(cur_fds, fds);
784 __range_cloexec(cur_fds, fd, max_fd);
786 __range_close(cur_fds, fd, max_fd);
794 me->files = cur_fds;
[all...]

Completed in 117 milliseconds