Searched refs:jbd2_journal_set_features (Results 1 – 5 of 5) sorted by relevance
| /Linux-v6.6/fs/jbd2/ |
| D | revoke.c | 339 if (!jbd2_journal_set_features(journal, 0, 0, JBD2_FEATURE_INCOMPAT_REVOKE)){ in jbd2_journal_revoke()
|
| D | journal.c | 75 EXPORT_SYMBOL(jbd2_journal_set_features); 2294 int jbd2_journal_set_features(journal_t *journal, unsigned long compat, in jbd2_journal_set_features() function
|
| /Linux-v6.6/include/linux/ |
| D | jbd2.h | 1546 extern int jbd2_journal_set_features
|
| /Linux-v6.6/fs/ext4/ |
| D | super.c | 4099 ret = jbd2_journal_set_features(sbi->s_journal, in set_journal_csum_feature_set() 4104 ret = jbd2_journal_set_features(sbi->s_journal, in set_journal_csum_feature_set() 4911 !jbd2_journal_set_features(EXT4_SB(sb)->s_journal, 0, 0, in ext4_load_and_init_journal() 4924 !jbd2_journal_set_features(EXT4_SB(sb)->s_journal, 0, 0, in ext4_load_and_init_journal()
|
| /Linux-v6.6/fs/ocfs2/ |
| D | super.c | 2429 jbd2_journal_set_features(osb->journal->j_journal, in ocfs2_check_volume()
|