Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/fs/zonefs/
H A Dfile.c230 if (z->z_flags & ZONEFS_ZONE_OPEN) { in zonefs_file_truncate()
242 z->z_flags &= ~ZONEFS_ZONE_OPEN; in zonefs_file_truncate()
754 z->z_flags |= ZONEFS_ZONE_OPEN; in zonefs_seq_file_write_open()
802 if (z->z_flags & ZONEFS_ZONE_OPEN) { in zonefs_seq_file_write_close()
812 if (z->z_flags & ZONEFS_ZONE_OPEN && in zonefs_seq_file_write_close()
824 z->z_flags &= ~ZONEFS_ZONE_OPEN; in zonefs_seq_file_write_close()
H A Dzonefs.h43 #define ZONEFS_ZONE_OPEN (1U << 1) macro
H A Dsuper.c68 if ((z->z_flags & ZONEFS_ZONE_OPEN) || in zonefs_account_active()
149 z->z_flags &= ~(ZONEFS_ZONE_OPEN | ZONEFS_ZONE_ACTIVE); in zonefs_i_size_write()
332 * need to clear the ZONEFS_ZONE_OPEN flag if the zone transitioned to in zonefs_handle_io_error()
338 z->z_flags &= ~ZONEFS_ZONE_OPEN; in zonefs_handle_io_error()
/kernel/linux/linux-5.10/fs/zonefs/
H A Dzonefs.h41 #define ZONEFS_ZONE_OPEN (1 << 0) macro
H A Dsuper.c68 zi->i_flags &= ~ZONEFS_ZONE_OPEN; in zonefs_i_size_write()
405 * need to clear the ZONEFS_ZONE_OPEN flag if the zone transitioned to in zonefs_io_error_cb()
412 zi->i_flags &= ~ZONEFS_ZONE_OPEN; in zonefs_io_error_cb()
531 if (zi->i_flags & ZONEFS_ZONE_OPEN) { in zonefs_file_truncate()
543 zi->i_flags &= ~ZONEFS_ZONE_OPEN; in zonefs_file_truncate()
1121 zi->i_flags |= ZONEFS_ZONE_OPEN; in zonefs_open_zone()
1162 if (!(zi->i_flags & ZONEFS_ZONE_OPEN)) in zonefs_close_zone()
1174 if (zi->i_flags & ZONEFS_ZONE_OPEN && in zonefs_close_zone()
1180 zi->i_flags &= ~ZONEFS_ZONE_OPEN; in zonefs_close_zone()

Completed in 7 milliseconds