Home
last modified time | relevance | path

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

/linux-5.19.10/fs/
Dfile.c301 static unsigned int sane_fdtable_size(struct fdtable *fdt, unsigned int max_fds) in sane_fdtable_size() function
343 open_files = sane_fdtable_size(old_fdt, max_fds); in dup_fd()
374 open_files = sane_fdtable_size(old_fdt, max_fds); in dup_fd()