Home
last modified time | relevance | path

Searched refs:jbd2_journal_lock_updates (Results 1 – 9 of 9) sorted by relevance

/linux-6.15/fs/ext4/
H A Dioctl.c966 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()
H A Dsuper.c6256 jbd2_journal_lock_updates(journal); in ext4_mark_recovery_complete()
6392 jbd2_journal_lock_updates(journal); in ext4_freeze()
H A Dinode.c6151 jbd2_journal_lock_updates(journal); in ext4_change_inode_journal_flag()
/linux-6.15/Documentation/filesystems/
H A Djournalling.rst117 jbd2_journal_lock_updates() /
124 jbd2_journal_lock_updates() //stop new stuff happening..
/linux-6.15/fs/ocfs2/
H A Djournal.c330 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()
H A Dalloc.c6037 jbd2_journal_lock_updates(journal->j_journal); in __ocfs2_flush_truncate_log()
/linux-6.15/include/linux/
H A Djbd2.h1521 extern void jbd2_journal_lock_updates (journal_t *);
/linux-6.15/fs/jbd2/
H A Djournal.c60 EXPORT_SYMBOL(jbd2_journal_lock_updates);
731 jbd2_journal_lock_updates(journal); in jbd2_fc_begin_commit()
H A Dtransaction.c859 void jbd2_journal_lock_updates(journal_t *journal) in jbd2_journal_lock_updates() function