Home
last modified time | relevance | path

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

/linux/fs/ext2/
A Dsuper.c490 clear_opt (opts->s_mount_opt, MINIX_DF); in parse_options()
499 clear_opt (opts->s_mount_opt, GRPID); in parse_options()
527 clear_opt (opts->s_mount_opt, ERRORS_CONT); in parse_options()
528 clear_opt (opts->s_mount_opt, ERRORS_RO); in parse_options()
532 clear_opt (opts->s_mount_opt, ERRORS_CONT); in parse_options()
537 clear_opt (opts->s_mount_opt, ERRORS_RO); in parse_options()
551 clear_opt (opts->s_mount_opt, OLDALLOC); in parse_options()
561 clear_opt (opts->s_mount_opt, XATTR_USER); in parse_options()
575 clear_opt(opts->s_mount_opt, POSIX_ACL); in parse_options()
621 clear_opt(opts->s_mount_opt, RESERVATION); in parse_options()
[all …]
A Dext2.h393 #define clear_opt(o, opt) o &= ~EXT2_MOUNT_##opt macro
/linux/fs/f2fs/
A Dsuper.c427 clear_opt(sbi, USRQUOTA); in f2fs_check_quota_options()
431 clear_opt(sbi, GRPQUOTA); in f2fs_check_quota_options()
435 clear_opt(sbi, PRJQUOTA); in f2fs_check_quota_options()
676 clear_opt(sbi, DISCARD); in parse_options()
682 clear_opt(sbi, NOHEAP); in parse_options()
722 clear_opt(sbi, POSIX_ACL); in parse_options()
921 clear_opt(sbi, QUOTA); in parse_options()
922 clear_opt(sbi, USRQUOTA); in parse_options()
923 clear_opt(sbi, GRPQUOTA); in parse_options()
924 clear_opt(sbi, PRJQUOTA); in parse_options()
[all …]
A Df2fs.h107 #define clear_opt(sbi, option) (F2FS_OPTION(sbi).opt &= ~F2FS_MOUNT_##option) macro
A Dfile.c2258 clear_opt(sbi, DISCARD); in f2fs_ioc_shutdown()
/linux/fs/erofs/
A Dsuper.c479 clear_opt(&ctx->opt, DAX_NEVER); in erofs_fc_set_dax_mode()
483 clear_opt(&ctx->opt, DAX_ALWAYS); in erofs_fc_set_dax_mode()
513 clear_opt(&ctx->opt, XATTR_USER); in erofs_fc_parse_param()
523 clear_opt(&ctx->opt, POSIX_ACL); in erofs_fc_parse_param()
658 clear_opt(&sbi->opt, DAX_ALWAYS); in erofs_fc_fill_super()
A Dinternal.h148 #define clear_opt(opt, option) ((opt)->mount_opt &= ~EROFS_MOUNT_##option) macro
/linux/fs/qnx6/
A Dqnx6.h69 #define clear_opt(o, opt) (o &= ~(QNX6_MOUNT_##opt)) macro
/linux/fs/ext4/
A Dsuper.c2188 clear_opt(sb, ERRORS_MASK); in handle_mount_opt()
2322 clear_opt(sb, DATA_FLAGS); in handle_mount_opt()
2470 clear_opt(sb, USRQUOTA); in parse_options()
2473 clear_opt(sb, GRPQUOTA); in parse_options()
4200 clear_opt(sb, DIOREAD_NOLOCK); in ext4_fill_super()
4218 clear_opt(sb, DELALLOC); in ext4_fill_super()
4689 clear_opt(sb, JOURNAL_CHECKSUM); in ext4_fill_super()
4690 clear_opt(sb, DATA_FLAGS); in ext4_fill_super()
A Dioctl.c598 clear_opt(sb, DISCARD); in ext4_shutdown()
A Dext4.h1258 #define clear_opt(sb, opt) EXT4_SB(sb)->s_mount_opt &= \ macro

Completed in 75 milliseconds