Home
last modified time | relevance | path

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

/linux-6.1.9/fs/zonefs/
Dsuper.c54 if ((zi->i_flags & ZONEFS_ZONE_OPEN) || in zonefs_account_active()
116 zi->i_flags &= ~(ZONEFS_ZONE_OPEN | ZONEFS_ZONE_ACTIVE); in zonefs_i_size_write()
460 zi->i_flags &= ~ZONEFS_ZONE_OPEN; in zonefs_io_error_cb()
580 if (zi->i_flags & ZONEFS_ZONE_OPEN) { in zonefs_file_truncate()
592 zi->i_flags &= ~ZONEFS_ZONE_OPEN; in zonefs_file_truncate()
1167 zi->i_flags |= ZONEFS_ZONE_OPEN; in zonefs_seq_file_write_open()
1213 if (zi->i_flags & ZONEFS_ZONE_OPEN) { in zonefs_seq_file_write_close()
1223 if (zi->i_flags & ZONEFS_ZONE_OPEN && in zonefs_seq_file_write_close()
1235 zi->i_flags &= ~ZONEFS_ZONE_OPEN; in zonefs_seq_file_write_close()
Dzonefs.h42 #define ZONEFS_ZONE_OPEN (1U << 0) macro