Searched refs:jbd2_journal_lock_updates (Results 1 – 10 of 10) sorted by relevance
966 jbd2_journal_lock_updates(EXT4_SB(sb)->s_journal); in ext4_ioctl_group_add() 1098 jbd2_journal_lock_updates(EXT4_SB(sb)->s_journal); in ext4_ioctl_checkpoint() 1318 jbd2_journal_lock_updates(EXT4_SB(sb)->s_journal); in __ext4_ioctl() 1456 jbd2_journal_lock_updates(EXT4_SB(sb)->s_journal); in __ext4_ioctl()
58 * [3] Lock the journal by calling jbd2_journal_lock_updates. This ensures that1098 jbd2_journal_lock_updates(journal); in ext4_fc_perform_commit()
6258 jbd2_journal_lock_updates(journal); in ext4_mark_recovery_complete()6394 jbd2_journal_lock_updates(journal); in ext4_freeze()
6586 jbd2_journal_lock_updates(journal); in ext4_change_inode_journal_flag()
117 jbd2_journal_lock_updates() /124 jbd2_journal_lock_updates() //stop new stuff happening..
330 jbd2_journal_lock_updates(journal->j_journal); in ocfs2_commit_cache() 1103 jbd2_journal_lock_updates(journal->j_journal); in ocfs2_journal_shutdown() 1174 jbd2_journal_lock_updates(journal->j_journal); in ocfs2_journal_load() 1780 jbd2_journal_lock_updates(journal); in ocfs2_replay_journal()
6037 jbd2_journal_lock_updates(journal->j_journal); in __ocfs2_flush_truncate_log()
1521 extern void jbd2_journal_lock_updates (journal_t *);
850 * jbd2_journal_lock_updates () - establish a transaction barrier.859 void jbd2_journal_lock_updates(journal_t *journal) in jbd2_journal_lock_updates() function 881 * we also need to barrier against other jbd2_journal_lock_updates() calls in jbd2_journal_lock_updates() 892 * Release a transaction barrier obtained with jbd2_journal_lock_updates().
60 EXPORT_SYMBOL(jbd2_journal_lock_updates);