| /linux/tools/testing/selftests/bpf/progs/ |
| H A D | test_tcp_hdr_options.c | 69 static void write_test_option(const struct bpf_test_option *test_opt, in option_total_len() 74 data[offset++] = test_opt->flags; in write_test_option() 75 if (TEST_OPTION_FLAGS(test_opt->flags, OPTION_MAX_DELACK_MS)) in write_test_option() 76 data[offset++] = test_opt->max_delack_ms; in write_test_option() 78 if (TEST_OPTION_FLAGS(test_opt->flags, OPTION_RAND)) in write_test_option() 79 data[offset++] = test_opt->rand; in write_test_option() 83 const struct bpf_test_option *test_opt) in write_test_option() 93 write_opt.exprm.len = option_total_len(test_opt->flags); in store_option() 96 write_test_option(test_opt, write_opt.exprm.data); in store_option() 101 write_opt.regular.len = option_total_len(test_opt in store_option() 72 write_test_option(const struct bpf_test_option * test_opt,__u8 * data) write_test_option() argument 86 store_option(struct bpf_sock_ops * skops,const struct bpf_test_option * test_opt) store_option() argument 131 load_option(struct bpf_sock_ops * skops,struct bpf_test_option * test_opt,bool from_syn) load_option() argument 163 struct bpf_test_option test_opt = {}; synack_opt_len() local [all...] |
| /linux/fs/ext4/ |
| H A 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() 39 if (!test_opt(inode->i_sb, XATTR_USER)) in ext4_xattr_user_set()
|
| H A 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() 40 if (!test_opt(inode->i_sb, XATTR_USER)) in ext4_xattr_hurd_set()
|
| H A D | fsync.c | 104 if (test_opt(inode->i_sb, BARRIER)) in ext4_fsync_nojournal()
|
| H A D | resize.c | 147 if (test_opt(sb, DEBUG)) in verify_group_input() 401 if (test_opt(sb, DEBUG)) { in ext4_alloc_group_tables() 834 if (test_opt(sb, DEBUG)) in add_new_gdb() 1525 if (test_opt(sb, DEBUG)) in ext4_update_super() 1668 if (!test_opt(sb, INIT_INODE_TABLE)) in ext4_setup_next_flex_gd() 1815 if (test_opt(sb, DEBUG)) in ext4_group_extend_no_check() 1845 if (test_opt(sb, DEBUG)) in ext4_group_extend()
|
| H A D | block_validity.c | 264 if (test_opt(sb, DEBUG)) in ext4_setup_system_zone()
|
| H A D | mballoc.c | 4032 if (test_opt(sb, DISCARD)) { in ext4_process_freed_data() 6631 if (test_opt(sb, DISCARD)) { in ext4_mb_clear_bb()
|
| /linux/fs/ext2/ |
| H A 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() 38 if (!test_opt(inode->i_sb, XATTR_USER)) in ext2_xattr_user_set()
|
| H A D | ioctl.c | 90 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()
|
| /linux/fs/qnx6/ |
| H A D | qnx6.h | 71 #define test_opt(sb, opt) (QNX6_SB(sb)->s_mount_opt & \ macro
|
| H A D | dir.c | 100 if (!test_opt(s, MMI_FS) && fs32_to_cpu(sbi, de->de_checksum) != in qnx6_dir_longfilename()
|
| /linux/fs/erofs/ |
| H A D | xattr.c | 408 return test_opt(&EROFS_SB(dentry->d_sb)->opt, XATTR_USER); in erofs_xattr_user_list() 421 !test_opt(&EROFS_I_SB(inode)->opt, XATTR_USER)) in erofs_xattr_generic_get() 626 if (!test_opt(&sbi->opt, INODE_SHARE)) in erofs_xattr_fill_inode_fingerprint()
|
| H A D | fileio.c | 54 if (test_opt(&EROFS_SB(rq->sb)->opt, DIRECT_IO) && in erofs_fileio_rq_submit()
|