Lines Matching refs:write
292 * jbd2_journal_write_metadata_buffer: write a metadata buffer to the journal.
300 * JBD2_MAGIC_NUMBER, then we can't write it to the log directly: the
311 * for the write, then we have to make sure nobody modifies it while the
343 * transaction is allowed to write it, so nobody else is allowed
346 * akpm: except if we're journalling data, and write() output is
987 * We play buffer_head aliasing tricks to write data/metadata blocks to
1046 * we will write and where will that transaction start.
1098 * We cannot afford for write to remain in drive's caches since as
1573 * buffers to write out full descriptor block.
1751 * attempting a write to a potential-readonly device.
1804 * Oh, dear. A previous attempt to write the journal
1807 * be a transient write error and maybe the block will
1809 * write and hope for the best.
1843 * @write_flags: Flags for the journal sb write operation
1845 * Update a journal's superblock information about log tail and write it to
1887 * @write_flags: Flags for the journal sb write operation
2155 * write out io error flag and abort the journal if some buffer failed
2156 * to write back to the original location, otherwise the filesystem
2493 * @write: flag (see below)
2499 * If 'write' is non-zero, then we wipe out the journal on disk; otherwise
2503 int jbd2_journal_wipe(journal_t *journal, int write)
2513 write ? "Clearing" : "Ignoring");
2516 if (write) {