Searched refs:set_opt (Results 1 – 9 of 9) sorted by relevance
| /linux/fs/ext2/ |
| A D | super.c | 493 set_opt (opts->s_mount_opt, GRPID); in parse_options() 542 set_opt (opts->s_mount_opt, DEBUG); in parse_options() 584 set_opt(opts->s_mount_opt, XIP); in parse_options() 590 set_opt(opts->s_mount_opt, DAX); in parse_options() 599 set_opt(opts->s_mount_opt, USRQUOTA); in parse_options() 603 set_opt(opts->s_mount_opt, GRPQUOTA); in parse_options() 884 set_opt(opts.s_mount_opt, DEBUG); in ext2_fill_super() 886 set_opt(opts.s_mount_opt, GRPID); in ext2_fill_super() 888 set_opt(opts.s_mount_opt, NO_UID32); in ext2_fill_super() 895 set_opt(opts.s_mount_opt, POSIX_ACL); in ext2_fill_super() [all …]
|
| A D | ext2.h | 384 #define set_opt(o, opt) o |= EXT2_MOUNT_##opt macro
|
| /linux/fs/f2fs/ |
| A D | super.c | 416 set_opt(sbi, QUOTA); in f2fs_set_qf_name() 737 set_opt(sbi, DISCARD); in parse_options() 785 set_opt(sbi, POSIX_ACL); in parse_options() 831 set_opt(sbi, FASTBOOT); in parse_options() 924 set_opt(sbi, USRQUOTA); in parse_options() 927 set_opt(sbi, GRPQUOTA); in parse_options() 930 set_opt(sbi, PRJQUOTA); in parse_options() 1238 set_opt(sbi, ATGC); in parse_options() 1241 set_opt(sbi, GC_MERGE); in parse_options() 2110 set_opt(sbi, DISCARD); in default_options() [all …]
|
| A D | f2fs.h | 121 #define set_opt(sbi, option) (F2FS_OPTION(sbi).opt |= F2FS_MOUNT_##option) macro
|
| /linux/fs/erofs/ |
| A D | super.c | 374 set_opt(&sbi->opt, XATTR_USER); in erofs_default_options() 377 set_opt(&sbi->opt, POSIX_ACL); in erofs_default_options() 426 set_opt(&sbi->opt, DAX_ALWAYS); in erofs_fc_set_dax_mode() 430 set_opt(&sbi->opt, DAX_NEVER); in erofs_fc_set_dax_mode() 459 set_opt(&sbi->opt, XATTR_USER); in erofs_fc_parse_param() 469 set_opt(&sbi->opt, POSIX_ACL); in erofs_fc_parse_param()
|
| A D | internal.h | 191 #define set_opt(opt, option) ((opt)->mount_opt |= EROFS_MOUNT_##option) macro
|
| /linux/fs/qnx6/ |
| A D | qnx6.h | 70 #define set_opt(o, opt) (o |= (QNX6_MOUNT_##opt)) macro
|
| /linux/fs/ext4/ |
| A D | super.c | 2550 set_opt(sb, QUOTA); in ext4_apply_quota_options() 4325 set_opt(sb, DEBUG); in ext4_set_def_opts() 4327 set_opt(sb, GRPID); in ext4_set_def_opts() 4329 set_opt(sb, NO_UID32); in ext4_set_def_opts() 4331 set_opt(sb, XATTR_USER); in ext4_set_def_opts() 4333 set_opt(sb, POSIX_ACL); in ext4_set_def_opts() 4351 set_opt(sb, ERRORS_CONT); in ext4_set_def_opts() 4353 set_opt(sb, ERRORS_RO); in ext4_set_def_opts() 4357 set_opt(sb, DISCARD); in ext4_set_def_opts() 4360 set_opt(sb, BARRIER); in ext4_set_def_opts() [all …]
|
| A D | ext4.h | 1260 #define set_opt(sb, opt) EXT4_SB(sb)->s_mount_opt |= \ macro
|
Completed in 66 milliseconds