clear_opt
#define clear_opt(opt, option) ((opt)->mount_opt &= ~EROFS_MOUNT_##option)
#define clear_opt(o, opt) o &= ~EXT2_MOUNT_##opt
#define clear_opt(sb, opt) EXT4_SB(sb)->s_mount_opt &= \
#define clear_opt(sbi, option) \
#define clear_opt(o, opt) (o &= ~(QNX6_MOUNT_##opt))