Home
last modified time | relevance | path

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

/linux/fs/ext2/
A Dsuper.c496 set_opt (opts->s_mount_opt, GRPID); in parse_options()
545 set_opt (opts->s_mount_opt, DEBUG); in parse_options()
554 set_opt (opts->s_mount_opt, NOBH); in parse_options()
586 set_opt(opts->s_mount_opt, XIP); in parse_options()
592 set_opt(opts->s_mount_opt, DAX); in parse_options()
601 set_opt(opts->s_mount_opt, USRQUOTA); in parse_options()
883 set_opt(opts.s_mount_opt, DEBUG); in ext2_fill_super()
885 set_opt(opts.s_mount_opt, GRPID); in ext2_fill_super()
887 set_opt(opts.s_mount_opt, NO_UID32); in ext2_fill_super()
894 set_opt(opts.s_mount_opt, POSIX_ACL); in ext2_fill_super()
[all …]
A Dext2.h394 #define set_opt(o, opt) o |= EXT2_MOUNT_##opt macro
/linux/fs/f2fs/
A Dsuper.c391 set_opt(sbi, QUOTA); in f2fs_set_qf_name()
669 set_opt(sbi, DISCARD); in parse_options()
679 set_opt(sbi, NOHEAP); in parse_options()
762 set_opt(sbi, FASTBOOT); in parse_options()
873 set_opt(sbi, USRQUOTA); in parse_options()
876 set_opt(sbi, GRPQUOTA); in parse_options()
879 set_opt(sbi, PRJQUOTA); in parse_options()
1181 set_opt(sbi, ATGC); in parse_options()
2010 set_opt(sbi, NOHEAP); in default_options()
2017 set_opt(sbi, DISCARD); in default_options()
[all …]
A Df2fs.h108 #define set_opt(sbi, option) (F2FS_OPTION(sbi).opt |= F2FS_MOUNT_##option) macro
/linux/fs/erofs/
A Dsuper.c429 set_opt(&ctx->opt, XATTR_USER); in erofs_default_options()
432 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()
A Dinternal.h149 #define set_opt(opt, option) ((opt)->mount_opt |= EROFS_MOUNT_##option) macro
/linux/fs/ext4/
A Dsuper.c1870 set_opt(sb, QUOTA); in set_qf_name()
4009 set_opt(sb, DEBUG); in ext4_fill_super()
4011 set_opt(sb, GRPID); in ext4_fill_super()
4013 set_opt(sb, NO_UID32); in ext4_fill_super()
4015 set_opt(sb, XATTR_USER); in ext4_fill_super()
4017 set_opt(sb, POSIX_ACL); in ext4_fill_super()
4035 set_opt(sb, ERRORS_CONT); in ext4_fill_super()
4037 set_opt(sb, ERRORS_RO); in ext4_fill_super()
4041 set_opt(sb, DISCARD); in ext4_fill_super()
4050 set_opt(sb, BARRIER); in ext4_fill_super()
[all …]
A Dext4.h1260 #define set_opt(sb, opt) EXT4_SB(sb)->s_mount_opt |= \ macro
/linux/fs/qnx6/
A Dqnx6.h70 #define set_opt(o, opt) (o |= (QNX6_MOUNT_##opt)) macro
A Dinode.c247 set_opt(sbi->s_mount_opt, MMI_FS); in qnx6_parse_options()

Completed in 64 milliseconds