Searched refs:FLUSH_ALL (Results 1 – 2 of 2) sorted by relevance
/fs/pstore/ |
D | zone.c | 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()
|
/fs/reiserfs/ |
D | journal.c | 81 #define FLUSH_ALL 1 /* flush commit and real blocks */ macro 1914 do_journal_end(th, FLUSH_ALL); in do_journal_release() 1925 do_journal_end(&myth, FLUSH_ALL); in do_journal_release() 1937 do_journal_end(&myth, FLUSH_ALL); in do_journal_release() 3618 int flush = flags & FLUSH_ALL; in check_journal_end() 4013 flags |= FLUSH_ALL | COMMIT_NOW | WAIT; in do_journal_end() 4014 flush = flags & FLUSH_ALL; in do_journal_end() 4027 flags |= FLUSH_ALL; in do_journal_end()
|