Home
last modified time | relevance | path

Searched refs:write_dirty_buffer (Results 1 – 6 of 6) sorted by relevance

/linux/fs/exfat/
H A Dmisc.c181 write_dirty_buffer(bhs[i], REQ_SYNC); in exfat_update_bhs()
/linux/fs/fat/
H A Dmisc.c367 write_dirty_buffer(bhs[i], 0); in fat_sync_bhs()
/linux/fs/jbd2/
H A Drevoke.c657 write_dirty_buffer(descriptor, JBD2_JOURNAL_REQ_FLAGS); in flush_descriptor()
H A Dcheckpoint.c134 write_dirty_buffer(journal->j_chkpt_bhs[i], REQ_SYNC); in __flush_batch()
/linux/fs/
H A Dbuffer.c673 write_dirty_buffer(bh, 0); in write_boundary_block()
813 write_dirty_buffer(bh, REQ_SYNC); in fsync_buffers_list()
2833 void write_dirty_buffer(struct buffer_head *bh, blk_opf_t op_flags) in write_dirty_buffer() function
2844 EXPORT_SYMBOL(write_dirty_buffer);
/linux/include/linux/
H A Dbuffer_head.h241 void write_dirty_buffer(struct buffer_head *bh, blk_opf_t op_flags);