Searched refs:test_opt2 (Results 1 – 6 of 6) sorted by relevance
/kernel/linux/linux-5.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() 1113 if (!test_opt2(sb, JOURNAL_FAST_COMMIT) || in ext4_fc_commit() 2148 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 | 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() 4795 if (test_opt2(sb, EXPLICIT_JOURNAL_CHECKSUM)) { in ext4_fill_super() 4834 if (test_opt2(sb, JOURNAL_FAST_COMMIT) && in ext4_fill_super() 5903 if (test_opt2(sb, EXPLICIT_DELALLOC)) { in ext4_remount()
|
D | inode.c | 3337 if (test_opt2(inode->i_sb, JOURNAL_FAST_COMMIT)) in ext4_inode_datasync_dirty() 4415 if (likely(!test_opt2(inode->i_sb, HURD_COMPAT))) in ext4_fill_raw_inode() 4438 if (likely(!test_opt2(inode->i_sb, HURD_COMPAT))) { in ext4_fill_raw_inode() 4655 if (test_opt2(inode->i_sb, DAX_NEVER)) in ext4_should_enable_dax() 4989 if (likely(!test_opt2(inode->i_sb, HURD_COMPAT))) { in __ext4_iget()
|
D | ioctl.c | 305 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
|