Searched refs:mmapping_flags (Results 1 – 2 of 2) sorted by relevance
51 gint mmapping_flags; member97 if ((mem->mmapping_flags & prot) == prot) { in gst_fd_mem_map()104 mem->mmapping_flags = prot; in gst_fd_mem_map()141 mem->mmapping_flags = prot; in gst_fd_mem_map()174 mem->mmapping_flags = 0; in gst_fd_mem_unmap()
67985 A simple '&' is not sufficiant. With mmapping_flags == PROT_READ and67987 Change the check to make sure that prot is a subset of mmapping_flags.