Home
last modified time | relevance | path

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

/openbmc/linux/fs/zonefs/
H A Dsuper.c61 if (z->z_flags & (ZONEFS_ZONE_OFFLINE | ZONEFS_ZONE_READONLY)) in zonefs_account_active()
197 z->z_flags |= ZONEFS_ZONE_OFFLINE; in zonefs_check_zone_condition()
232 if (z->z_flags & ZONEFS_ZONE_OFFLINE) { in zonefs_inode_update_mode()
274 if (!(z->z_flags & (ZONEFS_ZONE_READONLY | ZONEFS_ZONE_OFFLINE)) && in zonefs_handle_io_error()
308 if ((z->z_flags & ZONEFS_ZONE_OFFLINE) || in zonefs_handle_io_error()
312 if (!(z->z_flags & ZONEFS_ZONE_OFFLINE)) in zonefs_handle_io_error()
313 z->z_flags |= ZONEFS_ZONE_OFFLINE; in zonefs_handle_io_error()
337 (z->z_flags & (ZONEFS_ZONE_READONLY | ZONEFS_ZONE_OFFLINE))) in zonefs_handle_io_error()
H A Dzonefs.h45 #define ZONEFS_ZONE_OFFLINE (1U << 3) macro