Searched refs:set_opt (Results 1 – 9 of 9) sorted by relevance
| /linux-6.15/fs/f2fs/ |
| H A D | super.c | 423 set_opt(sbi, QUOTA); in f2fs_set_qf_name() 740 set_opt(sbi, DISCARD); in parse_options() 827 set_opt(sbi, FASTBOOT); in parse_options() 919 set_opt(sbi, LAZYTIME); in parse_options() 927 set_opt(sbi, USRQUOTA); in parse_options() 930 set_opt(sbi, GRPQUOTA); in parse_options() 933 set_opt(sbi, PRJQUOTA); in parse_options() 1249 set_opt(sbi, ATGC); in parse_options() 2159 set_opt(sbi, DISCARD); in default_options() 2195 set_opt(sbi, LAZYTIME); in default_options() [all …]
|
| H A D | f2fs.h | 128 #define set_opt(sbi, option) (F2FS_OPTION(sbi).opt |= F2FS_MOUNT_##option) macro
|
| /linux-6.15/fs/erofs/ |
| H A D | super.c | 350 set_opt(&sbi->opt, XATTR_USER); in erofs_default_options() 353 set_opt(&sbi->opt, POSIX_ACL); in erofs_default_options() 396 set_opt(&sbi->opt, DAX_ALWAYS); in erofs_fc_set_dax_mode() 400 set_opt(&sbi->opt, DAX_NEVER); in erofs_fc_set_dax_mode() 429 set_opt(&sbi->opt, XATTR_USER); in erofs_fc_parse_param() 439 set_opt(&sbi->opt, POSIX_ACL); in erofs_fc_parse_param() 502 set_opt(&sbi->opt, DIRECT_IO); in erofs_fc_parse_param()
|
| H A D | internal.h | 179 #define set_opt(opt, option) ((opt)->mount_opt |= EROFS_MOUNT_##option) macro
|
| /linux-6.15/fs/ext2/ |
| H A D | super.c | 833 set_opt(sbi->s_mount_opt, DEBUG); in ext2_set_options() 837 set_opt(sbi->s_mount_opt, GRPID); in ext2_set_options() 841 set_opt(sbi->s_mount_opt, NO_UID32); in ext2_set_options() 846 set_opt(sbi->s_mount_opt, XATTR_USER); in ext2_set_options() 851 set_opt(sbi->s_mount_opt, POSIX_ACL); in ext2_set_options() 856 set_opt(sbi->s_mount_opt, ERRORS_PANIC); in ext2_set_options() 858 set_opt(sbi->s_mount_opt, ERRORS_CONT); in ext2_set_options() 860 set_opt(sbi->s_mount_opt, ERRORS_RO); in ext2_set_options()
|
| H A D | ext2.h | 385 #define set_opt(o, opt) o |= EXT2_MOUNT_##opt macro
|
| /linux-6.15/fs/qnx6/ |
| H A D | qnx6.h | 70 #define set_opt(o, opt) (o |= (QNX6_MOUNT_##opt)) macro
|
| /linux-6.15/fs/ext4/ |
| H A D | super.c | 2541 set_opt(sb, QUOTA); in ext4_apply_quota_options() 4339 set_opt(sb, DEBUG); in ext4_set_def_opts() 4341 set_opt(sb, GRPID); in ext4_set_def_opts() 4343 set_opt(sb, NO_UID32); in ext4_set_def_opts() 4345 set_opt(sb, XATTR_USER); in ext4_set_def_opts() 4347 set_opt(sb, POSIX_ACL); in ext4_set_def_opts() 4365 set_opt(sb, ERRORS_CONT); in ext4_set_def_opts() 4367 set_opt(sb, ERRORS_RO); in ext4_set_def_opts() 4371 set_opt(sb, DISCARD); in ext4_set_def_opts() 4374 set_opt(sb, BARRIER); in ext4_set_def_opts() [all …]
|
| H A D | ext4.h | 1263 #define set_opt(sb, opt) EXT4_SB(sb)->s_mount_opt |= \ macro
|