Searched refs:FD_PREPARE (Results 1 – 16 of 16) sorted by relevance
| /linux/include/linux/ |
| H A D | file.h | 217 #define FD_PREPARE(_fdf, _fd_flags, _file_owned) \ macro 238 FD_PREPARE(_fdf, _fd_flags, _file_owned); \
|
| /linux/net/handshake/ |
| H A D | netlink.c | 112 FD_PREPARE(fdf, O_CLOEXEC, sock->file); in handshake_nl_accept_doit()
|
| /linux/kernel/bpf/ |
| H A D | token.c | 169 FD_PREPARE(fdf, O_CLOEXEC, in bpf_token_create()
|
| H A D | bpf_iter.c | 645 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 D | inode.c | 268 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 D | eventfd.c | 403 FD_PREPARE(fdf, flags, in do_eventfd()
|
| H A D | file.c | 1395 FD_PREPARE(fdf, o_flags, file); in receive_fd()
|
| H A D | eventpoll.c | 2187 FD_PREPARE(fdf, O_RDWR | (flags & O_CLOEXEC), in do_epoll_create()
|
| H A D | userfaultfd.c | 2155 FD_PREPARE(fdf, flags & UFFD_SHARED_FCNTL_FLAGS, in new_userfaultfd()
|
| H A D | namespace.c | 4497 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 D | mock_file.c | 257 FD_PREPARE(fdf, O_RDWR | O_CLOEXEC, in io_create_mock_file()
|
| /linux/arch/powerpc/platforms/pseries/ |
| H A D | papr-hvpipe.c | 506 FD_PREPARE(fdf, O_RDONLY | O_CLOEXEC, in papr_hvpipe_dev_create_handle()
|
| /linux/drivers/media/mc/ |
| H A D | mc-request.c | 311 FD_PREPARE(fdf, O_CLOEXEC, in media_request_alloc()
|
| /linux/drivers/misc/ |
| H A D | ntsync.c | 724 FD_PREPARE(fdf, O_CLOEXEC, in ntsync_obj_get_fd()
|
| /linux/net/kcm/ |
| H A D | kcmsock.c | 1581 FD_PREPARE(fdf, 0, kcm_clone(sock)); in kcm_ioctl()
|
| /linux/drivers/gpio/ |
| H A D | gpiolib-cdev.c | 377 FD_PREPARE(fdf, O_RDONLY | O_CLOEXEC, in linehandle_create()
|