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.h102 #define test_opt(sbi, option) ((sbi)->mount_opt & EROFS_MOUNT_##option) macro
/fs/ext2/
Dext2.h387 #define test_opt(sb, opt) (EXT2_SB(sb)->s_mount_opt & \ macro
/fs/ext4/
Dext4.h1181 #define test_opt(sb, opt) (EXT4_SB(sb)->s_mount_opt & \ macro
/fs/f2fs/
Df2fs.h105 #define test_opt(sbi, option) (F2FS_OPTION(sbi).opt & F2FS_MOUNT_##option) macro