• Home
  • Raw
  • Download

Lines Matching refs:test_opt

475 	if (!test_opt(sb, ERRORS_CONT)) {  in ext4_handle_error()
482 if (test_opt(sb, ERRORS_RO)) { in ext4_handle_error()
486 if (test_opt(sb, ERRORS_PANIC)) in ext4_handle_error()
662 if (test_opt(sb, ERRORS_PANIC)) in __ext4_abort()
720 if (test_opt(sb, ERRORS_CONT)) { in __ext4_grp_locked_error()
1556 else if (test_opt(sb, DATA_FLAGS) != in handle_mount_opt()
1628 if (test_opt(sb, USRQUOTA) && sbi->s_qf_names[USRQUOTA]) in parse_options()
1631 if (test_opt(sb, GRPQUOTA) && sbi->s_qf_names[GRPQUOTA]) in parse_options()
1634 if (test_opt(sb, GRPQUOTA) || test_opt(sb, USRQUOTA)) { in parse_options()
1654 if (test_opt(sb, DIOREAD_NOLOCK)) { in parse_options()
1696 if (test_opt(sb, USRQUOTA)) in ext4_show_quota_options()
1699 if (test_opt(sb, GRPQUOTA)) in ext4_show_quota_options()
1755 if (test_opt(sb, ERRORS_RO) && def_errors != EXT4_ERRORS_RO) in _ext4_show_options()
1757 if (test_opt(sb, ERRORS_CONT) && def_errors != EXT4_ERRORS_CONTINUE) in _ext4_show_options()
1759 if (test_opt(sb, ERRORS_PANIC) && def_errors != EXT4_ERRORS_PANIC) in _ext4_show_options()
1772 if (test_opt(sb, DATA_FLAGS) == EXT4_MOUNT_JOURNAL_DATA) in _ext4_show_options()
1774 else if (test_opt(sb, DATA_FLAGS) == EXT4_MOUNT_ORDERED_DATA) in _ext4_show_options()
1776 else if (test_opt(sb, DATA_FLAGS) == EXT4_MOUNT_WRITEBACK_DATA) in _ext4_show_options()
1784 if (nodefs || (test_opt(sb, INIT_INODE_TABLE) && in _ext4_show_options()
1865 if (test_opt(sb, DEBUG)) in ext4_setup_super()
2906 !test_opt(sb, INIT_INODE_TABLE)) in ext4_register_li_request()
3224 if (test_opt(sb, DATA_FLAGS) == EXT4_MOUNT_JOURNAL_DATA) { in ext4_fill_super()
3233 if (test_opt(sb, DIOREAD_NOLOCK)) { in ext4_fill_super()
3238 if (test_opt(sb, DELALLOC)) in ext4_fill_super()
3243 (test_opt(sb, POSIX_ACL) ? MS_POSIXACL : 0); in ext4_fill_super()
3566 if (!test_opt(sb, NOLOAD) && in ext4_fill_super()
3598 if (!test_opt(sb, NOLOAD) && in ext4_fill_super()
3602 } else if (test_opt(sb, NOLOAD) && !(sb->s_flags & MS_RDONLY) && in ext4_fill_super()
3621 if (test_opt(sb, JOURNAL_ASYNC_COMMIT)) { in ext4_fill_super()
3625 } else if (test_opt(sb, JOURNAL_CHECKSUM)) { in ext4_fill_super()
3638 switch (test_opt(sb, DATA_FLAGS)) { in ext4_fill_super()
3788 if (test_opt(sb, DATA_FLAGS) == EXT4_MOUNT_JOURNAL_DATA) in ext4_fill_super()
3790 else if (test_opt(sb, DATA_FLAGS) == EXT4_MOUNT_ORDERED_DATA) in ext4_fill_super()
3878 if (test_opt(sb, BARRIER)) in ext4_init_journal_params()
3882 if (test_opt(sb, DATA_ERR_ABORT)) in ext4_init_journal_params()
4400 if (test_opt(sb, DATA_FLAGS) == EXT4_MOUNT_JOURNAL_DATA) { in ext4_remount()
4407 if (test_opt(sb, DIOREAD_NOLOCK)) { in ext4_remount()
4419 (test_opt(sb, POSIX_ACL) ? MS_POSIXACL : 0); in ext4_remount()
4520 if ((sb->s_flags & MS_RDONLY) || !test_opt(sb, INIT_INODE_TABLE)) in ext4_remount()
4579 if (!test_opt(sb, MINIX_DF)) in ext4_statfs()
4719 if (!test_opt(sb, QUOTA)) in ext4_quota_on()
4761 if (test_opt(sb, DELALLOC)) in ext4_quota_off()