Searched defs:test_opt (Results 1 – 11 of 11) sorted by relevance
/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-5.10/fs/qnx6/ |
D | qnx6.h | 71 #define test_opt(sb, opt) (QNX6_SB(sb)->s_mount_opt & \ macro
|
/kernel/linux/linux-4.19/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-4.19/drivers/staging/erofs/ |
D | internal.h | 172 #define test_opt(sbi, option) ((sbi)->mount_opt & EROFS_MOUNT_##option) macro
|
/kernel/linux/linux-5.10/fs/ext2/ |
D | ext2.h | 397 #define test_opt(sb, opt) (EXT2_SB(sb)->s_mount_opt & \ macro
|
/kernel/linux/linux-4.19/fs/ext2/ |
D | ext2.h | 402 #define test_opt(sb, opt) (EXT2_SB(sb)->s_mount_opt & \ macro
|
/kernel/linux/linux-4.19/fs/ext4/ |
D | ext4.h | 1165 #define test_opt(sb, opt) (EXT4_SB(sb)->s_mount_opt & \ macro
|
/kernel/linux/linux-5.10/fs/ext4/ |
D | ext4.h | 1246 #define test_opt(sb, opt) (EXT4_SB(sb)->s_mount_opt & \ macro
|
/kernel/linux/linux-4.19/fs/f2fs/ |
D | f2fs.h | 107 #define test_opt(sbi, option) (F2FS_OPTION(sbi).opt & F2FS_MOUNT_##option) macro
|
/kernel/linux/linux-5.10/fs/f2fs/ |
D | f2fs.h | 107 #define test_opt(sbi, option) (F2FS_OPTION(sbi).opt & F2FS_MOUNT_##option) macro
|