Home
last modified time | relevance | path

Searched refs:test_opt (Results 1 – 25 of 51) sorted by relevance

123

/linux-6.1.9/tools/testing/selftests/bpf/progs/
Dtest_tcp_hdr_options.c72 static void write_test_option(const struct bpf_test_option *test_opt, in write_test_option() argument
77 data[offset++] = test_opt->flags; in write_test_option()
78 if (TEST_OPTION_FLAGS(test_opt->flags, OPTION_MAX_DELACK_MS)) in write_test_option()
79 data[offset++] = test_opt->max_delack_ms; in write_test_option()
81 if (TEST_OPTION_FLAGS(test_opt->flags, OPTION_RAND)) in write_test_option()
82 data[offset++] = test_opt->rand; in write_test_option()
86 const struct bpf_test_option *test_opt) in store_option() argument
96 write_opt.exprm.len = option_total_len(test_opt->flags); in store_option()
99 write_test_option(test_opt, write_opt.exprm.data); in store_option()
104 write_opt.regular.len = option_total_len(test_opt->flags); in store_option()
[all …]
/linux-6.1.9/fs/ext2/
Dxattr_user.c17 return test_opt(dentry->d_sb, XATTR_USER); in ext2_xattr_user_list()
25 if (!test_opt(inode->i_sb, XATTR_USER)) in ext2_xattr_user_get()
38 if (!test_opt(inode->i_sb, XATTR_USER)) in ext2_xattr_user_set()
Dsuper.c75 if (test_opt(sb, ERRORS_PANIC)) in ext2_error()
77 if (!sb_rdonly(sb) && test_opt(sb, ERRORS_RO)) { in ext2_error()
248 if (test_opt(sb, MINIX_DF)) in ext2_show_options()
250 if (test_opt(sb, GRPID)) in ext2_show_options()
252 if (!test_opt(sb, GRPID) && (def_mount_opts & EXT2_DEFM_BSDGROUPS)) in ext2_show_options()
264 if (test_opt(sb, ERRORS_RO)) { in ext2_show_options()
272 if (test_opt(sb, ERRORS_CONT)) in ext2_show_options()
274 if (test_opt(sb, ERRORS_PANIC)) in ext2_show_options()
276 if (test_opt(sb, NO_UID32)) in ext2_show_options()
278 if (test_opt(sb, DEBUG)) in ext2_show_options()
[all …]
Dioctl.c90 if (test_opt(inode->i_sb, RESERVATION) in ext2_ioctl()
99 if (!test_opt(inode->i_sb, RESERVATION) ||!S_ISREG(inode->i_mode)) in ext2_ioctl()
Dialloc.c446 if (test_opt(sb, OLDALLOC)) in ext2_new_inode()
543 if (test_opt(sb, GRPID)) { in ext2_new_inode()
Dinode.c1352 if (test_opt(inode->i_sb, DAX) && S_ISREG(inode->i_mode)) in ext2_set_inode_flags()
1395 if (!(test_opt (inode->i_sb, NO_UID32))) { in ext2_iget()
1513 if (!(test_opt(sb, NO_UID32))) { in __ext2_write_inode()
/linux-6.1.9/fs/ext4/
Dxattr_hurd.c18 return test_opt(dentry->d_sb, XATTR_USER); in ext4_xattr_hurd_list()
26 if (!test_opt(inode->i_sb, XATTR_USER)) in ext4_xattr_hurd_get()
40 if (!test_opt(inode->i_sb, XATTR_USER)) in ext4_xattr_hurd_set()
Dxattr_user.c18 return test_opt(dentry->d_sb, XATTR_USER); in ext4_xattr_user_list()
26 if (!test_opt(inode->i_sb, XATTR_USER)) in ext4_xattr_user_get()
39 if (!test_opt(inode->i_sb, XATTR_USER)) in ext4_xattr_user_set()
Dext4_jbd2.c17 test_opt(inode->i_sb, DATA_FLAGS) == EXT4_MOUNT_JOURNAL_DATA || in ext4_inode_journal_mode()
19 !test_opt(inode->i_sb, DELALLOC))) { in ext4_inode_journal_mode()
25 if (test_opt(inode->i_sb, DATA_FLAGS) == EXT4_MOUNT_ORDERED_DATA) in ext4_inode_journal_mode()
27 if (test_opt(inode->i_sb, DATA_FLAGS) == EXT4_MOUNT_WRITEBACK_DATA) in ext4_inode_journal_mode()
272 test_opt(inode->i_sb, DATA_FLAGS)); in __ext4_forget()
285 if (test_opt(inode->i_sb, DATA_FLAGS) == EXT4_MOUNT_JOURNAL_DATA || in __ext4_forget()
Dsuper.c654 bool continue_fs = !force_ro && test_opt(sb, ERRORS_CONT); in ext4_handle_error()
657 if (test_opt(sb, WARN_ON_ERROR)) in ext4_handle_error()
685 if (test_opt(sb, ERRORS_PANIC) && !system_going_down()) { in ext4_handle_error()
1015 if (test_opt(sb, ERRORS_CONT)) { in __ext4_grp_locked_error()
1016 if (test_opt(sb, WARN_ON_ERROR)) in __ext4_grp_locked_error()
2586 test_opt(sb, USRQUOTA)); in ext4_check_quota_consistency()
2589 test_opt(sb, GRPQUOTA)); in ext4_check_quota_consistency()
2743 test_opt(sb, DATA_FLAGS)) { in ext4_check_opt_consistency()
2752 (test_opt(sb, DATA_FLAGS) == EXT4_MOUNT_JOURNAL_DATA)) { in ext4_check_opt_consistency()
2930 if (test_opt(sb, ERRORS_RO) && def_errors != EXT4_ERRORS_RO) in _ext4_show_options()
[all …]
Dext4_jbd2.h480 if (test_opt(inode->i_sb, DATA_FLAGS) == EXT4_MOUNT_JOURNAL_DATA) in ext4_free_data_revoke_credits()
502 if (!test_opt(inode->i_sb, DIOREAD_NOLOCK)) in ext4_should_dioread_nolock()
511 if (!test_opt(inode->i_sb, DELALLOC)) in ext4_should_dioread_nolock()
Dfsync.c98 if (test_opt(inode->i_sb, BARRIER)) in ext4_fsync_nojournal()
Dresize.c160 if (test_opt(sb, DEBUG)) in verify_group_input()
395 if (test_opt(sb, DEBUG)) { in ext4_alloc_group_tables()
836 if (test_opt(sb, DEBUG)) in add_new_gdb()
1524 if (test_opt(sb, DEBUG)) in ext4_update_super()
1669 if (!test_opt(sb, INIT_INODE_TABLE)) in ext4_setup_next_flex_gd()
1816 if (test_opt(sb, DEBUG)) in ext4_group_extend_no_check()
1847 if (test_opt(sb, DEBUG)) in ext4_group_extend()
Dorphan.c331 if (test_opt(sb, DEBUG)) in ext4_process_orphan()
352 if (test_opt(sb, DEBUG)) in ext4_process_orphan()
Dioctl.c548 test_opt(inode->i_sb, DAX_ALWAYS)) in ext4_dax_dontcache()
957 test_opt(sb, INIT_INODE_TABLE)) in ext4_ioctl_group_add()
1455 test_opt(sb, INIT_INODE_TABLE)) in __ext4_ioctl()
1480 if (test_opt(sb, NOLOAD) && ext4_has_feature_journal(sb)) in __ext4_ioctl()
Dblock_validity.c264 if (test_opt(sb, DEBUG)) in ext4_setup_system_zone()
Dballoc.c657 if (test_opt(sb, DISCARD)) { in ext4_should_retry_alloc()
935 if (test_opt(inode->i_sb, DELALLOC)) in ext4_inode_to_goal_block()
/linux-6.1.9/fs/f2fs/
Dsuper.c308 if (test_opt(sbi, RESERVE_ROOT) && in limit_reserve_root()
314 if (!test_opt(sbi, RESERVE_ROOT) && in limit_reserve_root()
453 if (test_opt(sbi, PRJQUOTA) && !f2fs_sb_has_project_quota(sbi)) { in f2fs_check_quota_options()
460 if (test_opt(sbi, USRQUOTA) && in f2fs_check_quota_options()
464 if (test_opt(sbi, GRPQUOTA) && in f2fs_check_quota_options()
468 if (test_opt(sbi, PRJQUOTA) && in f2fs_check_quota_options()
472 if (test_opt(sbi, GRPQUOTA) || test_opt(sbi, USRQUOTA) || in f2fs_check_quota_options()
473 test_opt(sbi, PRJQUOTA)) { in f2fs_check_quota_options()
827 if (test_opt(sbi, RESERVE_ROOT)) { in parse_options()
1316 if (test_opt(sbi, INLINE_XATTR_SIZE)) { in parse_options()
[all …]
Dxattr.c54 if (!test_opt(sbi, XATTR_USER)) in f2fs_xattr_generic_get()
77 if (!test_opt(sbi, XATTR_USER)) in f2fs_xattr_generic_set()
94 return test_opt(sbi, XATTR_USER); in f2fs_xattr_user_list()
Dnamei.c244 if (test_opt(sbi, INLINE_XATTR)) in f2fs_new_inode()
276 if (test_opt(sbi, INLINE_DATA) && f2fs_may_inline_data(inode)) in f2fs_new_inode()
358 if (!test_opt(sbi, DISABLE_EXT_IDENTIFY)) in f2fs_create()
Dsegment.c392 if (test_opt(sbi, GC_MERGE) && sbi->gc_thread && in f2fs_balance_fs()
471 if (test_opt(sbi, DATA_FLUSH) && from_bg) { in f2fs_balance_fs_bg()
491 trace_f2fs_issue_flush(bdev, test_opt(sbi, NOBARRIER), in __submit_flush_wait()
492 test_opt(sbi, FLUSH_MERGE), ret); in __submit_flush_wait()
554 if (test_opt(sbi, NOBARRIER)) in f2fs_issue_flush()
557 if (!test_opt(sbi, FLUSH_MERGE)) { in f2fs_issue_flush()
640 if (!test_opt(sbi, FLUSH_MERGE)) in f2fs_create_flush_cmd_control()
679 if (test_opt(sbi, NOBARRIER)) in f2fs_flush_device_cache()
2552 if (test_opt(sbi, NOHEAP) && in __get_next_segno()
2583 if (test_opt(sbi, NOHEAP)) in new_curseg()
/linux-6.1.9/fs/erofs/
Dsuper.c764 if (test_opt(&sbi->opt, DAX_ALWAYS)) { in erofs_fc_fill_super()
777 if (test_opt(&sbi->opt, POSIX_ACL)) in erofs_fc_fill_super()
842 if (test_opt(&ctx->opt, POSIX_ACL)) in erofs_fc_reconfigure()
1082 if (test_opt(opt, XATTR_USER)) in erofs_show_options()
1088 if (test_opt(opt, POSIX_ACL)) in erofs_show_options()
1101 if (test_opt(opt, DAX_ALWAYS)) in erofs_show_options()
1103 if (test_opt(opt, DAX_NEVER)) in erofs_show_options()
Dxattr.c385 return test_opt(&EROFS_SB(dentry->d_sb)->opt, XATTR_USER); in erofs_xattr_user_list()
434 if (!test_opt(&sbi->opt, XATTR_USER)) in erofs_xattr_generic_get()
/linux-6.1.9/fs/qnx6/
Dqnx6.h71 #define test_opt(sb, opt) (QNX6_SB(sb)->s_mount_opt & \ macro
Ddir.c96 if (!test_opt(s, MMI_FS) && fs32_to_cpu(sbi, de->de_checksum) != in qnx6_dir_longfilename()

123