Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/ext4/
H A Dfast_commit.c193 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()
1100 if (!test_opt2(sb, JOURNAL_FAST_COMMIT) || in ext4_fc_commit()
2135 if (!test_opt2(sb, JOURNAL_FAST_COMMIT)) in ext4_fc_init()
H A Dballoc.c40 if (test_opt2(sb, STD_GROUP_SIZE)) in ext4_get_group_number()
H A Dsuper.c2649 } else if (test_opt2(sb, DAX_NEVER)) { in _ext4_show_options()
2651 } else if (test_opt2(sb, DAX_INODE)) { in _ext4_show_options()
4348 if (test_opt2(sb, EXPLICIT_DELALLOC)) { in ext4_fill_super()
4809 if (test_opt2(sb, EXPLICIT_JOURNAL_CHECKSUM)) { in ext4_fill_super()
4853 if (test_opt2(sb, JOURNAL_FAST_COMMIT) && in ext4_fill_super()
5861 if (test_opt2(sb, EXPLICIT_DELALLOC)) { in ext4_remount()
H A Dinode.c3403 if (test_opt2(inode->i_sb, JOURNAL_FAST_COMMIT)) in ext4_inode_datasync_dirty()
4571 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()
5178 if (likely(!test_opt2(inode->i_sb, HURD_COMPAT))) in ext4_do_update_inode()
5209 if (likely(!test_opt2(inode->i_sb, HURD_COMPAT))) { in ext4_do_update_inode()
H A Dioctl.c304 if (test_opt2(inode->i_sb, DAX_NEVER) || in ext4_dax_dontcache()
H A Dext4.h1253 #define test_opt2(sb, opt) (EXT4_SB(sb)->s_mount_opt2 & \ macro