| /Linux-v5.10/tools/testing/selftests/bpf/progs/ | 
| D | test_tcp_hdr_options.c | 72 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-v5.10/fs/ext2/ | 
| D | xattr_user.c | 17 	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() 37 	if (!test_opt(inode->i_sb, XATTR_USER))  in ext2_xattr_user_set()
  | 
| D | super.c | 75 	if (test_opt(sb, ERRORS_PANIC))  in ext2_error() 77 	if (!sb_rdonly(sb) && test_opt(sb, ERRORS_RO)) {  in ext2_error() 251 	if (test_opt(sb, MINIX_DF))  in ext2_show_options() 253 	if (test_opt(sb, GRPID))  in ext2_show_options() 255 	if (!test_opt(sb, GRPID) && (def_mount_opts & EXT2_DEFM_BSDGROUPS))  in ext2_show_options() 267 	if (test_opt(sb, ERRORS_RO)) {  in ext2_show_options() 275 	if (test_opt(sb, ERRORS_CONT))  in ext2_show_options() 277 	if (test_opt(sb, ERRORS_PANIC))  in ext2_show_options() 279 	if (test_opt(sb, NO_UID32))  in ext2_show_options() 281 	if (test_opt(sb, DEBUG))  in ext2_show_options() [all …] 
 | 
| D | ioctl.c | 108 		if (test_opt(inode->i_sb, RESERVATION)  in ext2_ioctl() 117 		if (!test_opt(inode->i_sb, RESERVATION) ||!S_ISREG(inode->i_mode))  in ext2_ioctl()
  | 
| D | inode.c | 1299 	} else if (test_opt(inode->i_sb, NOBH))  in ext2_setsize() 1383 	if (test_opt(inode->i_sb, DAX) && S_ISREG(inode->i_mode))  in ext2_set_inode_flags() 1393 	else if (test_opt(inode->i_sb, NOBH))  in ext2_set_file_ops() 1428 	if (!(test_opt (inode->i_sb, NO_UID32))) {  in ext2_iget() 1494 		if (test_opt(inode->i_sb, NOBH))  in ext2_iget() 1507 			if (test_opt(inode->i_sb, NOBH))  in ext2_iget() 1552 	if (!(test_opt(sb, NO_UID32))) {  in __ext2_write_inode()
  | 
| D | namei.c | 178 		if (test_opt(inode->i_sb, NOBH))  in ext2_symlink() 246 	if (test_opt(inode->i_sb, NOBH))  in ext2_mkdir()
  | 
| D | ialloc.c | 452 		if (test_opt(sb, OLDALLOC))  in ext2_new_inode() 549 	if (test_opt(sb, GRPID)) {  in ext2_new_inode()
  | 
| /Linux-v5.10/fs/ext4/ | 
| D | xattr_hurd.c | 18 	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() 39 	if (!test_opt(inode->i_sb, XATTR_USER))  in ext4_xattr_hurd_set()
  | 
| D | xattr_user.c | 18 	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() 38 	if (!test_opt(inode->i_sb, XATTR_USER))  in ext4_xattr_user_set()
  | 
| D | ext4_jbd2.c | 17 	    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() 265 		  test_opt(inode->i_sb, DATA_FLAGS));  in __ext4_forget() 278 	if (test_opt(inode->i_sb, DATA_FLAGS) == EXT4_MOUNT_JOURNAL_DATA ||  in __ext4_forget()
  | 
| D | ext4_jbd2.h | 89 #define EXT4_QUOTA_TRANS_BLOCKS(sb) ((test_opt(sb, QUOTA) ||\ 93 #define EXT4_QUOTA_INIT_BLOCKS(sb) ((test_opt(sb, QUOTA) ||\ 98 #define EXT4_QUOTA_DEL_BLOCKS(sb) ((test_opt(sb, QUOTA) ||\ 482 	if (test_opt(inode->i_sb, DATA_FLAGS) == EXT4_MOUNT_JOURNAL_DATA)  in ext4_free_data_revoke_credits() 504 	if (!test_opt(inode->i_sb, DIOREAD_NOLOCK))  in ext4_should_dioread_nolock() 513 	if (!test_opt(inode->i_sb, DELALLOC))  in ext4_should_dioread_nolock()
  | 
| D | super.c | 669 	if (test_opt(sb, WARN_ON_ERROR))  in ext4_handle_error() 675 	if (!test_opt(sb, ERRORS_CONT)) {  in ext4_handle_error() 687 	if (test_opt(sb, ERRORS_RO) || system_going_down()) {  in ext4_handle_error() 695 	} else if (test_opt(sb, ERRORS_PANIC)) {  in ext4_handle_error() 908 	if (test_opt(sb, ERRORS_PANIC) && !system_going_down())  in __ext4_abort() 1002 	if (test_opt(sb, WARN_ON_ERROR))  in __ext4_grp_locked_error() 1005 	if (test_opt(sb, ERRORS_CONT)) {  in __ext4_grp_locked_error() 2323 			else if (test_opt(sb, DATA_FLAGS) != m->mount_opt) {  in handle_mount_opt() 2363 			    (test_opt(sb, DATA_FLAGS) ==  in handle_mount_opt() 2462 	if (test_opt(sb, PRJQUOTA) && !ext4_has_feature_project(sb)) {  in parse_options() [all …] 
 | 
| D | fsync.c | 98 	if (test_opt(inode->i_sb, BARRIER))  in ext4_fsync_nojournal()
  | 
| D | resize.c | 141 	if (test_opt(sb, DEBUG))  in verify_group_input() 376 	if (test_opt(sb, DEBUG)) {  in ext4_alloc_group_tables() 803 	if (test_opt(sb, DEBUG))  in add_new_gdb() 1450 	if (test_opt(sb, DEBUG))  in ext4_update_super() 1594 			if (!test_opt(sb, INIT_INODE_TABLE))  in ext4_setup_next_flex_gd() 1737 		if (test_opt(sb, DEBUG))  in ext4_group_extend_no_check() 1768 	if (test_opt(sb, DEBUG))  in ext4_group_extend()
  | 
| D | ioctl.c | 305 	    test_opt(inode->i_sb, DAX_ALWAYS))  in ext4_dax_dontcache() 763 	    test_opt(sb, INIT_INODE_TABLE))  in ext4_ioctl_group_add() 1089 		    test_opt(sb, INIT_INODE_TABLE))  in __ext4_ioctl() 1113 		if (test_opt(sb, NOLOAD) && ext4_has_feature_journal(sb))  in __ext4_ioctl()
  | 
| D | block_validity.c | 266 	if (test_opt(sb, DEBUG))  in ext4_setup_system_zone()
  | 
| /Linux-v5.10/fs/f2fs/ | 
| D | super.c | 274 	if (test_opt(sbi, RESERVE_ROOT) &&  in limit_reserve_root() 280 	if (!test_opt(sbi, RESERVE_ROOT) &&  in limit_reserve_root() 379 	if (test_opt(sbi, PRJQUOTA) && !f2fs_sb_has_project_quota(sbi)) {  in f2fs_check_quota_options() 386 		if (test_opt(sbi, USRQUOTA) &&  in f2fs_check_quota_options() 390 		if (test_opt(sbi, GRPQUOTA) &&  in f2fs_check_quota_options() 394 		if (test_opt(sbi, PRJQUOTA) &&  in f2fs_check_quota_options() 398 		if (test_opt(sbi, GRPQUOTA) || test_opt(sbi, USRQUOTA) ||  in f2fs_check_quota_options() 399 				test_opt(sbi, PRJQUOTA)) {  in f2fs_check_quota_options() 629 			if (test_opt(sbi, RESERVE_ROOT)) {  in parse_options() 991 	if (test_opt(sbi, INLINE_XATTR_SIZE)) {  in parse_options() [all …] 
 | 
| D | xattr.c | 53 		if (!test_opt(sbi, XATTR_USER))  in f2fs_xattr_generic_get() 75 		if (!test_opt(sbi, XATTR_USER))  in f2fs_xattr_generic_set() 92 	return test_opt(sbi, XATTR_USER);  in f2fs_xattr_user_list()
  | 
| D | namei.c | 91 	if (test_opt(sbi, INLINE_XATTR))  in f2fs_new_inode() 94 	if (test_opt(sbi, INLINE_DATA) && f2fs_may_inline_data(inode))  in f2fs_new_inode() 338 	if (!test_opt(sbi, DISABLE_EXT_IDENTIFY))  in f2fs_create()
  | 
| D | segment.c | 543 		if (test_opt(sbi, DATA_FLUSH) && from_bg) {  in f2fs_balance_fs_bg() 574 	trace_f2fs_issue_flush(bdev, test_opt(sbi, NOBARRIER),  in __submit_flush_wait() 575 				test_opt(sbi, FLUSH_MERGE), ret);  in __submit_flush_wait() 641 	if (test_opt(sbi, NOBARRIER))  in f2fs_issue_flush() 644 	if (!test_opt(sbi, FLUSH_MERGE)) {  in f2fs_issue_flush() 723 	if (!test_opt(sbi, FLUSH_MERGE))  in f2fs_create_flush_cmd_control() 762 	if (test_opt(sbi, NOBARRIER))  in f2fs_flush_device_cache() 2576 	if (test_opt(sbi, NOHEAP) &&  in __get_next_segno() 2607 	if (test_opt(sbi, NOHEAP))  in new_curseg()
  | 
| /Linux-v5.10/fs/erofs/ | 
| D | super.c | 368 	if (test_opt(ctx, POSIX_ACL))  in erofs_fc_fill_super() 418 	if (test_opt(ctx, POSIX_ACL))  in erofs_fc_reconfigure() 574 	if (test_opt(ctx, XATTR_USER))  in erofs_show_options() 580 	if (test_opt(ctx, POSIX_ACL))  in erofs_show_options()
  | 
| D | internal.h | 108 #define test_opt(ctx, option)	((ctx)->mount_opt & EROFS_MOUNT_##option)  macro
  | 
| D | xattr.c | 425 	return test_opt(&EROFS_SB(dentry->d_sb)->ctx, XATTR_USER);  in erofs_xattr_user_list() 472 		if (!test_opt(&sbi->ctx, XATTR_USER))  in erofs_xattr_generic_get()
  | 
| /Linux-v5.10/fs/qnx6/ | 
| D | qnx6.h | 71 #define test_opt(sb, opt)		(QNX6_SB(sb)->s_mount_opt & \  macro
  | 
| D | dir.c | 96 	if (!test_opt(s, MMI_FS) && fs32_to_cpu(sbi, de->de_checksum) !=  in qnx6_dir_longfilename()
  |