Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/ext4/
H A Dioctl.c761 jbd2_journal_lock_updates(EXT4_SB(sb)->s_journal); in ext4_ioctl_group_add()
943 jbd2_journal_lock_updates(EXT4_SB(sb)->s_journal); in __ext4_ioctl()
1086 jbd2_journal_lock_updates(EXT4_SB(sb)->s_journal); in __ext4_ioctl()
H A Dsuper.c5600 jbd2_journal_lock_updates(journal); in ext4_mark_recovery_complete()
5737 jbd2_journal_lock_updates(journal); in ext4_freeze()
6339 jbd2_journal_lock_updates(EXT4_SB(sb)->s_journal); in ext4_quota_on()
H A Dinode.c3302 jbd2_journal_lock_updates(journal); in ext4_bmap()
6104 jbd2_journal_lock_updates(journal); in ext4_change_inode_journal_flag()
/OK3568_Linux_fs/kernel/Documentation/filesystems/
H A Djournalling.rst119 jbd2_journal_lock_updates() /
126 jbd2_journal_lock_updates() //stop new stuff happening..
/OK3568_Linux_fs/kernel/fs/ocfs2/
H A Djournal.c312 jbd2_journal_lock_updates(journal->j_journal); in ocfs2_commit_cache()
1004 jbd2_journal_lock_updates(journal->j_journal); in ocfs2_journal_shutdown()
1074 jbd2_journal_lock_updates(journal->j_journal); in ocfs2_journal_load()
1670 jbd2_journal_lock_updates(journal); in ocfs2_replay_journal()
H A Dalloc.c6022 jbd2_journal_lock_updates(journal->j_journal); in __ocfs2_flush_truncate_log()
/OK3568_Linux_fs/kernel/include/linux/
H A Djbd2.h1494 extern void jbd2_journal_lock_updates (journal_t *);
/OK3568_Linux_fs/kernel/fs/jbd2/
H A Dtransaction.c832 void jbd2_journal_lock_updates(journal_t *journal) in jbd2_journal_lock_updates() function
H A Djournal.c61 EXPORT_SYMBOL(jbd2_journal_lock_updates);