Home
last modified time | relevance | path

Searched refs:FD_PREPARE (Results 1 – 16 of 16) sorted by relevance

/linux/include/linux/
H A Dfile.h217 #define FD_PREPARE(_fdf, _fd_flags, _file_owned) \ macro
238 FD_PREPARE(_fdf, _fd_flags, _file_owned); \
/linux/net/handshake/
H A Dnetlink.c112 FD_PREPARE(fdf, O_CLOEXEC, sock->file); in handshake_nl_accept_doit()
/linux/kernel/bpf/
H A Dtoken.c169 FD_PREPARE(fdf, O_CLOEXEC, in bpf_token_create()
H A Dbpf_iter.c645 FD_PREPARE(fdf, flags, anon_inode_getfile("bpf_iter", &bpf_iter_fops, NULL, flags)); in bpf_iter_new_fd()
/linux/arch/powerpc/platforms/cell/spufs/
H A Dinode.c268 FD_PREPARE(fdf, 0, dentry_open(path, O_RDONLY, current_cred())); in spufs_context_open()
501 FD_PREPARE(fdf, 0, dentry_open(path, O_RDONLY, current_cred())); in spufs_gang_open()
/linux/fs/
H A Deventfd.c403 FD_PREPARE(fdf, flags, in do_eventfd()
H A Dfile.c1395 FD_PREPARE(fdf, o_flags, file); in receive_fd()
H A Deventpoll.c2187 FD_PREPARE(fdf, O_RDWR | (flags & O_CLOEXEC), in do_epoll_create()
H A Duserfaultfd.c2155 FD_PREPARE(fdf, flags & UFFD_SHARED_FCNTL_FLAGS, in new_userfaultfd()
H A Dnamespace.c4497 FD_PREPARE(fdf, (flags & FSMOUNT_CLOEXEC) ? O_CLOEXEC : 0, in SYSCALL_DEFINE3()
5152 FD_PREPARE(fdf, flags, vfs_open_tree(dfd, filename, flags)); in SYSCALL_DEFINE5()
/linux/io_uring/
H A Dmock_file.c257 FD_PREPARE(fdf, O_RDWR | O_CLOEXEC, in io_create_mock_file()
/linux/arch/powerpc/platforms/pseries/
H A Dpapr-hvpipe.c506 FD_PREPARE(fdf, O_RDONLY | O_CLOEXEC, in papr_hvpipe_dev_create_handle()
/linux/drivers/media/mc/
H A Dmc-request.c311 FD_PREPARE(fdf, O_CLOEXEC, in media_request_alloc()
/linux/drivers/misc/
H A Dntsync.c724 FD_PREPARE(fdf, O_CLOEXEC, in ntsync_obj_get_fd()
/linux/net/kcm/
H A Dkcmsock.c1581 FD_PREPARE(fdf, 0, kcm_clone(sock)); in kcm_ioctl()
/linux/drivers/gpio/
H A Dgpiolib-cdev.c377 FD_PREPARE(fdf, O_RDONLY | O_CLOEXEC, in linehandle_create()