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

/linux-master/fs/
H A Dfile.c173 struct fdtable *new_fdt, *cur_fdt; variable in typeref:struct:
195 cur_fdt = files_fdtable(files);
196 BUG_ON(nr < cur_fdt->max_fds);
197 copy_fdtable(new_fdt, cur_fdt);
199 if (cur_fdt != &files->fdtab)
200 call_rcu(&cur_fdt->rcu, free_fdtable_rcu);

Completed in 91 milliseconds