fs/erofs/super.c
385
set_opt(&sbi->opt, XATTR_USER);
fs/erofs/super.c
387
set_opt(&sbi->opt, POSIX_ACL);
fs/erofs/super.c
431
set_opt(&sbi->opt, DAX_ALWAYS);
fs/erofs/super.c
435
set_opt(&sbi->opt, DAX_NEVER);
fs/erofs/super.c
463
set_opt(&sbi->opt, XATTR_USER);
fs/erofs/super.c
471
set_opt(&sbi->opt, POSIX_ACL);
fs/erofs/super.c
531
set_opt(&sbi->opt, DIRECT_IO);
fs/erofs/super.c
542
set_opt(&sbi->opt, INODE_SHARE);
fs/ext2/super.c
834
set_opt(sbi->s_mount_opt, DEBUG);
fs/ext2/super.c
838
set_opt(sbi->s_mount_opt, GRPID);
fs/ext2/super.c
842
set_opt(sbi->s_mount_opt, NO_UID32);
fs/ext2/super.c
847
set_opt(sbi->s_mount_opt, XATTR_USER);
fs/ext2/super.c
852
set_opt(sbi->s_mount_opt, POSIX_ACL);
fs/ext2/super.c
857
set_opt(sbi->s_mount_opt, ERRORS_PANIC);
fs/ext2/super.c
859
set_opt(sbi->s_mount_opt, ERRORS_CONT);
fs/ext2/super.c
861
set_opt(sbi->s_mount_opt, ERRORS_RO);
fs/ext4/super.c
2575
set_opt(sb, QUOTA);
fs/ext4/super.c
4384
set_opt(sb, INIT_INODE_TABLE);
fs/ext4/super.c
4386
set_opt(sb, DEBUG);
fs/ext4/super.c
4388
set_opt(sb, GRPID);
fs/ext4/super.c
4390
set_opt(sb, NO_UID32);
fs/ext4/super.c
4392
set_opt(sb, XATTR_USER);
fs/ext4/super.c
4394
set_opt(sb, POSIX_ACL);
fs/ext4/super.c
4400
set_opt(sb, JOURNAL_CHECKSUM);
fs/ext4/super.c
4403
set_opt(sb, JOURNAL_DATA);
fs/ext4/super.c
4405
set_opt(sb, ORDERED_DATA);
fs/ext4/super.c
4407
set_opt(sb, WRITEBACK_DATA);
fs/ext4/super.c
4410
set_opt(sb, ERRORS_PANIC);
fs/ext4/super.c
4412
set_opt(sb, ERRORS_CONT);
fs/ext4/super.c
4414
set_opt(sb, ERRORS_RO);
fs/ext4/super.c
4416
set_opt(sb, BLOCK_VALIDITY);
fs/ext4/super.c
4418
set_opt(sb, DISCARD);
fs/ext4/super.c
4421
set_opt(sb, BARRIER);
fs/ext4/super.c
4429
set_opt(sb, DELALLOC);
fs/ext4/super.c
4431
set_opt(sb, DIOREAD_NOLOCK);
fs/ext4/super.c
4986
set_opt(sb, ORDERED_DATA);
fs/ext4/super.c
4989
set_opt(sb, JOURNAL_DATA);
fs/f2fs/super.c
1625
set_opt(sbi, QUOTA);
fs/f2fs/super.c
2541
set_opt(sbi, READ_EXTENT_CACHE);
fs/f2fs/super.c
2545
set_opt(sbi, DISCARD);
fs/f2fs/super.c
2577
set_opt(sbi, INLINE_XATTR);
fs/f2fs/super.c
2578
set_opt(sbi, INLINE_DATA);
fs/f2fs/super.c
2579
set_opt(sbi, INLINE_DENTRY);
fs/f2fs/super.c
2580
set_opt(sbi, MERGE_CHECKPOINT);
fs/f2fs/super.c
2581
set_opt(sbi, LAZYTIME);
fs/f2fs/super.c
2584
set_opt(sbi, FLUSH_MERGE);
fs/f2fs/super.c
2591
set_opt(sbi, XATTR_USER);
fs/f2fs/super.c
2594
set_opt(sbi, POSIX_ACL);