Home
last modified time | relevance | path

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

/Linux-v6.6/fs/ext4/
Dioctl.c957 jbd2_journal_lock_updates(EXT4_SB(sb)->s_journal); in ext4_ioctl_group_add()
1089 jbd2_journal_lock_updates(EXT4_SB(sb)->s_journal); in ext4_ioctl_checkpoint()
1309 jbd2_journal_lock_updates(EXT4_SB(sb)->s_journal); in __ext4_ioctl()
1454 jbd2_journal_lock_updates(EXT4_SB(sb)->s_journal); in __ext4_ioctl()
Dsuper.c6241 jbd2_journal_lock_updates(journal); in ext4_mark_recovery_complete()
6376 jbd2_journal_lock_updates(journal); in ext4_freeze()
Dinode.c6004 jbd2_journal_lock_updates(journal); in ext4_change_inode_journal_flag()
/Linux-v6.6/Documentation/filesystems/
Djournalling.rst119 jbd2_journal_lock_updates() /
126 jbd2_journal_lock_updates() //stop new stuff happening..
/Linux-v6.6/fs/ocfs2/
Djournal.c308 jbd2_journal_lock_updates(journal->j_journal); in ocfs2_commit_cache()
1041 jbd2_journal_lock_updates(journal->j_journal); in ocfs2_journal_shutdown()
1112 jbd2_journal_lock_updates(journal->j_journal); in ocfs2_journal_load()
1704 jbd2_journal_lock_updates(journal); in ocfs2_replay_journal()
Dalloc.c6022 jbd2_journal_lock_updates(journal->j_journal); in __ocfs2_flush_truncate_log()
/Linux-v6.6/include/linux/
Djbd2.h1532 extern void jbd2_journal_lock_updates (journal_t *);
/Linux-v6.6/fs/jbd2/
Djournal.c60 EXPORT_SYMBOL(jbd2_journal_lock_updates);
745 jbd2_journal_lock_updates(journal); in jbd2_fc_begin_commit()
Dtransaction.c878 void jbd2_journal_lock_updates(journal_t *journal) in jbd2_journal_lock_updates() function