Searched refs:REQ_WRITE (Results 1 – 3 of 3) sorted by relevance
16 REQ_WRITE = 1 # from include/linux/blk_types.h variable57 if int(bflags_s, 16) & REQ_WRITE:
191 REQ_WRITE = 1 # from include/linux/blk_types.h228 1. ```REQ_WRITE```: We're defining a kernel constant in the Python program because we'll use it the…
234 + rw |= REQ_WRITE;