Home
last modified time | relevance | path

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

/openbmc/linux/fs/pstore/
H A Dzone.c157 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()
/openbmc/linux/fs/reiserfs/
H A Djournal.c81 #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()