Home
last modified time | relevance | path

Searched refs:clear_opt (Results 1 – 11 of 11) sorted by relevance

/linux/fs/ext2/
H A Dsuper.c487 clear_opt (opts->s_mount_opt, MINIX_DF); in parse_options()
496 clear_opt (opts->s_mount_opt, GRPID); in parse_options()
524 clear_opt (opts->s_mount_opt, ERRORS_CONT); in parse_options()
525 clear_opt (opts->s_mount_opt, ERRORS_RO); in parse_options()
529 clear_opt (opts->s_mount_opt, ERRORS_CONT); in parse_options()
530 clear_opt (opts->s_mount_opt, ERRORS_PANIC); in parse_options()
534 clear_opt (opts->s_mount_opt, ERRORS_RO); in parse_options()
535 clear_opt (opts->s_mount_opt, ERRORS_PANIC); in parse_options()
548 clear_opt (opts->s_mount_opt, OLDALLOC); in parse_options()
559 clear_opt (opts->s_mount_opt, XATTR_USER); in parse_options()
[all …]
H A Dext2.h383 #define clear_opt(o, opt) o &= ~EXT2_MOUNT_##opt macro
/linux/fs/erofs/
H A Dsuper.c432 clear_opt(&sbi->opt, DAX_NEVER); in erofs_fc_set_dax_mode()
436 clear_opt(&sbi->opt, DAX_ALWAYS); in erofs_fc_set_dax_mode()
466 clear_opt(&sbi->opt, XATTR_USER); in erofs_fc_parse_param()
476 clear_opt(&sbi->opt, POSIX_ACL); in erofs_fc_parse_param()
631 clear_opt(&sbi->opt, DAX_ALWAYS); in erofs_fc_fill_super()
634 clear_opt(&sbi->opt, DAX_ALWAYS); in erofs_fc_fill_super()
H A Dinternal.h189 #define clear_opt(opt, option) ((opt)->mount_opt &= ~EROFS_MOUNT_##option) macro
/linux/fs/f2fs/
H A Dsuper.c457 clear_opt(sbi, USRQUOTA); in f2fs_check_quota_options()
461 clear_opt(sbi, GRPQUOTA); in f2fs_check_quota_options()
465 clear_opt(sbi, PRJQUOTA); in f2fs_check_quota_options()
744 clear_opt(sbi, DISCARD); in parse_options()
755 clear_opt(sbi, XATTR_USER); in parse_options()
761 clear_opt(sbi, INLINE_XATTR); in parse_options()
788 clear_opt(sbi, POSIX_ACL); in parse_options()
816 clear_opt(sbi, INLINE_DENTRY); in parse_options()
822 clear_opt(sbi, FLUSH_MERGE); in parse_options()
828 clear_opt(sb in parse_options()
[all...]
H A Df2fs.h121 #define clear_opt(sbi, option) (F2FS_OPTION(sbi).opt &= ~F2FS_MOUNT_##option) macro
H A Dfile.c2289 clear_opt(sbi, DISCARD); in f2fs_ioc_shutdown()
/linux/fs/qnx6/
H A Dqnx6.h69 #define clear_opt(o, opt) (o &= ~(QNX6_MOUNT_##opt)) macro
/linux/fs/ext4/
H A Dioctl.c843 clear_opt(sb, DISCARD); in ext4_force_shutdown()
H A Dsuper.c4966 clear_opt(sb, DIOREAD_NOLOCK); in ext4_load_and_init_journal()
4984 clear_opt(sb, DELALLOC); in ext4_check_journal_data_mode()
5382 clear_opt(sb, JOURNAL_CHECKSUM); in __ext4_fill_super()
5383 clear_opt(sb, DATA_FLAGS); in __ext4_fill_super()
H A Dext4.h1258 #define clear_opt(sb, opt) EXT4_SB(sb)->s_mount_opt &= \ macro