Searched defs:test_opt (Results 1 – 12 of 12) sorted by relevance
| /kernel/linux/linux-6.6/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() 86 const struct bpf_test_option *test_opt) in store_option() 131 struct bpf_test_option *test_opt, bool from_syn) in load_option() 163 struct bpf_test_option test_opt = {}; in synack_opt_len() local
|
| /kernel/linux/linux-5.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() 86 const struct bpf_test_option *test_opt) in store_option() 131 struct bpf_test_option *test_opt, bool from_syn) in load_option() 163 struct bpf_test_option test_opt = {}; in synack_opt_len() local
|
| /kernel/linux/linux-6.6/fs/qnx6/ |
| D | qnx6.h | 71 #define test_opt(sb, opt) (QNX6_SB(sb)->s_mount_opt & \ macro
|
| /kernel/linux/linux-5.10/fs/qnx6/ |
| D | qnx6.h | 71 #define test_opt(sb, opt) (QNX6_SB(sb)->s_mount_opt & \ macro
|
| /kernel/linux/linux-5.10/fs/erofs/ |
| D | internal.h | 108 #define test_opt(ctx, option) ((ctx)->mount_opt & EROFS_MOUNT_##option) macro
|
| /kernel/linux/linux-6.6/fs/erofs/ |
| D | internal.h | 192 #define test_opt(opt, option) ((opt)->mount_opt & EROFS_MOUNT_##option) macro
|
| /kernel/linux/linux-6.6/fs/ext2/ |
| D | ext2.h | 385 #define test_opt(sb, opt) (EXT2_SB(sb)->s_mount_opt & \ macro
|
| /kernel/linux/linux-5.10/fs/ext2/ |
| D | ext2.h | 386 #define test_opt(sb, opt) (EXT2_SB(sb)->s_mount_opt & \ macro
|
| /kernel/linux/linux-6.6/fs/ext4/ |
| D | ext4.h | 1258 #define test_opt(sb, opt) (EXT4_SB(sb)->s_mount_opt & \ macro
|
| /kernel/linux/linux-5.10/fs/ext4/ |
| D | ext4.h | 1248 #define test_opt(sb, opt) (EXT4_SB(sb)->s_mount_opt & \ macro
|
| /kernel/linux/linux-5.10/fs/f2fs/ |
| D | f2fs.h | 112 #define test_opt(sbi, option) (F2FS_OPTION(sbi).opt & F2FS_MOUNT_##option) macro
|
| /kernel/linux/linux-6.6/fs/f2fs/ |
| D | f2fs.h | 120 #define test_opt(sbi, option) (F2FS_OPTION(sbi).opt & F2FS_MOUNT_##option) macro
|