Home
last modified time | relevance | path

Searched refs:set_opt (Results 1 – 10 of 10) sorted by relevance

/linux-5.19.10/fs/ext2/
Dsuper.c493 set_opt (opts->s_mount_opt, MINIX_DF); in parse_options()
496 set_opt (opts->s_mount_opt, GRPID); in parse_options()
529 set_opt (opts->s_mount_opt, ERRORS_PANIC); in parse_options()
534 set_opt (opts->s_mount_opt, ERRORS_RO); in parse_options()
539 set_opt (opts->s_mount_opt, ERRORS_CONT); in parse_options()
542 set_opt (opts->s_mount_opt, NO_UID32); in parse_options()
545 set_opt (opts->s_mount_opt, DEBUG); in parse_options()
548 set_opt (opts->s_mount_opt, OLDALLOC); in parse_options()
554 set_opt (opts->s_mount_opt, NOBH); in parse_options()
558 set_opt (opts->s_mount_opt, XATTR_USER); in parse_options()
[all …]
Dext2.h395 #define set_opt(o, opt) o |= EXT2_MOUNT_##opt macro
/linux-5.19.10/fs/f2fs/
Dsuper.c423 set_opt(sbi, QUOTA); in f2fs_set_qf_name()
689 set_opt(sbi, DISABLE_ROLL_FORWARD); in parse_options()
693 set_opt(sbi, NORECOVERY); in parse_options()
702 set_opt(sbi, DISCARD); in parse_options()
712 set_opt(sbi, NOHEAP); in parse_options()
719 set_opt(sbi, XATTR_USER); in parse_options()
725 set_opt(sbi, INLINE_XATTR); in parse_options()
733 set_opt(sbi, INLINE_XATTR_SIZE); in parse_options()
752 set_opt(sbi, POSIX_ACL); in parse_options()
774 set_opt(sbi, DISABLE_EXT_IDENTIFY); in parse_options()
[all …]
Df2fs.h112 #define set_opt(sbi, option) (F2FS_OPTION(sbi).opt |= F2FS_MOUNT_##option) macro
/linux-5.19.10/fs/erofs/
Dsuper.c427 set_opt(&ctx->opt, XATTR_USER); in erofs_default_options()
430 set_opt(&ctx->opt, POSIX_ACL); in erofs_default_options()
478 set_opt(&ctx->opt, DAX_ALWAYS); in erofs_fc_set_dax_mode()
482 set_opt(&ctx->opt, DAX_NEVER); in erofs_fc_set_dax_mode()
511 set_opt(&ctx->opt, XATTR_USER); in erofs_fc_parse_param()
521 set_opt(&ctx->opt, POSIX_ACL); in erofs_fc_parse_param()
Dinternal.h172 #define set_opt(opt, option) ((opt)->mount_opt |= EROFS_MOUNT_##option) macro
/linux-5.19.10/fs/qnx6/
Dqnx6.h70 #define set_opt(o, opt) (o |= (QNX6_MOUNT_##opt)) macro
Dinode.c247 set_opt(sbi->s_mount_opt, MMI_FS); in qnx6_parse_options()
/linux-5.19.10/fs/ext4/
Dsuper.c2521 set_opt(sb, QUOTA); in ext4_apply_quota_options()
4413 set_opt(sb, INIT_INODE_TABLE); in __ext4_fill_super()
4415 set_opt(sb, DEBUG); in __ext4_fill_super()
4417 set_opt(sb, GRPID); in __ext4_fill_super()
4419 set_opt(sb, NO_UID32); in __ext4_fill_super()
4421 set_opt(sb, XATTR_USER); in __ext4_fill_super()
4423 set_opt(sb, POSIX_ACL); in __ext4_fill_super()
4429 set_opt(sb, JOURNAL_CHECKSUM); in __ext4_fill_super()
4432 set_opt(sb, JOURNAL_DATA); in __ext4_fill_super()
4434 set_opt(sb, ORDERED_DATA); in __ext4_fill_super()
[all …]
Dext4.h1264 #define set_opt(sb, opt) EXT4_SB(sb)->s_mount_opt |= \ macro