F_WRITE
#define F_WRITE 0xA0 /* (MHEPA) write sector */
#define F_WRITE 0x0002 /* file opened for writing */
F_WRITE = 1<<0,