Home
last modified time | relevance | path

Searched refs:jbd2_journal_set_features (Results 1 – 5 of 5) sorted by relevance

/linux-6.15/fs/jbd2/
H A Drevoke.c339 if (!jbd2_journal_set_features(journal, 0, 0, JBD2_FEATURE_INCOMPAT_REVOKE)){ in jbd2_journal_revoke()
H A Djournal.c75 EXPORT_SYMBOL(jbd2_journal_set_features);
2296 int jbd2_journal_set_features(journal_t *journal, unsigned long compat, in jbd2_journal_set_features() function
/linux-6.15/include/linux/
H A Djbd2.h1535 extern int jbd2_journal_set_features
/linux-6.15/fs/ext4/
H A Dsuper.c4079 ret = jbd2_journal_set_features(sbi->s_journal, in set_journal_csum_feature_set()
4084 ret = jbd2_journal_set_features(sbi->s_journal, in set_journal_csum_feature_set()
4909 !jbd2_journal_set_features(EXT4_SB(sb)->s_journal, 0, 0, in ext4_load_and_init_journal()
4922 !jbd2_journal_set_features(EXT4_SB(sb)->s_journal, 0, 0, in ext4_load_and_init_journal()
/linux-6.15/fs/ocfs2/
H A Dsuper.c2381 jbd2_journal_set_features(osb->journal->j_journal, in ocfs2_check_volume()