Home
last modified time | relevance | path

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

/Linux-v5.10/fs/
Dfile.c53 static void copy_fd_bitmaps(struct fdtable *nfdt, struct fdtable *ofdt, in copy_fd_bitmaps() function
86 copy_fd_bitmaps(nfdt, ofdt, ofdt->max_fds); in copy_fdtable()
347 copy_fd_bitmaps(new_fdt, old_fdt, open_files); in dup_fd()