Home
last modified time | relevance | path

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

/linux/fs/erofs/
H A Dsuper.c389 set_opt(&sbi->opt, XATTR_USER); in erofs_default_options()
391 set_opt(&sbi->opt, POSIX_ACL); in erofs_default_options()
435 set_opt(&sbi->opt, DAX_ALWAYS); in erofs_fc_set_dax_mode()
439 set_opt(&sbi->opt, DAX_NEVER); in erofs_fc_set_dax_mode()
467 set_opt(&sbi->opt, XATTR_USER); in erofs_fc_parse_param()
475 set_opt(&sbi->opt, POSIX_ACL); in erofs_fc_parse_param()
535 set_opt(&sbi->opt, DIRECT_IO); in erofs_fc_parse_param()
546 set_opt(&sbi->opt, INODE_SHARE); in erofs_fc_parse_param()
H A Dinternal.h182 #define set_opt(opt, option) ((opt)->mount_opt |= EROFS_MOUNT_##option) macro
/linux/fs/qnx6/
H A Dqnx6.h70 #define set_opt(o, opt) (o |= (QNX6_MOUNT_##opt)) macro
/linux/fs/ext4/
H A Dsuper.c2583 set_opt(sb, QUOTA); in ext4_apply_quota_options()
4392 set_opt(sb, INIT_INODE_TABLE); in ext4_set_def_opts()
4394 set_opt(sb, DEBUG); in ext4_set_def_opts()
4396 set_opt(sb, GRPID); in ext4_set_def_opts()
4398 set_opt(sb, NO_UID32); in ext4_set_def_opts()
4400 set_opt(sb, XATTR_USER); in ext4_set_def_opts()
4402 set_opt(sb, POSIX_ACL); in ext4_set_def_opts()
4408 set_opt(sb, JOURNAL_CHECKSUM); in ext4_set_def_opts()
4411 set_opt(sb, JOURNAL_DATA); in ext4_set_def_opts()
4413 set_opt(sb, ORDERED_DATA); in ext4_set_def_opts()
[all …]
H A Dext4.h1285 #define set_opt(sb, opt) EXT4_SB(sb)->s_mount_opt |= \ macro