Home
last modified time | relevance | path

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

/linux/fs/
H A Dfile.c124 bitmap_copy_and_extend(nfdt->open_fds, ofdt->open_fds, in copy_fd_bitmaps()
126 bitmap_copy_and_extend(nfdt->close_on_exec, ofdt->close_on_exec, in copy_fd_bitmaps()
128 bitmap_copy_and_extend(nfdt->full_fds_bits, ofdt->full_fds_bits, in copy_fd_bitmaps()
/linux/include/linux/
H A Dbitmap.h273 static inline void bitmap_copy_and_extend(unsigned long *to, in bitmap_copy_and_extend() function