Searched refs:full_fds_bits (Results 1 – 2 of 2) sorted by relevance
65 bitmap_copy_and_extend(nfdt->full_fds_bits, ofdt->full_fds_bits, in copy_fd_bitmaps()147 fdt->full_fds_bits = data; in alloc_fdtable()262 __set_bit(fd, fdt->full_fds_bits); in __set_open_fd()268 __clear_bit(fd / BITS_PER_LONG, fdt->full_fds_bits); in __clear_open_fd()321 new_fdt->full_fds_bits = newf->full_fds_bits_init; in dup_fd()458 .full_fds_bits = init_files.full_fds_bits_init,470 bitbit = find_next_zero_bit(fdt->full_fds_bits, maxbit, bitbit) * BITS_PER_LONG; in find_next_fd()
31 unsigned long *full_fds_bits; member