Searched refs:fget (Results 1 – 25 of 41) sorted by relevance
12
48 extern struct file *fget(unsigned int fd);
81 of the fd (fget()/fget_light()) are lock-free, it is possible101 fget()/fget_light().
366 pipe = fget(pipefd); in autofs_dev_ioctl_setpipefd()649 fp = fget(param->ioctlfd); in _autofs_dev_ioctl()
324 pipe = fget(sbi->pipefd); in autofs_fill_super()
242 file = fget(fd); in proc_ns_fget()
359 file = fget(fd); in eventfd_fget()
429 param.file = fget(aux); in SYSCALL_DEFINE5()
925 struct file *fget(unsigned int fd) in fget() function929 EXPORT_SYMBOL(fget);
81 struct file *file = fget(fd); in sync_file_fdget()
244 memfd = fget(list[i].memfd); in udmabuf_create()
734 file = fget(fd); in dma_buf_get()
201 struct file *fp = fget(clockid_to_fd(id)); in get_clock_desc()
153 filp = fget(fd); in kvm_vfio_group_add()
222 file = fget(fd); in io_ring_add_registered_fd()
494 file = fget(fd); in __io_sqe_files_update()706 file = fget(fd); in io_files_update_with_index_alloc()997 file = fget(fd); in io_sqe_files_register()
189 outp->fh = fget(outp->fd); in coda_psdev_write()
553 file = fget(fd); in SYSCALL_DEFINE2()
830 ts->rd = fget(rfd); in p9_fd_open()837 ts->wr = fget(wfd); in p9_fd_open()
629 } fget; member669 error = get_user(min_buf_size_ptr, &args->fget.min_buf_size); in SYSCALL_DEFINE2()
897 file = fget(attribute_fd); in sgx_set_attribute()
353 f = fget(fdno); in lookup_get_fd_uobject()
442 file = fget(fd); in iommufd_access_get()
568 struct file *file = fget(arg); in loop_change_fd()997 struct file *file = fget(config->fd); in loop_configure()
1253 file = fget(fd); in ksys_mmap_pgoff()
1775 source_kvm_file = fget(source_fd); in sev_vm_move_enc_context_from()2054 source_kvm_file = fget(source_fd); in sev_vm_copy_enc_context_from()
Completed in 48 milliseconds