Searched refs:test_opt2 (Results 1 - 14 of 14) sorted by relevance
/kernel/linux/linux-5.10/fs/ext4/ |
H A D | fast_commit.c | 193 if (!test_opt2(inode->i_sb, JOURNAL_FAST_COMMIT) || in ext4_fc_start_update() 218 if (!test_opt2(inode->i_sb, JOURNAL_FAST_COMMIT) || in ext4_fc_stop_update() 234 if (!test_opt2(inode->i_sb, JOURNAL_FAST_COMMIT) || in ext4_fc_del() 261 if (!test_opt2(sb, JOURNAL_FAST_COMMIT) || in ext4_fc_mark_ineligible() 278 if (!test_opt2(sb, JOURNAL_FAST_COMMIT) || in ext4_fc_start_ineligible() 294 if (!test_opt2(sb, JOURNAL_FAST_COMMIT) || in ext4_fc_stop_ineligible() 329 if (!test_opt2(inode->i_sb, JOURNAL_FAST_COMMIT) || in ext4_fc_track_template() 1113 if (!test_opt2(sb, JOURNAL_FAST_COMMIT) || in ext4_fc_commit() 2148 if (!test_opt2(sb, JOURNAL_FAST_COMMIT)) in ext4_fc_init()
|
H A D | balloc.c | 40 if (test_opt2(sb, STD_GROUP_SIZE)) in ext4_get_group_number()
|
H A D | inode.c | 3327 if (test_opt2(inode->i_sb, JOURNAL_FAST_COMMIT)) in ext4_inode_datasync_dirty() 4405 if (likely(!test_opt2(inode->i_sb, HURD_COMPAT))) in ext4_fill_raw_inode() 4428 if (likely(!test_opt2(inode->i_sb, HURD_COMPAT))) { in ext4_fill_raw_inode() 4645 if (test_opt2(inode->i_sb, DAX_NEVER)) in ext4_should_enable_dax() 5007 if (likely(!test_opt2(inode->i_sb, HURD_COMPAT))) { in __ext4_iget()
|
H A D | super.c | 2623 } else if (test_opt2(sb, DAX_NEVER)) { in _ext4_show_options() 2625 } else if (test_opt2(sb, DAX_INODE)) { in _ext4_show_options() 4326 if (test_opt2(sb, EXPLICIT_DELALLOC)) { in ext4_fill_super() 4797 if (test_opt2(sb, EXPLICIT_JOURNAL_CHECKSUM)) { in ext4_fill_super() 4836 if (test_opt2(sb, JOURNAL_FAST_COMMIT) && in ext4_fill_super() 5906 if (test_opt2(sb, EXPLICIT_DELALLOC)) { in ext4_remount()
|
H A D | ioctl.c | 306 if (test_opt2(inode->i_sb, DAX_NEVER) || in ext4_dax_dontcache()
|
H A D | ext4.h | 1255 #define test_opt2(sb, opt) (EXT4_SB(sb)->s_mount_opt2 & \ macro
|
/kernel/linux/linux-6.6/fs/ext4/ |
H A D | fast_commit.c | 234 return (!test_opt2(sb, JOURNAL_FAST_COMMIT) || in ext4_fc_disabled() 1198 if (!test_opt2(sb, JOURNAL_FAST_COMMIT)) in ext4_fc_commit() 2250 if (!test_opt2(sb, JOURNAL_FAST_COMMIT)) in ext4_fc_init()
|
H A D | super.c | 3052 } else if (test_opt2(sb, DAX_NEVER)) { in _ext4_show_options() 3054 } else if (test_opt2(sb, DAX_INODE)) { in _ext4_show_options() 3059 !test_opt2(sb, MB_OPTIMIZE_SCAN)) { in _ext4_show_options() 3062 test_opt2(sb, MB_OPTIMIZE_SCAN)) { in _ext4_show_options() 4924 if (test_opt2(sb, JOURNAL_FAST_COMMIT) && in ext4_load_and_init_journal() 4996 if (test_opt2(sb, EXPLICIT_DELALLOC)) { in ext4_check_journal_data_mode() 5391 if (test_opt2(sb, EXPLICIT_JOURNAL_CHECKSUM)) { in __ext4_fill_super() 6506 if (test_opt2(sb, EXPLICIT_DELALLOC)) { in __ext4_remount() 6533 if (test_opt2(sb, ABORT)) in __ext4_remount()
|
H A D | balloc.c | 40 if (test_opt2(sb, STD_GROUP_SIZE)) in ext4_get_group_number()
|
H A D | inode.c | 3212 if (test_opt2(inode->i_sb, JOURNAL_FAST_COMMIT)) in ext4_inode_datasync_dirty() 4305 if (likely(!test_opt2(inode->i_sb, HURD_COMPAT))) in ext4_fill_raw_inode() 4328 if (likely(!test_opt2(inode->i_sb, HURD_COMPAT))) { in ext4_fill_raw_inode() 4545 if (test_opt2(inode->i_sb, DAX_NEVER)) in ext4_should_enable_dax() 4912 if (likely(!test_opt2(inode->i_sb, HURD_COMPAT))) { in __ext4_iget()
|
H A D | mballoc.c | 844 if (!test_opt2(sb, MB_OPTIMIZE_SCAN) || grp->bb_fragments == 0) in mb_update_avg_fragment_size() 1069 if (unlikely(!test_opt2(ac->ac_sb, MB_OPTIMIZE_SCAN))) in should_optimize_scan() 1155 if (!test_opt2(sb, MB_OPTIMIZE_SCAN) || in mb_set_largest_free_order() 3237 test_opt2(sb, MB_OPTIMIZE_SCAN) ? 1 : 0); in ext4_mb_seq_structs_summary_show()
|
H A D | ioctl.c | 546 if (test_opt2(inode->i_sb, DAX_NEVER) || in ext4_dax_dontcache()
|
H A D | ext4.h | 1254 #define test_opt2(sb, opt) (EXT4_SB(sb)->s_mount_opt2 & \ macro
|
H A D | namei.c | 4004 if (test_opt2(sb, JOURNAL_FAST_COMMIT) && in ext4_rename()
|
Completed in 72 milliseconds