Searched refs:ZONEFS_ZONE_ACTIVE (Results 1 – 2 of 2) sorted by relevance
71 if (!(z->z_flags & ZONEFS_ZONE_ACTIVE)) { in zonefs_account_active()72 z->z_flags |= ZONEFS_ZONE_ACTIVE; in zonefs_account_active()80 if (z->z_flags & ZONEFS_ZONE_ACTIVE) { in zonefs_account_active()81 z->z_flags &= ~ZONEFS_ZONE_ACTIVE; in zonefs_account_active()148 if (z->z_flags & ZONEFS_ZONE_ACTIVE) in zonefs_i_size_write()150 z->z_flags &= ~(ZONEFS_ZONE_OPEN | ZONEFS_ZONE_ACTIVE); in zonefs_i_size_write()
44 #define ZONEFS_ZONE_ACTIVE (1U << 2) macro