Home
last modified time | relevance | path

Searched refs:fget (Results 1 - 25 of 71) sorted by relevance

123

/kernel/linux/linux-5.10/include/linux/
H A Dfile.h49 extern struct file *fget(unsigned int fd);
/kernel/linux/linux-6.6/include/linux/
H A Dfile.h49 extern struct file *fget(unsigned int fd);
/kernel/linux/linux-5.10/fs/autofs/
H A Ddev-ioctl.c365 pipe = fget(pipefd); in autofs_dev_ioctl_setpipefd()
648 fp = fget(param->ioctlfd); in _autofs_dev_ioctl()
H A Dinode.c323 pipe = fget(sbi->pipefd); in autofs_fill_super()
/kernel/linux/linux-6.6/fs/autofs/
H A Ddev-ioctl.c366 pipe = fget(pipefd); in autofs_dev_ioctl_setpipefd()
649 fp = fget(param->ioctlfd); in _autofs_dev_ioctl()
H A Dinode.c324 pipe = fget(sbi->pipefd); in autofs_fill_super()
/kernel/linux/linux-5.10/fs/
H A Dnsfs.c241 file = fget(fd); in proc_ns_fget()
H A Deventfd.c357 file = fget(fd); in eventfd_fget()
H A Dfile.c942 struct file *fget(unsigned int fd) in fget() function
946 EXPORT_SYMBOL(fget); variable
969 * You can use this instead of fget if you satisfy all of the following
1084 * extra work in their equivalent of fget() - they insert struct
1087 * fget() treats larval files as absent. Potentially interesting,
1088 * but while extra work in fget() is trivial, locking implications
H A Dfsopen.c429 param.file = fget(aux); in SYSCALL_DEFINE5()
/kernel/linux/linux-5.10/fs/epfs/
H A Dfile.c29 origin_file = fget(fd); in epfs_set_origin_fd()
/kernel/linux/linux-5.10/kernel/time/
H A Dposix-clock.c201 struct file *fp = fget(clockid_to_fd(id)); in get_clock_desc()
/kernel/linux/linux-6.6/fs/epfs/
H A Dfile.c29 origin_file = fget(fd); in epfs_set_origin_fd()
/kernel/linux/linux-6.6/fs/
H A Deventfd.c334 file = fget(fd); in eventfd_fget()
H A Dfsopen.c465 param.file = fget(aux); in SYSCALL_DEFINE5()
/kernel/linux/linux-6.6/io_uring/
H A Dcancel.c288 file = fget(sc.fd);
H A Dtctx.c232 file = fget(fd); in io_ring_add_registered_fd()
H A Drsrc.c397 struct file *file = fget(fd); in __io_sqe_files_update()
589 file = fget(fd); in io_files_update_with_index_alloc()
742 file = fget(fd); in io_sqe_files_register()
/kernel/linux/linux-6.6/drivers/dma-buf/
H A Dsync_file.c81 struct file *file = fget(fd); in sync_file_fdget()
/kernel/linux/linux-6.6/virt/kvm/
H A Dvfio.c150 filp = fget(fd); in kvm_vfio_file_add()
/kernel/linux/linux-6.6/kernel/time/
H A Dposix-clock.c201 struct file *fp = fget(clockid_to_fd(id)); in get_clock_desc()
/kernel/linux/linux-5.10/drivers/dma-buf/
H A Dsync_file.c80 struct file *file = fget(fd); in sync_file_fdget()
H A Dudmabuf.c204 memfd = fget(list[i].memfd); in udmabuf_create()
/kernel/linux/linux-5.10/fs/coda/
H A Dpsdev.c193 outp->fh = fget(outp->fd); in coda_psdev_write()
/kernel/linux/linux-5.10/kernel/
H A Dnsproxy.c545 file = fget(fd); in SYSCALL_DEFINE2()

Completed in 18 milliseconds

123