Searched refs:next_fd (Results 1 – 3 of 3) sorted by relevance
315 newf->next_fd = 0; in dup_fd()491 if (fd < files->next_fd) in alloc_fd()492 fd = files->next_fd; in alloc_fd()516 if (start <= files->next_fd) in alloc_fd()517 files->next_fd = fd + 1; in alloc_fd()553 if (fd < files->next_fd) in __put_unused_fd()554 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()