Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/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.c76 EXPORT_SYMBOL(jbd2_journal_set_features);
2148 int jbd2_journal_set_features(journal_t *journal, unsigned long compat, in jbd2_journal_set_features() function
/OK3568_Linux_fs/kernel/include/linux/
H A Djbd2.h1506 extern int jbd2_journal_set_features
/OK3568_Linux_fs/kernel/fs/ext4/
H A Dsuper.c3841 ret = jbd2_journal_set_features(sbi->s_journal, in set_journal_csum_feature_set()
3846 ret = jbd2_journal_set_features(sbi->s_journal, in set_journal_csum_feature_set()
4841 !jbd2_journal_set_features(EXT4_SB(sb)->s_journal, 0, 0, in ext4_fill_super()
4854 !jbd2_journal_set_features(EXT4_SB(sb)->s_journal, 0, 0, in ext4_fill_super()
/OK3568_Linux_fs/kernel/fs/ocfs2/
H A Dsuper.c2427 jbd2_journal_set_features(osb->journal->j_journal, in ocfs2_check_volume()