Home
last modified time | relevance | path

Searched refs:clear_opt (Results 1 - 22 of 22) sorted by relevance

/kernel/linux/linux-6.6/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 (opt in parse_options()
[all...]
H A Dext2.h383 #define clear_opt(o, opt) o &= ~EXT2_MOUNT_##opt macro
/kernel/linux/linux-5.10/fs/ext2/
H A Dsuper.c493 clear_opt (opts->s_mount_opt, MINIX_DF); in parse_options()
502 clear_opt (opts->s_mount_opt, GRPID); in parse_options()
530 clear_opt (opts->s_mount_opt, ERRORS_CONT); in parse_options()
531 clear_opt (opts->s_mount_opt, ERRORS_RO); in parse_options()
535 clear_opt (opts->s_mount_opt, ERRORS_CONT); in parse_options()
536 clear_opt (opts->s_mount_opt, ERRORS_PANIC); in parse_options()
540 clear_opt (opts->s_mount_opt, ERRORS_RO); in parse_options()
541 clear_opt (opts->s_mount_opt, ERRORS_PANIC); in parse_options()
554 clear_opt (opts->s_mount_opt, OLDALLOC); in parse_options()
564 clear_opt (opt in parse_options()
[all...]
H A Dext2.h384 #define clear_opt(o, opt) o &= ~EXT2_MOUNT_##opt macro
/kernel/linux/linux-6.6/fs/erofs/
H A Dsuper.c432 clear_opt(&ctx->opt, DAX_NEVER); in erofs_fc_set_dax_mode()
436 clear_opt(&ctx->opt, DAX_ALWAYS); in erofs_fc_set_dax_mode()
466 clear_opt(&ctx->opt, XATTR_USER); in erofs_fc_parse_param()
476 clear_opt(&ctx->opt, POSIX_ACL); in erofs_fc_parse_param()
644 clear_opt(&sbi->opt, DAX_ALWAYS); in erofs_fc_fill_super()
647 clear_opt(&sbi->opt, DAX_ALWAYS); in erofs_fc_fill_super()
H A Dinternal.h197 #define clear_opt(opt, option) ((opt)->mount_opt &= ~EROFS_MOUNT_##option) macro
/kernel/linux/linux-5.10/fs/f2fs/
H A Dsuper.c455 clear_opt(sbi, USRQUOTA); in f2fs_check_quota_options()
459 clear_opt(sbi, GRPQUOTA); in f2fs_check_quota_options()
463 clear_opt(sbi, PRJQUOTA); in f2fs_check_quota_options()
593 clear_opt(sbi, DISCARD); in parse_options()
599 clear_opt(sbi, NOHEAP); in parse_options()
606 clear_opt(sbi, XATTR_USER); in parse_options()
612 clear_opt(sbi, INLINE_XATTR); in parse_options()
639 clear_opt(sbi, POSIX_ACL); in parse_options()
667 clear_opt(sbi, INLINE_DENTRY); in parse_options()
673 clear_opt(sb in parse_options()
[all...]
H A Df2fs.h110 #define clear_opt(sbi, option) (F2FS_OPTION(sbi).opt &= ~F2FS_MOUNT_##option) macro
H A Dfile.c2303 clear_opt(sbi, DISCARD); in f2fs_ioc_shutdown()
/kernel/linux/linux-6.6/fs/f2fs/
H A Dsuper.c467 clear_opt(sbi, USRQUOTA); in f2fs_check_quota_options()
471 clear_opt(sbi, GRPQUOTA); in f2fs_check_quota_options()
475 clear_opt(sbi, PRJQUOTA); in f2fs_check_quota_options()
754 clear_opt(sbi, DISCARD); in parse_options()
760 clear_opt(sbi, NOHEAP); in parse_options()
767 clear_opt(sbi, XATTR_USER); in parse_options()
773 clear_opt(sbi, INLINE_XATTR); in parse_options()
800 clear_opt(sbi, POSIX_ACL); in parse_options()
828 clear_opt(sbi, INLINE_DENTRY); in parse_options()
834 clear_opt(sb in parse_options()
[all...]
H A Df2fs.h118 #define clear_opt(sbi, option) (F2FS_OPTION(sbi).opt &= ~F2FS_MOUNT_##option) macro
H A Dfile.c2268 clear_opt(sbi, DISCARD); in f2fs_ioc_shutdown()
/kernel/linux/linux-5.10/fs/qnx6/
H A Dqnx6.h69 #define clear_opt(o, opt) (o &= ~(QNX6_MOUNT_##opt)) macro
/kernel/linux/linux-6.6/fs/qnx6/
H A Dqnx6.h69 #define clear_opt(o, opt) (o &= ~(QNX6_MOUNT_##opt)) macro
/kernel/linux/linux-5.10/fs/erofs/
H A Dsuper.c252 clear_opt(ctx, XATTR_USER); in erofs_fc_parse_param()
262 clear_opt(ctx, POSIX_ACL); in erofs_fc_parse_param()
H A Dinternal.h106 #define clear_opt(ctx, option) ((ctx)->mount_opt &= ~EROFS_MOUNT_##option) macro
/kernel/linux/linux-5.10/fs/ext4/
H A Dsuper.c2182 clear_opt(sb, ERRORS_MASK); in handle_mount_opt()
2316 clear_opt(sb, DATA_FLAGS); in handle_mount_opt()
2458 clear_opt(sb, USRQUOTA); in parse_options()
2461 clear_opt(sb, GRPQUOTA); in parse_options()
4324 clear_opt(sb, DIOREAD_NOLOCK); in ext4_fill_super()
4342 clear_opt(sb, DELALLOC); in ext4_fill_super()
4815 clear_opt(sb, JOURNAL_CHECKSUM); in ext4_fill_super()
4816 clear_opt(sb, DATA_FLAGS); in ext4_fill_super()
H A Dioctl.c655 clear_opt(sb, DISCARD); in ext4_shutdown()
H A Dext4.h1244 #define clear_opt(sb, opt) EXT4_SB(sb)->s_mount_opt &= \ macro
/kernel/linux/linux-6.6/fs/ext4/
H A Dsuper.c4994 clear_opt(sb, DIOREAD_NOLOCK); in ext4_check_journal_data_mode()
5012 clear_opt(sb, DELALLOC); in ext4_check_journal_data_mode()
5409 clear_opt(sb, JOURNAL_CHECKSUM); in __ext4_fill_super()
5410 clear_opt(sb, DATA_FLAGS); in __ext4_fill_super()
H A Dioctl.c834 clear_opt(sb, DISCARD); in ext4_force_shutdown()
H A Dext4.h1243 #define clear_opt(sb, opt) EXT4_SB(sb)->s_mount_opt &= \ macro

Completed in 89 milliseconds