Home
last modified time | relevance | path

Searched refs:ZONEFS_ZONE_ACTIVE (Results 1 – 2 of 2) sorted by relevance

/linux/fs/zonefs/
H A Dsuper.c71 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()
H A Dzonefs.h44 #define ZONEFS_ZONE_ACTIVE (1U << 2) macro