Searched refs:cur_fds (Results 1 – 1 of 1) sorted by relevance
719 struct files_struct *cur_fds = me->files, *fds = NULL; in __close_range() local728 cur_max = files_fdtable(cur_fds)->max_fds; in __close_range()755 swap(cur_fds, fds); in __close_range()762 file = pick_file(cur_fds, fd++); in __close_range()766 filp_close(file, cur_fds); in __close_range()776 me->files = cur_fds; in __close_range()