Searched defs:test_opt (Results 1 - 6 of 6) sorted by relevance

/linux-master/fs/qnx6/
H A Dqnx6.h71 #define test_opt(sb, opt) (QNX6_SB(sb)->s_mount_opt & \ macro
/linux-master/tools/testing/selftests/bpf/progs/
H A Dtest_tcp_hdr_options.c72 static void write_test_option(const struct bpf_test_option *test_opt, argument
85 store_option(struct bpf_sock_ops *skops, const struct bpf_test_option *test_opt) argument
130 load_option(struct bpf_sock_ops *skops, struct bpf_test_option *test_opt, bool from_syn) argument
163 struct bpf_test_option test_opt = {}; local
[all...]
/linux-master/fs/erofs/
H A Dinternal.h194 #define test_opt(opt, option) ((opt)->mount_opt & EROFS_MOUNT_##option) macro
/linux-master/fs/ext2/
H A Dext2.h385 #define test_opt(sb, opt) (EXT2_SB(sb)->s_mount_opt & \ macro
/linux-master/fs/ext4/
H A Dext4.h1259 #define test_opt(sb, opt) (EXT4_SB(sb)->s_mount_opt & \ macro
/linux-master/fs/f2fs/
H A Df2fs.h123 #define test_opt(sbi, option) (F2FS_OPTION(sbi).opt & F2FS_MOUNT_##option) macro

Completed in 260 milliseconds