Home
last modified time | relevance | path

Searched refs:set_opt (Results 1 - 20 of 20) sorted by relevance

/kernel/linux/linux-5.10/fs/ext2/
H A Dsuper.c496 set_opt (opts->s_mount_opt, MINIX_DF); in parse_options()
499 set_opt (opts->s_mount_opt, GRPID); in parse_options()
532 set_opt (opts->s_mount_opt, ERRORS_PANIC); in parse_options()
537 set_opt (opts->s_mount_opt, ERRORS_RO); in parse_options()
542 set_opt (opts->s_mount_opt, ERRORS_CONT); in parse_options()
545 set_opt (opts->s_mount_opt, NO_UID32); in parse_options()
548 set_opt (opts->s_mount_opt, DEBUG); in parse_options()
551 set_opt (opts->s_mount_opt, OLDALLOC); in parse_options()
557 set_opt (opts->s_mount_opt, NOBH); in parse_options()
561 set_opt (opt in parse_options()
[all...]
H A Dext2.h385 #define set_opt(o, opt) o |= EXT2_MOUNT_##opt macro
/kernel/linux/linux-6.6/fs/ext2/
H A Dsuper.c490 set_opt (opts->s_mount_opt, MINIX_DF); in parse_options()
493 set_opt (opts->s_mount_opt, GRPID); in parse_options()
526 set_opt (opts->s_mount_opt, ERRORS_PANIC); in parse_options()
531 set_opt (opts->s_mount_opt, ERRORS_RO); in parse_options()
536 set_opt (opts->s_mount_opt, ERRORS_CONT); in parse_options()
539 set_opt (opts->s_mount_opt, NO_UID32); in parse_options()
542 set_opt (opts->s_mount_opt, DEBUG); in parse_options()
545 set_opt (opts->s_mount_opt, OLDALLOC); in parse_options()
556 set_opt (opts->s_mount_opt, XATTR_USER); in parse_options()
570 set_opt(opt in parse_options()
[all...]
H A Dext2.h384 #define set_opt(o, opt) o |= EXT2_MOUNT_##opt macro
/kernel/linux/linux-5.10/fs/f2fs/
H A Dsuper.c419 set_opt(sbi, QUOTA); in f2fs_set_qf_name()
577 set_opt(sbi, DISABLE_ROLL_FORWARD); in parse_options()
581 set_opt(sbi, NORECOVERY); in parse_options()
586 set_opt(sbi, DISCARD); in parse_options()
596 set_opt(sbi, NOHEAP); in parse_options()
603 set_opt(sbi, XATTR_USER); in parse_options()
609 set_opt(sbi, INLINE_XATTR); in parse_options()
617 set_opt(sbi, INLINE_XATTR_SIZE); in parse_options()
636 set_opt(sbi, POSIX_ACL); in parse_options()
658 set_opt(sb in parse_options()
[all...]
H A Df2fs.h111 #define set_opt(sbi, option) (F2FS_OPTION(sbi).opt |= F2FS_MOUNT_##option) macro
/kernel/linux/linux-6.6/fs/f2fs/
H A Dsuper.c431 set_opt(sbi, QUOTA); in f2fs_set_qf_name()
734 set_opt(sbi, DISABLE_ROLL_FORWARD); in parse_options()
738 set_opt(sbi, NORECOVERY); in parse_options()
747 set_opt(sbi, DISCARD); in parse_options()
757 set_opt(sbi, NOHEAP); in parse_options()
764 set_opt(sbi, XATTR_USER); in parse_options()
770 set_opt(sbi, INLINE_XATTR); in parse_options()
778 set_opt(sbi, INLINE_XATTR_SIZE); in parse_options()
797 set_opt(sbi, POSIX_ACL); in parse_options()
819 set_opt(sb in parse_options()
[all...]
H A Df2fs.h119 #define set_opt(sbi, option) (F2FS_OPTION(sbi).opt |= F2FS_MOUNT_##option) macro
/kernel/linux/linux-5.10/fs/erofs/
H A Dsuper.c206 set_opt(ctx, XATTR_USER); in erofs_default_options()
209 set_opt(ctx, POSIX_ACL); in erofs_default_options()
250 set_opt(ctx, XATTR_USER); in erofs_fc_parse_param()
260 set_opt(ctx, POSIX_ACL); in erofs_fc_parse_param()
H A Dinternal.h107 #define set_opt(ctx, option) ((ctx)->mount_opt |= EROFS_MOUNT_##option) macro
/kernel/linux/linux-6.6/fs/erofs/
H A Dsuper.c378 set_opt(&ctx->opt, XATTR_USER); in erofs_default_options()
381 set_opt(&ctx->opt, POSIX_ACL); in erofs_default_options()
431 set_opt(&ctx->opt, DAX_ALWAYS); in erofs_fc_set_dax_mode()
435 set_opt(&ctx->opt, DAX_NEVER); in erofs_fc_set_dax_mode()
464 set_opt(&ctx->opt, XATTR_USER); in erofs_fc_parse_param()
474 set_opt(&ctx->opt, POSIX_ACL); in erofs_fc_parse_param()
H A Dinternal.h198 #define set_opt(opt, option) ((opt)->mount_opt |= EROFS_MOUNT_##option) macro
/kernel/linux/linux-5.10/fs/qnx6/
H A Dqnx6.h70 #define set_opt(o, opt) (o |= (QNX6_MOUNT_##opt)) macro
H A Dinode.c247 set_opt(sbi->s_mount_opt, MMI_FS); in qnx6_parse_options()
/kernel/linux/linux-6.6/fs/qnx6/
H A Dqnx6.h70 #define set_opt(o, opt) (o |= (QNX6_MOUNT_##opt)) macro
H A Dinode.c247 set_opt(sbi->s_mount_opt, MMI_FS); in qnx6_parse_options()
/kernel/linux/linux-5.10/fs/ext4/
H A Dsuper.c1862 set_opt(sb, QUOTA); in set_qf_name()
2224 set_opt(sb, INIT_INODE_TABLE); in handle_mount_opt()
4123 set_opt(sb, INIT_INODE_TABLE); in ext4_fill_super()
4125 set_opt(sb, DEBUG); in ext4_fill_super()
4127 set_opt(sb, GRPID); in ext4_fill_super()
4129 set_opt(sb, NO_UID32); in ext4_fill_super()
4131 set_opt(sb, XATTR_USER); in ext4_fill_super()
4133 set_opt(sb, POSIX_ACL); in ext4_fill_super()
4139 set_opt(sb, JOURNAL_CHECKSUM); in ext4_fill_super()
4142 set_opt(s in ext4_fill_super()
[all...]
H A Dext4.h1246 #define set_opt(sb, opt) EXT4_SB(sb)->s_mount_opt |= \ macro
/kernel/linux/linux-6.6/fs/ext4/
H A Dsuper.c2574 set_opt(sb, QUOTA); in ext4_apply_quota_options()
4358 set_opt(sb, INIT_INODE_TABLE); in ext4_set_def_opts()
4360 set_opt(sb, DEBUG); in ext4_set_def_opts()
4362 set_opt(sb, GRPID); in ext4_set_def_opts()
4364 set_opt(sb, NO_UID32); in ext4_set_def_opts()
4366 set_opt(sb, XATTR_USER); in ext4_set_def_opts()
4368 set_opt(sb, POSIX_ACL); in ext4_set_def_opts()
4374 set_opt(sb, JOURNAL_CHECKSUM); in ext4_set_def_opts()
4377 set_opt(sb, JOURNAL_DATA); in ext4_set_def_opts()
4379 set_opt(s in ext4_set_def_opts()
[all...]
H A Dext4.h1245 #define set_opt(sb, opt) EXT4_SB(sb)->s_mount_opt |= \ macro

Completed in 61 milliseconds