Home
last modified time | relevance | path

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

123

/linux/tools/testing/selftests/bpf/progs/
A Dtest_tcp_hdr_options.c77 data[offset++] = test_opt->flags; 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()
106 write_test_option(test_opt, write_opt.regular.data); in store_option()
131 struct bpf_test_option *test_opt, bool from_syn) in load_option() argument
163 struct bpf_test_option test_opt = {}; in synack_opt_len() local
[all …]
/linux/fs/f2fs/
A Dsuper.c437 if (test_opt(sbi, GRPQUOTA) || test_opt(sbi, USRQUOTA) || in f2fs_check_quota_options()
438 test_opt(sbi, PRJQUOTA)) { in f2fs_check_quota_options()
1842 if (test_opt(sbi, GC_MERGE)) in f2fs_show_options()
1849 if (test_opt(sbi, DISCARD)) in f2fs_show_options()
1853 if (test_opt(sbi, NOHEAP)) in f2fs_show_options()
1890 if (test_opt(sbi, FASTBOOT)) in f2fs_show_options()
1928 if (test_opt(sbi, QUOTA)) in f2fs_show_options()
1971 if (test_opt(sbi, ATGC)) in f2fs_show_options()
2594 test_opt(sbi, USRQUOTA), in f2fs_enable_quotas()
2595 test_opt(sbi, GRPQUOTA), in f2fs_enable_quotas()
[all …]
A 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()
A Dnamei.c91 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()
356 if (!test_opt(sbi, DISABLE_EXT_IDENTIFY)) in f2fs_create()
/linux/fs/ext2/
A Dsuper.c248 if (test_opt(sb, MINIX_DF)) in ext2_show_options()
250 if (test_opt(sb, GRPID)) 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()
280 if (test_opt(sb, OLDALLOC)) in ext2_show_options()
299 if (test_opt(sb, NOBH)) in ext2_show_options()
302 if (test_opt(sb, USRQUOTA)) in ext2_show_options()
308 if (test_opt(sb, XIP)) in ext2_show_options()
311 if (test_opt(sb, DAX)) in ext2_show_options()
672 if (test_opt (sb, DEBUG)) in ext2_setup_super()
[all …]
A 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()
A 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()
A Dinode.c1303 } else if (test_opt(inode->i_sb, NOBH)) in ext2_setsize()
1387 if (test_opt(inode->i_sb, DAX) && S_ISREG(inode->i_mode)) in ext2_set_inode_flags()
1397 else if (test_opt(inode->i_sb, NOBH)) in ext2_set_file_ops()
1432 if (!(test_opt (inode->i_sb, NO_UID32))) { in ext2_iget()
1498 if (test_opt(inode->i_sb, NOBH)) in ext2_iget()
1511 if (test_opt(inode->i_sb, NOBH)) in ext2_iget()
1556 if (!(test_opt(sb, NO_UID32))) { in __ext2_write_inode()
A Dnamei.c181 if (test_opt(inode->i_sb, NOBH)) in ext2_symlink()
250 if (test_opt(inode->i_sb, NOBH)) in ext2_mkdir()
A Dialloc.c452 if (test_opt(sb, OLDALLOC)) in ext2_new_inode()
549 if (test_opt(sb, GRPID)) { in ext2_new_inode()
/linux/fs/ext4/
A 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()
A 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()
A 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()
271 test_opt(inode->i_sb, DATA_FLAGS)); in __ext4_forget()
284 if (test_opt(inode->i_sb, DATA_FLAGS) == EXT4_MOUNT_JOURNAL_DATA || in __ext4_forget()
A Dsuper.c2475 if (test_opt(sb, GRPQUOTA) || test_opt(sb, USRQUOTA)) { in parse_options()
2707 if (test_opt(sb, DEBUG)) in ext4_setup_super()
4217 if (test_opt(sb, DELALLOC)) in ext4_fill_super()
4982 if (test_opt(sb, DISCARD)) { in ext4_fill_super()
5117 if (test_opt(sb, BARRIER)) in ext4_init_journal_params()
6090 if (!test_opt(sb, MINIX_DF)) in ext4_statfs()
6232 if (!test_opt(sb, QUOTA)) in ext4_quota_on()
6348 test_opt(sb, USRQUOTA), in ext4_enable_quotas()
6349 test_opt(sb, GRPQUOTA), in ext4_enable_quotas()
6350 test_opt(sb, PRJQUOTA), in ext4_enable_quotas()
[all …]
A 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()
A Dfsync.c98 if (test_opt(inode->i_sb, BARRIER)) in ext4_fsync_nojournal()
A Dresize.c146 if (test_opt(sb, DEBUG)) in verify_group_input()
381 if (test_opt(sb, DEBUG)) { in ext4_alloc_group_tables()
811 if (test_opt(sb, DEBUG)) in add_new_gdb()
1466 if (test_opt(sb, DEBUG)) in ext4_update_super()
1611 if (!test_opt(sb, INIT_INODE_TABLE)) in ext4_setup_next_flex_gd()
1758 if (test_opt(sb, DEBUG)) in ext4_group_extend_no_check()
1789 if (test_opt(sb, DEBUG)) in ext4_group_extend()
A Dioctl.c309 test_opt(inode->i_sb, DAX_ALWAYS)) in ext4_dax_dontcache()
716 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()
A Dorphan.c331 if (test_opt(sb, DEBUG)) in ext4_process_orphan()
352 if (test_opt(sb, DEBUG)) in ext4_process_orphan()
A Dballoc.c656 if (test_opt(sb, DISCARD)) { in ext4_should_retry_alloc()
934 if (test_opt(inode->i_sb, DELALLOC)) in ext4_inode_to_goal_block()
A Dblock_validity.c264 if (test_opt(sb, DEBUG)) in ext4_setup_system_zone()
/linux/fs/erofs/
A Dsuper.c655 if (test_opt(&sbi->opt, DAX_ALWAYS) && in erofs_fc_fill_super()
667 if (test_opt(&sbi->opt, POSIX_ACL)) in erofs_fc_fill_super()
715 if (test_opt(&ctx->opt, POSIX_ACL)) in erofs_fc_reconfigure()
914 if (test_opt(opt, XATTR_USER)) in erofs_show_options()
920 if (test_opt(opt, POSIX_ACL)) in erofs_show_options()
933 if (test_opt(opt, DAX_ALWAYS)) in erofs_show_options()
935 if (test_opt(opt, DAX_NEVER)) in erofs_show_options()
A Dxattr.c432 return test_opt(&EROFS_SB(dentry->d_sb)->opt, XATTR_USER); in erofs_xattr_user_list()
479 if (!test_opt(&sbi->opt, XATTR_USER)) in erofs_xattr_generic_get()
/linux/fs/qnx6/
A Dqnx6.h71 #define test_opt(sb, opt) (QNX6_SB(sb)->s_mount_opt & \ macro
A Ddir.c96 if (!test_opt(s, MMI_FS) && fs32_to_cpu(sbi, de->de_checksum) != in qnx6_dir_longfilename()

Completed in 721 milliseconds

123