Home
last modified time | relevance | path

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

/fs/qnx6/
Dqnx6.h71 #define test_opt(sb, opt) (QNX6_SB(sb)->s_mount_opt & \ macro
/fs/erofs/
Dinternal.h189 #define test_opt(opt, option) ((opt)->mount_opt & EROFS_MOUNT_##option) macro
/fs/ext2/
Dext2.h385 #define test_opt(sb, opt) (EXT2_SB(sb)->s_mount_opt & \ macro
/fs/ext4/
Dext4.h1277 #define test_opt(sb, opt) (EXT4_SB(sb)->s_mount_opt & \ macro
/fs/f2fs/
Df2fs.h116 #define test_opt(sbi, option) (F2FS_OPTION(sbi).opt & F2FS_MOUNT_##option) macro