fs/erofs/super.c
381
set_opt(&sbi->opt, XATTR_USER);
fs/erofs/super.c
383
set_opt(&sbi->opt, POSIX_ACL);
fs/erofs/super.c
425
set_opt(&sbi->opt, DAX_ALWAYS);
fs/erofs/super.c
429
set_opt(&sbi->opt, DAX_NEVER);
fs/erofs/super.c
457
set_opt(&sbi->opt, XATTR_USER);
fs/erofs/super.c
465
set_opt(&sbi->opt, POSIX_ACL);
fs/erofs/super.c
514
set_opt(&sbi->opt, DIRECT_IO);
fs/erofs/super.c
525
set_opt(&sbi->opt, INODE_SHARE);
fs/ext2/super.c
821
set_opt(sbi->s_mount_opt, DEBUG);
fs/ext2/super.c
825
set_opt(sbi->s_mount_opt, GRPID);
fs/ext2/super.c
829
set_opt(sbi->s_mount_opt, NO_UID32);
fs/ext2/super.c
834
set_opt(sbi->s_mount_opt, XATTR_USER);
fs/ext2/super.c
839
set_opt(sbi->s_mount_opt, POSIX_ACL);
fs/ext2/super.c
844
set_opt(sbi->s_mount_opt, ERRORS_PANIC);
fs/ext2/super.c
846
set_opt(sbi->s_mount_opt, ERRORS_CONT);
fs/ext2/super.c
848
set_opt(sbi->s_mount_opt, ERRORS_RO);
fs/ext4/super.c
2586
set_opt(sb, QUOTA);
fs/ext4/super.c
4395
set_opt(sb, INIT_INODE_TABLE);
fs/ext4/super.c
4397
set_opt(sb, DEBUG);
fs/ext4/super.c
4399
set_opt(sb, GRPID);
fs/ext4/super.c
4401
set_opt(sb, NO_UID32);
fs/ext4/super.c
4403
set_opt(sb, XATTR_USER);
fs/ext4/super.c
4405
set_opt(sb, POSIX_ACL);
fs/ext4/super.c
4411
set_opt(sb, JOURNAL_CHECKSUM);
fs/ext4/super.c
4414
set_opt(sb, JOURNAL_DATA);
fs/ext4/super.c
4416
set_opt(sb, ORDERED_DATA);
fs/ext4/super.c
4418
set_opt(sb, WRITEBACK_DATA);
fs/ext4/super.c
4421
set_opt(sb, ERRORS_PANIC);
fs/ext4/super.c
4423
set_opt(sb, ERRORS_CONT);
fs/ext4/super.c
4425
set_opt(sb, ERRORS_RO);
fs/ext4/super.c
4427
set_opt(sb, BLOCK_VALIDITY);
fs/ext4/super.c
4429
set_opt(sb, DISCARD);
fs/ext4/super.c
4432
set_opt(sb, BARRIER);
fs/ext4/super.c
4440
set_opt(sb, DELALLOC);
fs/ext4/super.c
4442
set_opt(sb, DIOREAD_NOLOCK);
fs/ext4/super.c
4998
set_opt(sb, ORDERED_DATA);
fs/ext4/super.c
5001
set_opt(sb, JOURNAL_DATA);
fs/f2fs/super.c
1631
set_opt(sbi, QUOTA);
fs/f2fs/super.c
2553
set_opt(sbi, READ_EXTENT_CACHE);
fs/f2fs/super.c
2557
set_opt(sbi, DISCARD);
fs/f2fs/super.c
2589
set_opt(sbi, INLINE_XATTR);
fs/f2fs/super.c
2590
set_opt(sbi, INLINE_DATA);
fs/f2fs/super.c
2591
set_opt(sbi, INLINE_DENTRY);
fs/f2fs/super.c
2592
set_opt(sbi, MERGE_CHECKPOINT);
fs/f2fs/super.c
2593
set_opt(sbi, LAZYTIME);
fs/f2fs/super.c
2596
set_opt(sbi, FLUSH_MERGE);
fs/f2fs/super.c
2603
set_opt(sbi, XATTR_USER);
fs/f2fs/super.c
2606
set_opt(sbi, POSIX_ACL);