Searched refs:set_opt (Results 1 – 6 of 6) sorted by relevance
| /linux/fs/erofs/ |
| H A D | super.c | 385 set_opt(&sbi->opt, XATTR_USER); in erofs_default_options() 387 set_opt(&sbi->opt, POSIX_ACL); in erofs_default_options() 431 set_opt(&sbi->opt, DAX_ALWAYS); in erofs_fc_set_dax_mode() 435 set_opt(&sbi->opt, DAX_NEVER); in erofs_fc_set_dax_mode() 463 set_opt(&sbi->opt, XATTR_USER); in erofs_fc_parse_param() 471 set_opt(&sbi->opt, POSIX_ACL); in erofs_fc_parse_param() 531 set_opt(&sbi->opt, DIRECT_IO); in erofs_fc_parse_param() 542 set_opt(&sbi->opt, INODE_SHARE); in erofs_fc_parse_param()
|
| H A D | internal.h | 182 #define set_opt(opt, option) ((opt)->mount_opt |= EROFS_MOUNT_##option) macro
|
| /linux/fs/ext2/ |
| H A D | super.c | 834 set_opt(sbi->s_mount_opt, DEBUG); in ext2_set_options() 838 set_opt(sbi->s_mount_opt, GRPID); in ext2_set_options() 842 set_opt(sbi->s_mount_opt, NO_UID32); in ext2_set_options() 847 set_opt(sbi->s_mount_opt, XATTR_USER); in ext2_set_options() 852 set_opt(sbi->s_mount_opt, POSIX_ACL); in ext2_set_options() 857 set_opt(sbi->s_mount_opt, ERRORS_PANIC); in ext2_set_options() 859 set_opt(sbi->s_mount_opt, ERRORS_CONT); in ext2_set_options() 861 set_opt(sbi->s_mount_opt, ERRORS_RO); in ext2_set_options()
|
| /linux/fs/qnx6/ |
| H A D | qnx6.h | 70 #define set_opt(o, opt) (o |= (QNX6_MOUNT_##opt)) macro
|
| /linux/fs/ext4/ |
| H A D | super.c | 2575 set_opt(sb, QUOTA); in ext4_check_quota_consistency() 4384 set_opt(sb, INIT_INODE_TABLE); in ext4_set_def_opts() 4386 set_opt(sb, DEBUG); in ext4_set_def_opts() 4388 set_opt(sb, GRPID); in ext4_set_def_opts() 4390 set_opt(sb, NO_UID32); in ext4_set_def_opts() 4392 set_opt(sb, XATTR_USER); in ext4_set_def_opts() 4394 set_opt(sb, POSIX_ACL); in ext4_set_def_opts() 4400 set_opt(sb, JOURNAL_CHECKSUM); in ext4_set_def_opts() 4403 set_opt(sb, JOURNAL_DATA); in ext4_set_def_opts() 4405 set_opt(s in ext4_set_def_opts() [all...] |
| /linux/fs/f2fs/ |
| H A D | super.c | 1625 set_opt(sbi, QUOTA); in f2fs_apply_quota_options() 2541 set_opt(sbi, READ_EXTENT_CACHE); in default_options() 2545 set_opt(sbi, DISCARD); in default_options() 2577 set_opt(sbi, INLINE_XATTR); in default_options() 2578 set_opt(sbi, INLINE_DATA); in default_options() 2579 set_opt(sbi, INLINE_DENTRY); in default_options() 2580 set_opt(sbi, MERGE_CHECKPOINT); in default_options() 2581 set_opt(sbi, LAZYTIME); in default_options() 2584 set_opt(sbi, FLUSH_MERGE); in default_options() 2591 set_opt(sbi, XATTR_USER); in default_options() [all …]
|