Home
last modified time | relevance | path

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

/linux/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()
960 clear_opt(sbi->s_mount_opt, DAX); in ext2_fill_super()
[all …]
A Dext2.h383 #define clear_opt(o, opt) o &= ~EXT2_MOUNT_##opt macro
/linux/fs/erofs/
A Dsuper.c427 clear_opt(&sbi->opt, DAX_NEVER); in erofs_fc_set_dax_mode()
431 clear_opt(&sbi->opt, DAX_ALWAYS); in erofs_fc_set_dax_mode()
461 clear_opt(&sbi->opt, XATTR_USER); in erofs_fc_parse_param()
471 clear_opt(&sbi->opt, POSIX_ACL); in erofs_fc_parse_param()
643 clear_opt(&sbi->opt, DAX_ALWAYS); in erofs_fc_fill_super()
646 clear_opt(&sbi->opt, DAX_ALWAYS); in erofs_fc_fill_super()
A Dinternal.h190 #define clear_opt(opt, option) ((opt)->mount_opt &= ~EROFS_MOUNT_##option) macro
/linux/fs/f2fs/
A Dsuper.c452 clear_opt(sbi, USRQUOTA); in f2fs_check_quota_options()
456 clear_opt(sbi, GRPQUOTA); in f2fs_check_quota_options()
460 clear_opt(sbi, PRJQUOTA); in f2fs_check_quota_options()
744 clear_opt(sbi, DISCARD); in parse_options()
788 clear_opt(sbi, POSIX_ACL); in parse_options()
828 clear_opt(sbi, NOBARRIER); in parse_options()
972 clear_opt(sbi, QUOTA); in parse_options()
973 clear_opt(sbi, USRQUOTA); in parse_options()
974 clear_opt(sbi, GRPQUOTA); in parse_options()
975 clear_opt(sbi, PRJQUOTA); in parse_options()
[all …]
A Df2fs.h120 #define clear_opt(sbi, option) (F2FS_OPTION(sbi).opt &= ~F2FS_MOUNT_##option) macro
A Dfile.c2354 clear_opt(sbi, DISCARD); in f2fs_do_shutdown()
/linux/fs/qnx6/
A Dqnx6.h69 #define clear_opt(o, opt) (o &= ~(QNX6_MOUNT_##opt)) macro
/linux/fs/ext4/
A Dioctl.c843 clear_opt(sb, DISCARD); in ext4_force_shutdown()
A Dsuper.c4955 clear_opt(sb, DIOREAD_NOLOCK); in ext4_check_journal_data_mode()
4973 clear_opt(sb, DELALLOC); in ext4_check_journal_data_mode()
5393 clear_opt(sb, JOURNAL_CHECKSUM); in __ext4_fill_super()
5394 clear_opt(sb, DATA_FLAGS); in __ext4_fill_super()
A Dext4.h1258 #define clear_opt(sb, opt) EXT4_SB(sb)->s_mount_opt &= \ macro

Completed in 84 milliseconds