Searched refs:MF_WRITABLE (Results 1 – 4 of 4) sorted by relevance
437 map->map_mflags &= ~(MF_OPEN|MF_WRITABLE|MF_CLOSING);583 map->map_mflags |= MF_OPEN|MF_WRITABLE;606 map->map_mflags &= ~(MF_OPEN|MF_WRITABLE|MF_CLOSING);
499 map->map_mflags &= ~(MF_OPEN|MF_WRITABLE|MF_CLOSING);662 map->map_mflags &= ~(MF_OPEN|MF_WRITABLE|MF_OPENBOGUS|MF_CLOSING);1701 int omode = bitset(map->map_mflags, MF_WRITABLE) ? O_RDWR1708 map->map_mflags &= ~(MF_OPEN|MF_WRITABLE|MF_CLOSING);1714 map->map_mflags |= MF_WRITABLE;1852 if (bitset(MF_WRITABLE, map->map_mflags))2350 int omode = bitset(map->map_mflags, MF_WRITABLE) ? O_RDWR2357 map->map_mflags &= ~(MF_OPEN|MF_WRITABLE|MF_CLOSING);2363 map->map_mflags |= MF_WRITABLE;2576 if (bitset(MF_WRITABLE, map->map_mflags))[all …]
1272 #define MF_WRITABLE 0x00000040 /* open for writing */ macro
1097 map.map_mflags &= ~(MF_OPEN|MF_WRITABLE|MF_CLOSING);