Home
last modified time | relevance | path

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

/linux-6.15/fs/
H A Dfile.c162 static struct fdtable *alloc_fdtable(unsigned int slots_wanted) in alloc_fdtable() function
244 new_fdt = alloc_fdtable(nr + 1); in expand_fdtable()
405 new_fdt = alloc_fdtable(open_files); in dup_fd()