Searched refs:cur_fds (Results 1 – 1 of 1) sorted by relevance
690 struct files_struct *cur_fds = me->files, *fds = NULL; in __close_range() local699 cur_max = files_fdtable(cur_fds)->max_fds; in __close_range()726 swap(cur_fds, fds); in __close_range()733 file = pick_file(cur_fds, fd++); in __close_range()737 filp_close(file, cur_fds); in __close_range()747 me->files = cur_fds; in __close_range()