Home
last modified time | relevance | path

Searched refs:alloc_fdtable (Results 1 – 1 of 1) sorted by relevance

/kernel/linux/linux-5.10/fs/
Dfile.c88 static struct fdtable * alloc_fdtable(unsigned int nr) in alloc_fdtable() function
158 new_fdt = alloc_fdtable(nr); in expand_fdtable()
323 new_fdt = alloc_fdtable(open_files - 1); in dup_fd()