Searched refs:next_fd (Results 1 – 3 of 3) sorted by relevance
316 newf->next_fd = 0; in dup_fd()492 if (fd < files->next_fd) in alloc_fd()493 fd = files->next_fd; in alloc_fd()517 if (start <= files->next_fd) in alloc_fd()518 files->next_fd = fd + 1; in alloc_fd()554 if (fd < files->next_fd) in __put_unused_fd()555 files->next_fd = fd; in __put_unused_fd()
62 unsigned int next_fd; member
68 int next_fd; in local_open_nofollow() local80 next_fd = openat_dir(fd, head); in local_open_nofollow()83 next_fd = openat_file(fd, head, flags, mode); in local_open_nofollow()90 fd = next_fd; in local_open_nofollow()