Home
last modified time | relevance | path

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

/openbmc/linux/fs/
H A Dfile.c61 bitmap_copy_and_extend(nfdt->open_fds, ofdt->open_fds, in copy_fd_bitmaps()
63 bitmap_copy_and_extend(nfdt->close_on_exec, ofdt->close_on_exec, in copy_fd_bitmaps()
65 bitmap_copy_and_extend(nfdt->full_fds_bits, ofdt->full_fds_bits, in copy_fd_bitmaps()
/openbmc/linux/include/linux/
H A Dbitmap.h288 static inline void bitmap_copy_and_extend(unsigned long *to, in bitmap_copy_and_extend() function