Searched refs:clear_opt (Results 1 – 11 of 11) sorted by relevance
/linux-6.1.9/fs/ext2/ |
D | super.c | 487 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 …]
|
D | ext2.h | 394 #define clear_opt(o, opt) o &= ~EXT2_MOUNT_##opt macro
|
/linux-6.1.9/fs/f2fs/ |
D | super.c | 462 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 …]
|
D | f2fs.h | 111 #define clear_opt(sbi, option) (F2FS_OPTION(sbi).opt &= ~F2FS_MOUNT_##option) macro
|
D | file.c | 2249 clear_opt(sbi, DISCARD); in f2fs_ioc_shutdown()
|
/linux-6.1.9/fs/erofs/ |
D | super.c | 497 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()
|
D | internal.h | 186 #define clear_opt(opt, option) ((opt)->mount_opt &= ~EROFS_MOUNT_##option) macro
|
/linux-6.1.9/fs/qnx6/ |
D | qnx6.h | 69 #define clear_opt(o, opt) (o &= ~(QNX6_MOUNT_##opt)) macro
|
/linux-6.1.9/fs/ext4/ |
D | ioctl.c | 839 clear_opt(sb, DISCARD); in ext4_shutdown()
|
D | super.c | 4895 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()
|
D | ext4.h | 1271 #define clear_opt(sb, opt) EXT4_SB(sb)->s_mount_opt &= \ macro
|