Searched defs:test_opt (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/fs/qnx6/ |
H A D | qnx6.h | 71 #define test_opt(sb, opt) (QNX6_SB(sb)->s_mount_opt & \ macro
|
/kernel/linux/linux-6.6/fs/qnx6/ |
H A D | qnx6.h | 71 #define test_opt(sb, opt) (QNX6_SB(sb)->s_mount_opt & \ macro
|
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/progs/ |
H A D | test_tcp_hdr_options.c | 72 static void write_test_option(const struct bpf_test_option *test_opt, in write_test_option() argument 85 store_option(struct bpf_sock_ops *skops, const struct bpf_test_option *test_opt) store_option() argument 130 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...] |
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/ |
H A D | test_tcp_hdr_options.c | 72 static void write_test_option(const struct bpf_test_option *test_opt, in write_test_option() argument 85 store_option(struct bpf_sock_ops *skops, const struct bpf_test_option *test_opt) store_option() argument 130 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...] |
/kernel/linux/linux-5.10/fs/erofs/ |
H A D | internal.h | 108 #define test_opt(ctx, option) ((ctx)->mount_opt & EROFS_MOUNT_##option) macro
|
/kernel/linux/linux-6.6/fs/erofs/ |
H A D | internal.h | 199 #define test_opt(opt, option) ((opt)->mount_opt & EROFS_MOUNT_##option) macro
|
/kernel/linux/linux-5.10/fs/ext2/ |
H A D | ext2.h | 386 #define test_opt(sb, opt) (EXT2_SB(sb)->s_mount_opt & \ macro
|
/kernel/linux/linux-6.6/fs/ext2/ |
H A D | ext2.h | 385 #define test_opt(sb, opt) (EXT2_SB(sb)->s_mount_opt & \ macro
|
/kernel/linux/linux-5.10/fs/f2fs/ |
H A D | f2fs.h | 112 #define test_opt(sbi, option) (F2FS_OPTION(sbi).opt & F2FS_MOUNT_##option) macro
|
/kernel/linux/linux-5.10/fs/ext4/ |
H A D | ext4.h | 1248 #define test_opt(sb, opt) (EXT4_SB(sb)->s_mount_opt & \ macro
|
/kernel/linux/linux-6.6/fs/ext4/ |
H A D | ext4.h | 1247 #define test_opt(sb, opt) (EXT4_SB(sb)->s_mount_opt & \ macro
|
/kernel/linux/linux-6.6/fs/f2fs/ |
H A D | f2fs.h | 120 #define test_opt(sbi, option) (F2FS_OPTION(sbi).opt & F2FS_MOUNT_##option) macro
|
Completed in 39 milliseconds