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

/linux-master/fs/
H A Dfile.c694 static inline void __range_cloexec(struct files_struct *cur_fds, argument
700 spin_lock(&cur_fds->file_lock);
701 fdt = files_fdtable(cur_fds);
705 spin_unlock(&cur_fds->file_lock);
747 struct files_struct *cur_fds = me->files, *fds = NULL; local
771 if (max_fd >= last_fd(files_fdtable(cur_fds)))
785 swap(cur_fds, fds);
789 __range_cloexec(cur_fds, fd, max_fd);
791 __range_close(cur_fds, fd, max_fd);
799 me->files = cur_fds;
[all...]

Completed in 110 milliseconds