Searched refs:set_opt (Results 1 – 6 of 6) sorted by relevance
| /linux/fs/erofs/ |
| H A D | super.c | 381 set_opt(&sbi->opt, XATTR_USER); in erofs_default_options() 383 set_opt(&sbi->opt, POSIX_ACL); in erofs_default_options() 427 set_opt(&sbi->opt, DAX_ALWAYS); in erofs_fc_set_dax_mode() 431 set_opt(&sbi->opt, DAX_NEVER); in erofs_fc_set_dax_mode() 493 set_opt(&sbi->opt, XATTR_USER); in erofs_fc_parse_param() 501 set_opt(&sbi->opt, POSIX_ACL); in erofs_fc_parse_param() 550 set_opt(&sbi->opt, DIRECT_IO); in erofs_fc_parse_param() 561 set_opt(&sbi->opt, INODE_SHARE); in erofs_fc_parse_param()
|
| H A D | internal.h | 159 #define set_opt(opt, option) ((opt)->mount_opt |= EROFS_MOUNT_##option) macro
|
| /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 | 2602 set_opt(sb, QUOTA); in ext4_apply_quota_options() 4411 set_opt(sb, INIT_INODE_TABLE); in ext4_set_def_opts() 4413 set_opt(sb, DEBUG); in ext4_set_def_opts() 4415 set_opt(sb, GRPID); in ext4_set_def_opts() 4417 set_opt(sb, NO_UID32); in ext4_set_def_opts() 4419 set_opt(sb, XATTR_USER); in ext4_set_def_opts() 4421 set_opt(sb, POSIX_ACL); in ext4_set_def_opts() 4427 set_opt(sb, JOURNAL_CHECKSUM); in ext4_set_def_opts() 4430 set_opt(sb, JOURNAL_DATA); in ext4_set_def_opts() 4432 set_opt(sb, ORDERED_DATA); in ext4_set_def_opts() [all …]
|
| H A D | ext4.h | 1325 #define set_opt(sb, opt) EXT4_SB(sb)->s_mount_opt |= \ macro
|
| /linux/fs/f2fs/ |
| H A D | super.c | 1631 set_opt(sbi, QUOTA); in f2fs_apply_quota_options() 2553 set_opt(sbi, READ_EXTENT_CACHE); in default_options() 2557 set_opt(sbi, DISCARD); in default_options() 2589 set_opt(sbi, INLINE_XATTR); in default_options() 2590 set_opt(sbi, INLINE_DATA); in default_options() 2591 set_opt(sbi, INLINE_DENTRY); in default_options() 2592 set_opt(sbi, MERGE_CHECKPOINT); in default_options() 2593 set_opt(sbi, LAZYTIME); in default_options() 2596 set_opt(sbi, FLUSH_MERGE); in default_options() 2603 set_opt(sbi, XATTR_USER); in default_options() [all …]
|