Searched refs:test_opt2 (Results 1 – 6 of 6) sorted by relevance
/Linux-v5.10/fs/ext4/ |
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() 1084 if (!test_opt2(sb, JOURNAL_FAST_COMMIT) || in ext4_fc_commit() 2107 if (!test_opt2(sb, JOURNAL_FAST_COMMIT)) in ext4_fc_init()
|
D | balloc.c | 40 if (test_opt2(sb, STD_GROUP_SIZE)) in ext4_get_group_number()
|
D | inode.c | 3314 if (test_opt2(inode->i_sb, JOURNAL_FAST_COMMIT)) in ext4_inode_datasync_dirty() 4469 if (test_opt2(inode->i_sb, DAX_NEVER)) in ext4_should_enable_dax() 4811 if (likely(!test_opt2(inode->i_sb, HURD_COMPAT))) { in __ext4_iget() 5077 if (likely(!test_opt2(inode->i_sb, HURD_COMPAT))) in ext4_do_update_inode() 5108 if (likely(!test_opt2(inode->i_sb, HURD_COMPAT))) { in ext4_do_update_inode()
|
D | super.c | 2636 } else if (test_opt2(sb, DAX_NEVER)) { in _ext4_show_options() 2638 } else if (test_opt2(sb, DAX_INODE)) { in _ext4_show_options() 4328 if (test_opt2(sb, EXPLICIT_DELALLOC)) { in ext4_fill_super() 4798 if (test_opt2(sb, EXPLICIT_JOURNAL_CHECKSUM)) { in ext4_fill_super() 4842 if (test_opt2(sb, JOURNAL_FAST_COMMIT) && in ext4_fill_super() 5838 if (test_opt2(sb, EXPLICIT_DELALLOC)) { in ext4_remount()
|
D | ioctl.c | 304 if (test_opt2(inode->i_sb, DAX_NEVER) || in ext4_dax_dontcache()
|
D | ext4.h | 1253 #define test_opt2(sb, opt) (EXT4_SB(sb)->s_mount_opt2 & \ macro
|