Searched refs:FD_PREPARE (Results 1 – 5 of 5) 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/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 | nsfs.c | 324 FD_PREPARE(fdf, O_CLOEXEC, dentry_open(&path, O_RDONLY, current_cred())); in ns_ioctl()
|
| H A D | userfaultfd.c | 2155 FD_PREPARE(fdf, flags & UFFD_SHARED_FCNTL_FLAGS, in new_userfaultfd()
|