Home
last modified time | relevance | path

Searched defs:test_opt (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/bpf/progs/
H A Dtest_tcp_hdr_options.c72 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
/aosp_15_r20/system/extras/ext4_utils/include/ext4_utils/
H A Dext4.h396 #define test_opt(sb, opt) (EXT4_SB(sb)->s_mount_opt & EXT4_MOUNT_##opt) macro
/aosp_15_r20/external/e2fsprogs/lib/ext2fs/
H A Dext2_fs.h584 #define test_opt(sb, opt) (EXT2_SB(sb)->s_mount_opt & \ macro