Searched refs:ZVFS_EFD_FLAGS_SET (Results 1 – 1 of 1) sorted by relevance
18 #define ZVFS_EFD_FLAGS_SET (ZVFS_EFD_SEMAPHORE | ZVFS_EFD_NONBLOCK) macro239 ret = efd->flags & ZVFS_EFD_FLAGS_SET; in zvfs_eventfd_ioctl_op()247 if (flags & ~ZVFS_EFD_FLAGS_SET) { in zvfs_eventfd_ioctl_op()251 int prev_flags = efd->flags & ~ZVFS_EFD_FLAGS_SET; in zvfs_eventfd_ioctl_op()414 if (flags & ~ZVFS_EFD_FLAGS_SET) { in zvfs_eventfd()