Home
last modified time | relevance | path

Searched refs:next_fd (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/fs/
H A Dfile.c333 newf->next_fd = 0; in dup_fd()
510 if (fd < files->next_fd) in alloc_fd()
511 fd = files->next_fd; in alloc_fd()
535 if (start <= files->next_fd) in alloc_fd()
536 files->next_fd = fd + 1; in alloc_fd()
572 if (fd < files->next_fd) in __put_unused_fd()
573 files->next_fd = fd; in __put_unused_fd()
/openbmc/linux/include/linux/
H A Dfdtable.h63 unsigned int next_fd; member
/openbmc/qemu/hw/9pfs/
H A D9p-local.c68 int next_fd; in local_open_nofollow() local
80 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()