Searched refs:MF_WRITABLE (Results 1 – 4 of 4) sorted by relevance
439 map->map_mflags &= ~(MF_OPEN|MF_WRITABLE|MF_CLOSING);585 map->map_mflags |= MF_OPEN|MF_WRITABLE;608 map->map_mflags &= ~(MF_OPEN|MF_WRITABLE|MF_CLOSING);
504 map->map_mflags &= ~(MF_OPEN|MF_WRITABLE|MF_CLOSING);667 map->map_mflags &= ~(MF_OPEN|MF_WRITABLE|MF_OPENBOGUS|MF_CLOSING);1706 int omode = bitset(map->map_mflags, MF_WRITABLE) ? O_RDWR1713 map->map_mflags &= ~(MF_OPEN|MF_WRITABLE|MF_CLOSING);1719 map->map_mflags |= MF_WRITABLE;1857 if (bitset(MF_WRITABLE, map->map_mflags))2355 int omode = bitset(map->map_mflags, MF_WRITABLE) ? O_RDWR2362 map->map_mflags &= ~(MF_OPEN|MF_WRITABLE|MF_CLOSING);2368 map->map_mflags |= MF_WRITABLE;2581 if (bitset(MF_WRITABLE, map->map_mflags))[all …]
1229 #define MF_WRITABLE 0x00000040 /* open for writing */ macro
1088 map.map_mflags &= ~(MF_OPEN|MF_WRITABLE|MF_CLOSING);