Lines Matching refs:open_fds
38 kvfree(fdt->open_fds); in __free_fdtable()
61 bitmap_copy_and_extend(nfdt->open_fds, ofdt->open_fds, in copy_fd_bitmaps()
143 fdt->open_fds = data; in alloc_fdtable()
259 __set_bit(fd, fdt->open_fds); in __set_open_fd()
261 if (!~fdt->open_fds[fd]) in __set_open_fd()
267 __clear_bit(fd, fdt->open_fds); in __clear_open_fd()
282 unsigned int last = find_last_bit(fdt->open_fds, fdt->max_fds); in sane_fdtable_size()
287 last = find_last_bit(fdt->open_fds, punch_hole->from); in sane_fdtable_size()
320 new_fdt->open_fds = newf->open_fds_init; in dup_fd()
409 set = fdt->open_fds[j++]; in close_files()
457 .open_fds = init_files.open_fds_init,
475 return find_next_zero_bit(fdt->open_fds, maxfd, start); in find_next_fd()