Home
last modified time | relevance | path

Searched refs:FD_PREPARE (Results 1 – 11 of 11) 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.c109 FD_PREPARE(fdf, O_CLOEXEC, req->hr_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 Deventpoll.c2514 FD_PREPARE(fdf, O_RDWR | (flags & O_CLOEXEC), in do_epoll_create()
/linux/io_uring/
H A Dmock_file.c257 FD_PREPARE(fdf, O_RDWR | O_CLOEXEC, in io_create_mock_file()
/linux/drivers/media/mc/
H A Dmc-request.c316 FD_PREPARE(fdf, O_CLOEXEC, in media_request_alloc()
/linux/net/core/
H A Dscm.c366 FD_PREPARE(fdf, flags, get_file(f)); in scm_recv_one_fd()
/linux/net/kcm/
H A Dkcmsock.c1582 FD_PREPARE(fdf, 0, kcm_clone(sock)); in kcm_ioctl()