Searched refs:REQ_WRITE (Results 1 – 2 of 2) 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…