Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dbuffer_head.h242 int __sync_dirty_buffer(struct buffer_head *bh, blk_opf_t op_flags);
/openbmc/linux/fs/
H A Dbuffer.c2857 int __sync_dirty_buffer(struct buffer_head *bh, blk_opf_t op_flags) in __sync_dirty_buffer() function
2882 EXPORT_SYMBOL(__sync_dirty_buffer);
2886 return __sync_dirty_buffer(bh, REQ_SYNC); in sync_dirty_buffer()
/openbmc/linux/fs/exfat/
H A Dsuper.c115 __sync_dirty_buffer(sbi->boot_bh, REQ_SYNC | REQ_FUA | REQ_PREFLUSH); in exfat_set_vol_flags()
/openbmc/linux/fs/nilfs2/
H A Dsuper.c182 err = __sync_dirty_buffer(nilfs->ns_sbh[0], in nilfs_sync_super()
/openbmc/linux/fs/reiserfs/
H A Djournal.c1112 __sync_dirty_buffer(jl->j_commit_bh, in flush_commit_list()
1271 __sync_dirty_buffer(journal->j_header_bh, in _update_journal_header_block()
/openbmc/linux/fs/f2fs/
H A Dsuper.c3328 return __sync_dirty_buffer(bh, REQ_SYNC | REQ_PREFLUSH | REQ_FUA); in __f2fs_commit_super()