Home
last modified time | relevance | path

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

/linux-4.4.14/fs/jbd2/
Drevoke.c337 if (!jbd2_journal_set_features(journal, 0, 0, JBD2_FEATURE_INCOMPAT_REVOKE)){ in jbd2_journal_revoke()
Djournal.c81 EXPORT_SYMBOL(jbd2_journal_set_features);
1826 int jbd2_journal_set_features (journal_t *journal, unsigned long compat, in jbd2_journal_set_features() function
/linux-4.4.14/include/linux/
Djbd2.h1257 extern int jbd2_journal_set_features
/linux-4.4.14/fs/ext4/
Dsuper.c2939 ret = jbd2_journal_set_features(sbi->s_journal, in set_journal_csum_feature_set()
2944 ret = jbd2_journal_set_features(sbi->s_journal, in set_journal_csum_feature_set()
3719 !jbd2_journal_set_features(EXT4_SB(sb)->s_journal, 0, 0, in ext4_fill_super()
/linux-4.4.14/fs/ocfs2/
Dsuper.c2472 jbd2_journal_set_features(osb->journal->j_journal, in ocfs2_check_volume()