Searched refs:cur_fds (Results 1 – 1 of 1) sorted by relevance
720 struct files_struct *cur_fds = me->files, *fds = NULL; in __close_range() local729 cur_max = files_fdtable(cur_fds)->max_fds; in __close_range()756 swap(cur_fds, fds); in __close_range()763 file = pick_file(cur_fds, fd++); in __close_range()767 filp_close(file, cur_fds); in __close_range()777 me->files = cur_fds; in __close_range()