Searched refs:MF_WRITABLE (Results 1 – 4 of 4) sorted by relevance
453 map->map_mflags &= ~(MF_OPEN|MF_WRITABLE|MF_CLOSING|MF_CHKED_CHGD);596 map->map_mflags |= MF_OPEN|MF_WRITABLE;630 map->map_mflags &= ~(MF_OPEN|MF_WRITABLE|MF_CLOSING);
747 map->map_mflags &= ~(MF_OPEN|MF_WRITABLE|MF_CLOSING);909 map->map_mflags &= ~(MF_OPEN|MF_WRITABLE|MF_OPENBOGUS|MF_CLOSING|MF_CHKED_CHGD);1971 int omode = bitset(map->map_mflags, MF_WRITABLE) ? O_RDWR1978 map->map_mflags &= ~(MF_OPEN|MF_WRITABLE|MF_CLOSING);1984 map->map_mflags |= MF_WRITABLE;2121 if (bitset(MF_WRITABLE, map->map_mflags))2591 int omode = bitset(map->map_mflags, MF_WRITABLE) ? O_RDWR2598 map->map_mflags &= ~(MF_OPEN|MF_WRITABLE|MF_CLOSING);2604 map->map_mflags |= MF_WRITABLE;2816 if (bitset(MF_WRITABLE, map->map_mflags))[all …]
1190 map.map_mflags &= ~(MF_OPEN|MF_WRITABLE|MF_CLOSING);1372 dynmap->s_dynclass.map_mflags &= ~(MF_OPEN|MF_WRITABLE|MF_CLOSING);
1524 #define MF_WRITABLE 0x00000040 /* open for writing */ macro