Home
last modified time | relevance | path

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

/linux/fs/
H A Dfile.c157 static struct fdtable *alloc_fdtable(unsigned int slots_wanted) in alloc_fdtable() function
239 new_fdt = alloc_fdtable(nr + 1); in expand_fdtable()
400 new_fdt = alloc_fdtable(open_files); in dup_fd()