Home
last modified time | relevance | path

Searched refs:fdput (Results 1 – 25 of 68) sorted by relevance

123

/OK3568_Linux_fs/kernel/kernel/bpf/
H A Dmap_in_map.c22 fdput(f); in bpf_map_meta_alloc()
27 fdput(f); in bpf_map_meta_alloc()
32 fdput(f); in bpf_map_meta_alloc()
43 fdput(f); in bpf_map_meta_alloc()
62 fdput(f); in bpf_map_meta_alloc()
99 fdput(f); in bpf_map_fd_get_ptr()
H A Dsyscall.c923 fdput(f); in __bpf_map_get()
953 fdput(f); in bpf_map_get()
968 fdput(f); in bpf_map_get_with_uref()
1076 fdput(f); in map_lookup_elem()
1144 fdput(f); in map_update_elem()
1198 fdput(f); in map_delete_elem()
1265 fdput(f); in map_get_next_key()
1379 fdput(f); in generic_map_update_batch()
1548 fdput(f); in map_lookup_and_delete_elem()
1569 fdput(f); in map_freeze()
[all …]
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_sched.c78 fdput(f); in amdgpu_sched_process_priority_override()
85 fdput(f); in amdgpu_sched_process_priority_override()
104 fdput(f); in amdgpu_sched_context_priority_override()
111 fdput(f); in amdgpu_sched_context_priority_override()
117 fdput(f); in amdgpu_sched_context_priority_override()
/OK3568_Linux_fs/kernel/fs/overlayfs/
H A Dfile.c220 fdput(real); in ovl_llseek()
250 fdput(aio_req->fd); in ovl_aio_put()
333 fdput(real); in ovl_read_iter()
405 fdput(real); in ovl_write_iter()
450 fdput(real); in ovl_splice_write()
479 fdput(real); in ovl_fsync()
533 fdput(real); in ovl_fallocate()
552 fdput(real); in ovl_fadvise()
576 fdput(real); in ovl_real_ioctl()
684 fdput(real_out); in ovl_copyfile()
[all …]
/OK3568_Linux_fs/kernel/include/linux/
H A Dfile.h43 static inline void fdput(struct fd fd) in fdput() function
82 fdput(f); in fdput_pos()
/OK3568_Linux_fs/kernel/arch/powerpc/platforms/cell/
H A Dspu_syscalls.c71 fdput(neighbor); in SYSCALL_DEFINE4()
94 fdput(arg); in SYSCALL_DEFINE3()
/OK3568_Linux_fs/kernel/fs/
H A Dsync.c179 fdput(f); in SYSCALL_DEFINE1()
227 fdput(f); in do_fsync()
381 fdput(f); in ksys_sync_file_range()
H A Dioctl.c238 goto fdput; in ioctl_file_clone()
247 fdput: in ioctl_file_clone()
248 fdput(src_file); in ioctl_file_clone()
756 fdput(f); in SYSCALL_DEFINE3()
849 fdput(f); in COMPAT_SYSCALL_DEFINE3()
H A Dtimerfd.c385 fdput(f); in timerfd_fget()
461 fdput(f); in do_timerfd_settime()
511 fdput(f); in do_timerfd_settime()
543 fdput(f); in do_timerfd_gettime()
H A Dread_write.c687 fdput(f); in ksys_pread64()
713 fdput(f); in ksys_pwrite64()
1014 fdput(f); in do_preadv()
1037 fdput(f); in do_pwritev()
1278 fdput(out); in do_sendfile()
1280 fdput(in); in do_sendfile()
1611 fdput(f_out); in SYSCALL_DEFINE6()
1613 fdput(f_in); in SYSCALL_DEFINE6()
H A Dsplice.c1267 fdput(f); in vmsplice_type()
1321 fdput(f); in SYSCALL_DEFINE4()
1345 fdput(out); in SYSCALL_DEFINE6()
1347 fdput(in); in SYSCALL_DEFINE6()
1708 fdput(out); in SYSCALL_DEFINE4()
1710 fdput(in); in SYSCALL_DEFINE4()
H A Dsignalfd.c288 fdput(f); in do_signalfd4()
296 fdput(f); in do_signalfd4()
H A Dopen.c199 fdput(f); in do_sys_ftruncate()
334 fdput(f); in ksys_fallocate()
529 fdput(f); in SYSCALL_DEFINE1()
609 fdput(f); in SYSCALL_DEFINE2()
754 fdput(f); in ksys_fchown()
H A Dxattr.c606 fdput(f); in SYSCALL_DEFINE5()
694 fdput(f); in SYSCALL_DEFINE4()
769 fdput(f); in SYSCALL_DEFINE3()
838 fdput(f); in SYSCALL_DEFINE2()
H A Dkernel_read_file.c186 fdput(f); in kernel_read_file_from_fd()
H A Dfcntl.c474 fdput(f); in SYSCALL_DEFINE3()
524 fdput(f); in SYSCALL_DEFINE3()
679 fdput(f); in do_compat_fcntl64()
H A Dfhandle.c129 fdput(f); in get_vfsmount_from_fd()
/OK3568_Linux_fs/kernel/virt/kvm/
H A Dvfio.c204 fdput(f); in kvm_vfio_set_group()
271 fdput(f); in kvm_vfio_set_group()
295 fdput(f); in kvm_vfio_set_group()
/OK3568_Linux_fs/kernel/drivers/vfio/
H A Dvirqfd.c181 fdput(irqfd); in vfio_virqfd_enable()
187 fdput(irqfd); in vfio_virqfd_enable()
/OK3568_Linux_fs/kernel/fs/coda/
H A Dinode.c129 fdput(f); in get_device_index()
134 fdput(f); in get_device_index()
/OK3568_Linux_fs/kernel/ipc/
H A Dmqueue.c1175 fdput(f); in do_mq_timedsend()
1279 fdput(f); in do_mq_timedreceive()
1364 fdput(f); in do_mq_notify()
1429 fdput(f); in do_mq_notify()
1466 fdput(f); in do_mq_getsetattr()
1492 fdput(f); in do_mq_getsetattr()
/OK3568_Linux_fs/kernel/drivers/media/mc/
H A Dmc-request.c275 fdput(f); in media_request_get_by_fd()
280 fdput(f); in media_request_get_by_fd()
/OK3568_Linux_fs/kernel/mm/
H A Dfadvise.c202 fdput(f); in ksys_fadvise64_64()
/OK3568_Linux_fs/kernel/kernel/
H A Dpid.c539 fdput(f); in pidfd_get_pid()
704 fdput(f); in SYSCALL_DEFINE3()
/OK3568_Linux_fs/kernel/fs/notify/fanotify/
H A Dfanotify_user.c684 fdput(f); in fanotify_find_path()
690 fdput(f); in fanotify_find_path()
1284 fdput(f); in do_fanotify_mark()

123