Home
last modified time | relevance | path

Searched refs:fdget (Results 1 – 25 of 71) sorted by relevance

123

/openbmc/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_sched.c39 struct fd f = fdget(fd); in amdgpu_sched_process_priority_override()
70 struct fd f = fdget(fd); in amdgpu_sched_context_priority_override()
/openbmc/linux/include/linux/
H A Dfile.h62 static inline struct fd fdget(unsigned int fd) in fdget() function
84 DEFINE_CLASS(fd, struct fd, fdput(_T), fdget(fd), int fd)
/openbmc/linux/arch/powerpc/platforms/cell/
H A Dspu_syscalls.c67 struct fd neighbor = fdget(neighbor_fd); in SYSCALL_DEFINE4()
91 arg = fdget(fd); in SYSCALL_DEFINE3()
/openbmc/linux/fs/
H A Dsync.c151 struct fd f = fdget(fd); in SYSCALL_DEFINE1()
208 struct fd f = fdget(fd); in do_fsync()
362 f = fdget(fd); in ksys_sync_file_range()
H A Dread_write.c661 f = fdget(fd); in ksys_pread64()
695 f = fdget(fd); in ksys_pwrite64()
1003 f = fdget(fd); in do_preadv()
1026 f = fdget(fd); in do_pwritev()
1195 in = fdget(in_fd); in do_sendfile()
1218 out = fdget(out_fd); in do_sendfile()
1568 f_in = fdget(fd_in); in SYSCALL_DEFINE6()
1572 f_out = fdget(fd_out); in SYSCALL_DEFINE6()
H A Dkernel_read_file.c178 struct fd f = fdget(fd); in kernel_read_file_from_fd()
H A Dioctl.c234 struct fd src_file = fdget(srcfd); in ioctl_file_clone()
859 struct fd f = fdget(fd); in SYSCALL_DEFINE3()
917 struct fd f = fdget(fd); in COMPAT_SYSCALL_DEFINE3()
H A Dsplice.c1545 f = fdget(fd); in SYSCALL_DEFINE4()
1582 in = fdget(fd_in); in SYSCALL_DEFINE6()
1584 out = fdget(fd_out); in SYSCALL_DEFINE6()
1951 in = fdget(fdin); in SYSCALL_DEFINE4()
1953 out = fdget(fdout); in SYSCALL_DEFINE4()
H A Dfhandle.c132 struct fd f = fdget(fd); in get_vfsmount_from_fd()
H A Dopen.c168 f = fdget(fd); in do_sys_ftruncate()
343 struct fd f = fdget(fd); in ksys_fallocate()
664 struct fd f = fdget(fd); in SYSCALL_DEFINE2()
858 struct fd f = fdget(fd); in ksys_fchown()
H A Dutimes.c117 f = fdget(fd); in do_utimes_fd()
H A Dxattr.c813 struct fd f = fdget(fd); in SYSCALL_DEFINE4()
889 struct fd f = fdget(fd); in SYSCALL_DEFINE3()
954 struct fd f = fdget(fd); in SYSCALL_DEFINE2()
H A Deventfd.c358 struct fd f = fdget(fd); in eventfd_ctx_fdget()
/openbmc/linux/kernel/bpf/
H A Dmap_in_map.c17 f = fdget(inner_map_ufd); in bpf_map_meta_alloc()
115 f = fdget(ufd); in bpf_map_fd_get_ptr()
/openbmc/linux/virt/kvm/
H A Dvfio.c196 f = fdget(fd); in kvm_vfio_file_del()
242 f = fdget(param.groupfd); in kvm_vfio_file_set_spapr_tce()
/openbmc/linux/io_uring/
H A Dsqpoll.c109 f = fdget(p->wq_fd); in io_attach_sq_data()
363 f = fdget(p->wq_fd); in io_sq_offload_create()
/openbmc/linux/mm/
H A Dfadvise.c193 struct fd f = fdget(fd); in ksys_fadvise64_64()
/openbmc/linux/drivers/vfio/
H A Dvirqfd.c136 irqfd = fdget(fd); in vfio_virqfd_enable()
/openbmc/linux/ipc/
H A Dmqueue.c1086 f = fdget(mqdes); in do_mq_timedsend()
1200 f = fdget(mqdes); in do_mq_timedreceive()
1357 f = fdget(notification->sigev_signo); in do_mq_notify()
1380 f = fdget(mqdes); in do_mq_notify()
1460 f = fdget(mqdes); in do_mq_getsetattr()
/openbmc/linux/kernel/
H A Dpid.c532 f = fdget(fd); in pidfd_get_pid()
736 f = fdget(pidfd); in SYSCALL_DEFINE3()
/openbmc/linux/drivers/virt/acrn/
H A Dirqfd.c127 f = fdget(args->fd); in acrn_irqfd_assign()
/openbmc/linux/security/landlock/
H A Dsyscalls.c226 ruleset_f = fdget(fd); in get_ruleset_from_fd()
/openbmc/linux/fs/coda/
H A Dinode.c124 f = fdget(data->fd); in get_device_index()
/openbmc/linux/fs/notify/inotify/
H A Dinotify_user.c756 f = fdget(fd); in SYSCALL_DEFINE3()
801 f = fdget(fd); in SYSCALL_DEFINE2()
/openbmc/linux/security/loadpin/
H A Dloadpin.c292 f = fdget(fd); in read_trusted_verity_root_digests()

123