Home
last modified time | relevance | path

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

/linux-6.12.1/fs/
Dfile.c55 static inline void copy_fd_bitmaps(struct fdtable *nfdt, struct fdtable *ofdt, in copy_fd_bitmaps() function
83 copy_fd_bitmaps(nfdt, ofdt, fdt_words(ofdt)); in copy_fdtable()
364 copy_fd_bitmaps(new_fdt, old_fdt, open_files / BITS_PER_LONG); in dup_fd()