Searched refs:MF_LOCKED (Results 1 – 2 of 2) sorted by relevance
1910 map->map_mflags |= MF_LOCKED;1964 if (dfd >= 0 && !bitset(MF_LOCKED, map->map_mflags))1974 if (dfd >= 0 && !bitset(MF_LOCKED, map->map_mflags))2018 if (dfd >= 0 && !bitset(MF_LOCKED, map->map_mflags))2494 map->map_mflags |= MF_LOCKED;2586 if (fd >= 0 && !bitset(MF_LOCKED, map->map_mflags))2594 if (fd >= 0 && !bitset(MF_LOCKED, map->map_mflags))2679 if (fd >= 0 && !bitset(MF_LOCKED, map->map_mflags))2914 map->map_mflags |= MF_LOCKED;3077 if (fd >= 0 && !bitset(MF_LOCKED, map->map_mflags))[all …]
1528 #define MF_LOCKED 0x00000400 /* map is locked (RDWR) */ macro