Searched refs:ZONEFS_ZONE_OPEN (Results 1 - 3 of 3) sorted by relevance

/linux-master/fs/zonefs/
H A Dfile.c231 if (z->z_flags & ZONEFS_ZONE_OPEN) {
243 z->z_flags &= ~ZONEFS_ZONE_OPEN;
755 z->z_flags |= ZONEFS_ZONE_OPEN;
803 if (z->z_flags & ZONEFS_ZONE_OPEN) {
813 if (z->z_flags & ZONEFS_ZONE_OPEN &&
825 z->z_flags &= ~ZONEFS_ZONE_OPEN;
H A Dzonefs.h43 #define ZONEFS_ZONE_OPEN (1U << 1) macro
H A Dsuper.c69 if ((z->z_flags & ZONEFS_ZONE_OPEN) ||
150 z->z_flags &= ~(ZONEFS_ZONE_OPEN | ZONEFS_ZONE_ACTIVE);
333 * need to clear the ZONEFS_ZONE_OPEN flag if the zone transitioned to
339 z->z_flags &= ~ZONEFS_ZONE_OPEN;

Completed in 109 milliseconds