Home
last modified time | relevance | path

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

/linux-6.1.9/fs/ext2/
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 …]
Dext2.h394 #define clear_opt(o, opt) o &= ~EXT2_MOUNT_##opt macro
/linux-6.1.9/fs/f2fs/
Dsuper.c462 clear_opt(sbi, USRQUOTA); in f2fs_check_quota_options()
466 clear_opt(sbi, GRPQUOTA); in f2fs_check_quota_options()
470 clear_opt(sbi, PRJQUOTA); in f2fs_check_quota_options()
724 clear_opt(sbi, DISCARD); in parse_options()
730 clear_opt(sbi, NOHEAP); in parse_options()
737 clear_opt(sbi, XATTR_USER); in parse_options()
743 clear_opt(sbi, INLINE_XATTR); in parse_options()
770 clear_opt(sbi, POSIX_ACL); in parse_options()
798 clear_opt(sbi, INLINE_DENTRY); in parse_options()
804 clear_opt(sbi, FLUSH_MERGE); in parse_options()
[all …]
Df2fs.h111 #define clear_opt(sbi, option) (F2FS_OPTION(sbi).opt &= ~F2FS_MOUNT_##option) macro
Dfile.c2249 clear_opt(sbi, DISCARD); in f2fs_ioc_shutdown()
/linux-6.1.9/fs/erofs/
Dsuper.c497 clear_opt(&ctx->opt, DAX_NEVER); in erofs_fc_set_dax_mode()
501 clear_opt(&ctx->opt, DAX_ALWAYS); in erofs_fc_set_dax_mode()
531 clear_opt(&ctx->opt, XATTR_USER); in erofs_fc_parse_param()
541 clear_opt(&ctx->opt, POSIX_ACL); in erofs_fc_parse_param()
769 clear_opt(&sbi->opt, DAX_ALWAYS); in erofs_fc_fill_super()
Dinternal.h186 #define clear_opt(opt, option) ((opt)->mount_opt &= ~EROFS_MOUNT_##option) macro
/linux-6.1.9/fs/qnx6/
Dqnx6.h69 #define clear_opt(o, opt) (o &= ~(QNX6_MOUNT_##opt)) macro
/linux-6.1.9/fs/ext4/
Dioctl.c839 clear_opt(sb, DISCARD); in ext4_shutdown()
Dsuper.c4895 clear_opt(sb, DIOREAD_NOLOCK); in ext4_journal_data_mode_check()
4913 clear_opt(sb, DELALLOC); in ext4_journal_data_mode_check()
5315 clear_opt(sb, JOURNAL_CHECKSUM); in __ext4_fill_super()
5316 clear_opt(sb, DATA_FLAGS); in __ext4_fill_super()
Dext4.h1271 #define clear_opt(sb, opt) EXT4_SB(sb)->s_mount_opt &= \ macro