Home
last modified time | relevance | path

Searched refs:test_opt2 (Results 1 – 7 of 7) sorted by relevance

/fs/ext4/
Dfast_commit.c244 if (!test_opt2(inode->i_sb, JOURNAL_FAST_COMMIT) || in ext4_fc_start_update()
269 if (!test_opt2(inode->i_sb, JOURNAL_FAST_COMMIT) || in ext4_fc_stop_update()
285 if (!test_opt2(inode->i_sb, JOURNAL_FAST_COMMIT) || in ext4_fc_del()
314 if (!test_opt2(sb, JOURNAL_FAST_COMMIT) || in ext4_fc_mark_ineligible()
356 if (!test_opt2(inode->i_sb, JOURNAL_FAST_COMMIT) || in ext4_fc_track_template()
1156 if (!test_opt2(sb, JOURNAL_FAST_COMMIT)) in ext4_fc_commit()
2197 if (!test_opt2(sb, JOURNAL_FAST_COMMIT)) in ext4_fc_init()
Dsuper.c2638 } else if (test_opt2(sb, DAX_NEVER)) { in _ext4_show_options()
2640 } else if (test_opt2(sb, DAX_INODE)) { in _ext4_show_options()
4206 if (test_opt2(sb, EXPLICIT_DELALLOC)) { in ext4_fill_super()
4677 if (test_opt2(sb, EXPLICIT_JOURNAL_CHECKSUM)) { in ext4_fill_super()
4716 if (test_opt2(sb, JOURNAL_FAST_COMMIT) && in ext4_fill_super()
5817 if (test_opt2(sb, EXPLICIT_DELALLOC)) { in ext4_remount()
Dballoc.c40 if (test_opt2(sb, STD_GROUP_SIZE)) in ext4_get_group_number()
Dinode.c3316 if (test_opt2(inode->i_sb, JOURNAL_FAST_COMMIT)) in ext4_inode_datasync_dirty()
4490 if (test_opt2(inode->i_sb, DAX_NEVER)) in ext4_should_enable_dax()
4864 if (likely(!test_opt2(inode->i_sb, HURD_COMPAT))) { in __ext4_iget()
5136 if (likely(!test_opt2(inode->i_sb, HURD_COMPAT))) in ext4_do_update_inode()
5167 if (likely(!test_opt2(inode->i_sb, HURD_COMPAT))) { in ext4_do_update_inode()
Dioctl.c309 if (test_opt2(inode->i_sb, DAX_NEVER) || in ext4_dax_dontcache()
Dmballoc.c856 if (!test_opt2(sb, MB_OPTIMIZE_SCAN) || grp->bb_free == 0) in mb_update_avg_fragment_size()
1002 if (unlikely(!test_opt2(ac->ac_sb, MB_OPTIMIZE_SCAN))) in should_optimize_scan()
1091 if (!test_opt2(sb, MB_OPTIMIZE_SCAN) || in mb_set_largest_free_order()
3068 test_opt2(sb, MB_OPTIMIZE_SCAN) ? 1 : 0); in ext4_mb_seq_structs_summary_show()
Dext4.h1270 #define test_opt2(sb, opt) (EXT4_SB(sb)->s_mount_opt2 & \ macro