Home
last modified time | relevance | path

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

/linux-6.3-rc2/fs/ext2/
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()
534 clear_opt (opts->s_mount_opt, ERRORS_RO); 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()
573 clear_opt(opts->s_mount_opt, POSIX_ACL); in parse_options()
619 clear_opt(opts->s_mount_opt, RESERVATION); in parse_options()
954 clear_opt(sbi->s_mount_opt, DAX); in ext2_fill_super()
[all …]
A Dext2.h394 #define clear_opt(o, opt) o &= ~EXT2_MOUNT_##opt macro
/linux-6.3-rc2/fs/f2fs/
A Dsuper.c465 clear_opt(sbi, USRQUOTA); in f2fs_check_quota_options()
469 clear_opt(sbi, GRPQUOTA); in f2fs_check_quota_options()
473 clear_opt(sbi, PRJQUOTA); in f2fs_check_quota_options()
721 clear_opt(sbi, DISCARD); in parse_options()
727 clear_opt(sbi, NOHEAP); in parse_options()
767 clear_opt(sbi, POSIX_ACL); in parse_options()
969 clear_opt(sbi, QUOTA); in parse_options()
970 clear_opt(sbi, USRQUOTA); in parse_options()
971 clear_opt(sbi, GRPQUOTA); in parse_options()
972 clear_opt(sbi, PRJQUOTA); in parse_options()
[all …]
A Df2fs.h113 #define clear_opt(sbi, option) (F2FS_OPTION(sbi).opt &= ~F2FS_MOUNT_##option) macro
A Dfile.c2273 clear_opt(sbi, DISCARD); in f2fs_ioc_shutdown()
/linux-6.3-rc2/fs/erofs/
A Dsuper.c496 clear_opt(&ctx->opt, DAX_NEVER); in erofs_fc_set_dax_mode()
500 clear_opt(&ctx->opt, DAX_ALWAYS); in erofs_fc_set_dax_mode()
530 clear_opt(&ctx->opt, XATTR_USER); in erofs_fc_parse_param()
540 clear_opt(&ctx->opt, POSIX_ACL); in erofs_fc_parse_param()
767 clear_opt(&sbi->opt, DAX_ALWAYS); in erofs_fc_fill_super()
A Dinternal.h188 #define clear_opt(opt, option) ((opt)->mount_opt &= ~EROFS_MOUNT_##option) macro
/linux-6.3-rc2/fs/qnx6/
A Dqnx6.h69 #define clear_opt(o, opt) (o &= ~(QNX6_MOUNT_##opt)) macro
/linux-6.3-rc2/fs/ext4/
A Dioctl.c837 clear_opt(sb, DISCARD); in ext4_shutdown()
A Dsuper.c4891 clear_opt(sb, DIOREAD_NOLOCK); in ext4_journal_data_mode_check()
4909 clear_opt(sb, DELALLOC); in ext4_journal_data_mode_check()
5312 clear_opt(sb, JOURNAL_CHECKSUM); in __ext4_fill_super()
5313 clear_opt(sb, DATA_FLAGS); in __ext4_fill_super()
A Dext4.h1271 #define clear_opt(sb, opt) EXT4_SB(sb)->s_mount_opt &= \ macro

Completed in 97 milliseconds