Searched refs:FLUSH_ALL (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/fs/pstore/ |
H A D | zone.c | 155 * @FLUSH_ALL: flush all of zone 161 FLUSH_ALL, enumerator 246 case FLUSH_ALL: in psz_zone_write() 279 ret = psz_zone_write(zone, FLUSH_ALL, NULL, 0, 0); in psz_flush_dirty_zone() 309 ret = psz_zone_write(new, FLUSH_ALL, data, buffer_datalen(old), 0); in psz_move_zone() 788 ret = psz_zone_write(zone, FLUSH_ALL, record->buf, size, hlen); in psz_kmsg_write_record()
|
/kernel/linux/linux-6.6/fs/pstore/ |
H A D | zone.c | 151 * @FLUSH_ALL: flush all of zone 157 FLUSH_ALL, enumerator 242 case FLUSH_ALL: in psz_zone_write() 275 ret = psz_zone_write(zone, FLUSH_ALL, NULL, 0, 0); in psz_flush_dirty_zone() 305 ret = psz_zone_write(new, FLUSH_ALL, data, buffer_datalen(old), 0); in psz_move_zone() 775 ret = psz_zone_write(zone, FLUSH_ALL, record->buf, size, hlen); in psz_kmsg_write_record()
|
/kernel/linux/linux-5.10/fs/reiserfs/ |
H A D | journal.c | 81 #define FLUSH_ALL 1 /* flush commit and real blocks */ macro 1916 do_journal_end(th, FLUSH_ALL); in do_journal_release() 1927 do_journal_end(&myth, FLUSH_ALL); in do_journal_release() 1939 do_journal_end(&myth, FLUSH_ALL); in do_journal_release() 3620 int flush = flags & FLUSH_ALL; in check_journal_end() 4015 flags |= FLUSH_ALL | COMMIT_NOW | WAIT; in do_journal_end() 4016 flush = flags & FLUSH_ALL; in do_journal_end() 4029 flags |= FLUSH_ALL; in do_journal_end()
|
/kernel/linux/linux-6.6/fs/reiserfs/ |
H A D | journal.c | 81 #define FLUSH_ALL 1 /* flush commit and real blocks */ macro 1917 do_journal_end(th, FLUSH_ALL); in do_journal_release() 1928 do_journal_end(&myth, FLUSH_ALL); in do_journal_release() 1940 do_journal_end(&myth, FLUSH_ALL); in do_journal_release() 3625 int flush = flags & FLUSH_ALL; in check_journal_end() 4020 flags |= FLUSH_ALL | COMMIT_NOW | WAIT; in do_journal_end() 4021 flush = flags & FLUSH_ALL; in do_journal_end() 4034 flags |= FLUSH_ALL; in do_journal_end()
|
Completed in 13 milliseconds