Symbol: test_opt
fs/erofs/fileio.c
54
if (test_opt(&EROFS_SB(rq->sb)->opt, DIRECT_IO) &&
fs/erofs/inode.c
214
if (test_opt(&sbi->opt, DAX_ALWAYS) && S_ISREG(inode->i_mode) &&
fs/erofs/super.c
1085
seq_puts(seq, test_opt(opt, XATTR_USER) ?
fs/erofs/super.c
1088
seq_puts(seq, test_opt(opt, POSIX_ACL) ? ",acl" : ",noacl");
fs/erofs/super.c
1092
if (test_opt(opt, DAX_ALWAYS))
fs/erofs/super.c
1094
if (test_opt(opt, DAX_NEVER))
fs/erofs/super.c
1096
if (erofs_is_fileio_mode(sbi) && test_opt(opt, DIRECT_IO))
fs/erofs/super.c
1106
if (test_opt(opt, INODE_SHARE))
fs/erofs/super.c
170
if (!dif->dax_dev && test_opt(&sbi->opt, DAX_ALWAYS)) {
fs/erofs/super.c
208
if (test_opt(&sbi->opt, DAX_ALWAYS) && !sbi->dif0.dax_dev) {
fs/erofs/super.c
642
if (!sbi->domain_id && test_opt(&sbi->opt, INODE_SHARE)) {
fs/erofs/super.c
646
if (test_opt(&sbi->opt, DAX_ALWAYS) && test_opt(&sbi->opt, INODE_SHARE)) {
fs/erofs/super.c
724
if (test_opt(&sbi->opt, DAX_ALWAYS) && sbi->blkszbits != PAGE_SHIFT) {
fs/erofs/super.c
728
if (test_opt(&sbi->opt, INODE_SHARE) && !erofs_sb_has_ishare_xattrs(sbi)) {
fs/erofs/super.c
732
if (test_opt(&sbi->opt, INODE_SHARE))
fs/erofs/super.c
739
if (test_opt(&sbi->opt, POSIX_ACL))
fs/erofs/super.c
829
if (test_opt(&new_sbi->opt, POSIX_ACL))
fs/erofs/xattr.c
402
return test_opt(&EROFS_SB(dentry->d_sb)->opt, XATTR_USER);
fs/erofs/xattr.c
415
!test_opt(&EROFS_I_SB(inode)->opt, XATTR_USER))
fs/erofs/xattr.c
620
if (!test_opt(&sbi->opt, INODE_SHARE))
fs/ext2/balloc.c
434
if (!test_opt(sb, RESERVATION))
fs/ext2/ialloc.c
443
if (test_opt(sb, OLDALLOC))
fs/ext2/ialloc.c
540
if (test_opt(sb, GRPID)) {
fs/ext2/inode.c
1373
if (test_opt(inode->i_sb, DAX) && S_ISREG(inode->i_mode))
fs/ext2/inode.c
1416
if (!(test_opt (inode->i_sb, NO_UID32))) {
fs/ext2/inode.c
1533
if (!(test_opt(sb, NO_UID32))) {
fs/ext2/ioctl.c
90
if (test_opt(inode->i_sb, RESERVATION)
fs/ext2/ioctl.c
99
if (!test_opt(inode->i_sb, RESERVATION) ||!S_ISREG(inode->i_mode))
fs/ext2/super.c
1438
(test_opt(sb, POSIX_ACL) ? SB_POSIXACL : 0);
fs/ext2/super.c
1452
if (test_opt (sb, MINIX_DF))
fs/ext2/super.c
274
if (test_opt(sb, MINIX_DF))
fs/ext2/super.c
276
if (test_opt(sb, GRPID))
fs/ext2/super.c
278
if (!test_opt(sb, GRPID) && (def_mount_opts & EXT2_DEFM_BSDGROUPS))
fs/ext2/super.c
290
if (test_opt(sb, ERRORS_RO)) {
fs/ext2/super.c
298
if (test_opt(sb, ERRORS_CONT))
fs/ext2/super.c
300
if (test_opt(sb, ERRORS_PANIC))
fs/ext2/super.c
302
if (test_opt(sb, NO_UID32))
fs/ext2/super.c
304
if (test_opt(sb, DEBUG))
fs/ext2/super.c
306
if (test_opt(sb, OLDALLOC))
fs/ext2/super.c
310
if (test_opt(sb, XATTR_USER))
fs/ext2/super.c
312
if (!test_opt(sb, XATTR_USER) &&
fs/ext2/super.c
319
if (test_opt(sb, POSIX_ACL))
fs/ext2/super.c
321
if (!test_opt(sb, POSIX_ACL) && (def_mount_opts & EXT2_DEFM_ACL))
fs/ext2/super.c
325
if (test_opt(sb, USRQUOTA))
fs/ext2/super.c
328
if (test_opt(sb, GRPQUOTA))
fs/ext2/super.c
331
if (test_opt(sb, XIP))
fs/ext2/super.c
334
if (test_opt(sb, DAX))
fs/ext2/super.c
337
if (!test_opt(sb, RESERVATION))
fs/ext2/super.c
684
if (test_opt (sb, DEBUG))
fs/ext2/super.c
75
if (test_opt(sb, ERRORS_PANIC))
fs/ext2/super.c
77
if (!sb_rdonly(sb) && test_opt(sb, ERRORS_RO)) {
fs/ext2/super.c
956
(test_opt(sb, POSIX_ACL) ? SB_POSIXACL : 0);
fs/ext2/super.c
994
if (test_opt(sb, DAX)) {
fs/ext2/xattr_user.c
17
return test_opt(dentry->d_sb, XATTR_USER);
fs/ext2/xattr_user.c
25
if (!test_opt(inode->i_sb, XATTR_USER))
fs/ext2/xattr_user.c
38
if (!test_opt(inode->i_sb, XATTR_USER))
fs/ext4/balloc.c
707
if (test_opt(sb, DISCARD)) {
fs/ext4/balloc.c
992
if (test_opt(inode->i_sb, DELALLOC))
fs/ext4/block_validity.c
264
if (test_opt(sb, DEBUG))
fs/ext4/ext4.h
3610
return (test_opt(sb, QUOTA) || ext4_has_feature_quota(sb));
fs/ext4/ext4_jbd2.c
17
test_opt(inode->i_sb, DATA_FLAGS) == EXT4_MOUNT_JOURNAL_DATA ||
fs/ext4/ext4_jbd2.c
19
!test_opt(inode->i_sb, DELALLOC))) {
fs/ext4/ext4_jbd2.c
25
if (test_opt(inode->i_sb, DATA_FLAGS) == EXT4_MOUNT_ORDERED_DATA)
fs/ext4/ext4_jbd2.c
27
if (test_opt(inode->i_sb, DATA_FLAGS) == EXT4_MOUNT_WRITEBACK_DATA)
fs/ext4/ext4_jbd2.c
280
test_opt(inode->i_sb, DATA_FLAGS));
fs/ext4/ext4_jbd2.c
300
if (test_opt(inode->i_sb, DATA_FLAGS) == EXT4_MOUNT_JOURNAL_DATA ||
fs/ext4/ext4_jbd2.h
396
if (test_opt(inode->i_sb, DATA_FLAGS) == EXT4_MOUNT_JOURNAL_DATA)
fs/ext4/ext4_jbd2.h
418
if (!test_opt(inode->i_sb, DIOREAD_NOLOCK))
fs/ext4/ext4_jbd2.h
427
if (!test_opt(inode->i_sb, DELALLOC))
fs/ext4/extents_status.c
1496
if (reserved == NULL || !test_opt(inode->i_sb, DELALLOC))
fs/ext4/extents_status.c
938
test_opt(inode->i_sb, DELALLOC) &&
fs/ext4/fast_commit.c
673
if (test_opt(sb, BARRIER) && is_tail)
fs/ext4/fsync.c
103
if (test_opt(inode->i_sb, BARRIER))
fs/ext4/ialloc.c
981
} else if (test_opt(sb, GRPID)) {
fs/ext4/inode.c
3368
(test_opt(inode->i_sb, DELALLOC) ||
fs/ext4/inode.c
4003
else if (test_opt(inode->i_sb, DELALLOC))
fs/ext4/inode.c
4527
if (inode->i_size == 0 && !test_opt(inode->i_sb, NO_AUTO_DA_ALLOC))
fs/ext4/inode.c
4679
if (!(test_opt(inode->i_sb, NO_UID32))) {
fs/ext4/inode.c
4965
if (test_opt(inode->i_sb, DAX_ALWAYS))
fs/ext4/inode.c
5233
if (!(test_opt(inode->i_sb, NO_UID32))) {
fs/ext4/inode.c
6679
if (test_opt(inode->i_sb, DELALLOC) &&
fs/ext4/ioctl.c
1756
test_opt(sb, INIT_INODE_TABLE))
fs/ext4/ioctl.c
1781
if (test_opt(sb, NOLOAD) && ext4_has_feature_journal(sb))
fs/ext4/ioctl.c
560
test_opt(inode->i_sb, DAX_ALWAYS))
fs/ext4/ioctl.c
980
test_opt(sb, INIT_INODE_TABLE))
fs/ext4/mballoc.c
4032
if (test_opt(sb, DISCARD)) {
fs/ext4/mballoc.c
6637
if (test_opt(sb, DISCARD)) {
fs/ext4/migrate.c
629
if (test_opt(inode->i_sb, DELALLOC))
fs/ext4/namei.c
3865
if (new.inode && !test_opt(new.dir->i_sb, NO_AUTO_DA_ALLOC))
fs/ext4/orphan.c
329
if (test_opt(sb, DEBUG))
fs/ext4/orphan.c
350
if (test_opt(sb, DEBUG))
fs/ext4/page-io.c
197
if (test_opt(sb, DATA_ERR_ABORT))
fs/ext4/page-io.c
243
if (test_opt(io_end->inode->i_sb, DATA_ERR_ABORT) &&
fs/ext4/resize.c
147
if (test_opt(sb, DEBUG))
fs/ext4/resize.c
1525
if (test_opt(sb, DEBUG))
fs/ext4/resize.c
1668
if (!test_opt(sb, INIT_INODE_TABLE))
fs/ext4/resize.c
1815
if (test_opt(sb, DEBUG))
fs/ext4/resize.c
1845
if (test_opt(sb, DEBUG))
fs/ext4/resize.c
401
if (test_opt(sb, DEBUG)) {
fs/ext4/resize.c
834
if (test_opt(sb, DEBUG))
fs/ext4/super.c
1072
if (test_opt(sb, ERRORS_CONT)) {
fs/ext4/super.c
1073
if (test_opt(sb, WARN_ON_ERROR))
fs/ext4/super.c
2663
test_opt(sb, USRQUOTA));
fs/ext4/super.c
2666
test_opt(sb, GRPQUOTA));
fs/ext4/super.c
2800
test_opt(sb, DATA_FLAGS)) {
fs/ext4/super.c
2816
(test_opt(sb, DATA_FLAGS) == EXT4_MOUNT_JOURNAL_DATA)) {
fs/ext4/super.c
3005
if (test_opt(sb, ERRORS_RO) && def_errors != EXT4_ERRORS_RO)
fs/ext4/super.c
3007
if (test_opt(sb, ERRORS_CONT) && def_errors != EXT4_ERRORS_CONTINUE)
fs/ext4/super.c
3009
if (test_opt(sb, ERRORS_PANIC) && def_errors != EXT4_ERRORS_PANIC)
fs/ext4/super.c
3023
if (test_opt(sb, DATA_FLAGS) == EXT4_MOUNT_JOURNAL_DATA)
fs/ext4/super.c
3025
else if (test_opt(sb, DATA_FLAGS) == EXT4_MOUNT_ORDERED_DATA)
fs/ext4/super.c
3027
else if (test_opt(sb, DATA_FLAGS) == EXT4_MOUNT_WRITEBACK_DATA)
fs/ext4/super.c
3035
if (test_opt(sb, INIT_INODE_TABLE) && (nodefs ||
fs/ext4/super.c
3040
if (test_opt(sb, DATA_ERR_ABORT))
fs/ext4/super.c
3048
if (test_opt(sb, DAX_ALWAYS)) {
fs/ext4/super.c
3067
if (nodefs && !test_opt(sb, NO_PREFETCH_BLOCK_BITMAPS))
fs/ext4/super.c
3143
if (test_opt(sb, DEBUG))
fs/ext4/super.c
3743
test_opt(sb, INIT_INODE_TABLE)) {
fs/ext4/super.c
4014
if (test_opt(sb, NO_PREFETCH_BLOCK_BITMAPS)) {
fs/ext4/super.c
4049
(test_opt(sb, NO_PREFETCH_BLOCK_BITMAPS) &&
fs/ext4/super.c
4050
(first_not_zeroed == ngroups || !test_opt(sb, INIT_INODE_TABLE))))
fs/ext4/super.c
4125
if (test_opt(sb, JOURNAL_ASYNC_COMMIT)) {
fs/ext4/super.c
4130
} else if (test_opt(sb, JOURNAL_CHECKSUM)) {
fs/ext4/super.c
4978
switch (test_opt(sb, DATA_FLAGS)) {
fs/ext4/super.c
5007
if (test_opt(sb, DATA_FLAGS) == EXT4_MOUNT_ORDERED_DATA &&
fs/ext4/super.c
5008
test_opt(sb, JOURNAL_ASYNC_COMMIT)) {
fs/ext4/super.c
5030
if (test_opt(sb, DATA_FLAGS) == EXT4_MOUNT_JOURNAL_DATA) {
fs/ext4/super.c
5042
if (test_opt(sb, DAX_ALWAYS)) {
fs/ext4/super.c
5052
if (test_opt(sb, DELALLOC))
fs/ext4/super.c
5065
if (test_opt(sb, JOURNAL_ASYNC_COMMIT))
fs/ext4/super.c
5074
if (test_opt(sb, DATA_ERR_ABORT))
fs/ext4/super.c
5090
if (test_opt(sb, DATA_FLAGS) == EXT4_MOUNT_JOURNAL_DATA)
fs/ext4/super.c
5403
(test_opt(sb, POSIX_ACL) ? SB_POSIXACL : 0);
fs/ext4/super.c
5499
if (!test_opt(sb, NOLOAD) && ext4_has_feature_journal(sb)) {
fs/ext4/super.c
5505
} else if (test_opt(sb, NOLOAD) && !sb_rdonly(sb) &&
fs/ext4/super.c
5530
if (!test_opt(sb, NO_MBCACHE)) {
fs/ext4/super.c
5618
if (test_opt(sb, BLOCK_VALIDITY)) {
fs/ext4/super.c
5710
if (test_opt(sb, DISCARD) && !bdev_max_discard_sectors(sb->s_bdev)) {
fs/ext4/super.c
5821
if (test_opt(sb, DATA_FLAGS) == EXT4_MOUNT_JOURNAL_DATA)
fs/ext4/super.c
5823
else if (test_opt(sb, DATA_FLAGS) == EXT4_MOUNT_ORDERED_DATA)
fs/ext4/super.c
5866
if (test_opt(sb, BARRIER))
fs/ext4/super.c
6316
(test_opt(sb, BARRIER) ? REQ_FUA : 0), sbh);
fs/ext4/super.c
6456
} else if (wait && test_opt(sb, BARRIER))
fs/ext4/super.c
6614
test_opt(sb, JOURNAL_CHECKSUM)) {
fs/ext4/super.c
6620
if (test_opt(sb, DATA_FLAGS) == EXT4_MOUNT_JOURNAL_DATA) {
fs/ext4/super.c
6627
if (test_opt(sb, DIOREAD_NOLOCK)) {
fs/ext4/super.c
6633
} else if (test_opt(sb, DATA_FLAGS) == EXT4_MOUNT_ORDERED_DATA) {
fs/ext4/super.c
6634
if (test_opt(sb, JOURNAL_ASYNC_COMMIT)) {
fs/ext4/super.c
6649
!test_opt(sb, DELALLOC)) {
fs/ext4/super.c
6656
(test_opt(sb, POSIX_ACL) ? SB_POSIXACL : 0);
fs/ext4/super.c
6779
if (test_opt(sb, BLOCK_VALIDITY) && !sbi->s_system_blks) {
fs/ext4/super.c
6805
if (!test_opt(sb, BLOCK_VALIDITY) && sbi->s_system_blks)
fs/ext4/super.c
6812
if (sb_rdonly(sb) || !test_opt(sb, INIT_INODE_TABLE))
fs/ext4/super.c
6853
if (!test_opt(sb, BLOCK_VALIDITY) && sbi->s_system_blks)
fs/ext4/super.c
695
bool continue_fs = !force_ro && test_opt(sb, ERRORS_CONT);
fs/ext4/super.c
6952
if (!test_opt(sb, MINIX_DF))
fs/ext4/super.c
698
if (test_opt(sb, WARN_ON_ERROR))
fs/ext4/super.c
7123
if (!test_opt(sb, QUOTA))
fs/ext4/super.c
7245
test_opt(sb, USRQUOTA),
fs/ext4/super.c
7246
test_opt(sb, GRPQUOTA),
fs/ext4/super.c
7247
test_opt(sb, PRJQUOTA),
fs/ext4/super.c
727
if (test_opt(sb, ERRORS_PANIC) && !system_going_down()) {
fs/ext4/super.c
7279
if (test_opt(sb, DELALLOC))
fs/ext4/xattr_hurd.c
18
return test_opt(dentry->d_sb, XATTR_USER);
fs/ext4/xattr_hurd.c
26
if (!test_opt(inode->i_sb, XATTR_USER))
fs/ext4/xattr_hurd.c
40
if (!test_opt(inode->i_sb, XATTR_USER))
fs/ext4/xattr_user.c
18
return test_opt(dentry->d_sb, XATTR_USER);
fs/ext4/xattr_user.c
26
if (!test_opt(inode->i_sb, XATTR_USER))
fs/ext4/xattr_user.c
39
if (!test_opt(inode->i_sb, XATTR_USER))
fs/f2fs/checkpoint.c
1250
if (type != FILE_INODE || test_opt(sbi, DATA_FLUSH))
fs/f2fs/checkpoint.c
1267
if (type == FILE_INODE && !test_opt(sbi, DATA_FLUSH))
fs/f2fs/checkpoint.c
2099
if (!test_opt(sbi, MERGE_CHECKPOINT) || cpc.reason != CP_SYNC ||
fs/f2fs/compress.c
1934
if (!test_opt(sbi, COMPRESS_CACHE))
fs/f2fs/compress.c
1973
if (!test_opt(sbi, COMPRESS_CACHE))
fs/f2fs/compress.c
2036
if (!test_opt(sbi, COMPRESS_CACHE))
fs/f2fs/data.c
675
if (!test_opt(sbi, NOBARRIER))
fs/f2fs/debug.c
484
if (test_opt(sbi, DISCARD))
fs/f2fs/extent_cache.c
102
return test_opt(F2FS_I_SB(inode), AGE_EXTENT_CACHE) &&
fs/f2fs/extent_cache.c
1090
if (!test_opt(sbi, READ_EXTENT_CACHE))
fs/f2fs/extent_cache.c
1128
if (!test_opt(sbi, AGE_EXTENT_CACHE))
fs/f2fs/extent_cache.c
99
return test_opt(F2FS_I_SB(inode), READ_EXTENT_CACHE) &&
fs/f2fs/f2fs.h
2482
if (test_opt(sbi, FASTBOOT))
fs/f2fs/f2fs.h
2540
if (test_opt(sbi, RESERVE_ROOT) && !__allow_reserved_root(sbi, inode, cap))
fs/f2fs/f2fs.h
2929
test_opt(sbi, RESERVE_NODE));
fs/f2fs/f2fs.h
2937
if (test_opt(sbi, RESERVE_NODE) &&
fs/f2fs/f2fs.h
4885
return (test_opt(sbi, DISCARD) && f2fs_hw_support_discard(sbi)) ||
fs/f2fs/file.c
235
else if (test_opt(sbi, FASTBOOT))
fs/f2fs/file.c
5336
(test_opt(F2FS_I_SB(inode), COMPRESS_CACHE) &&
fs/f2fs/gc.c
2079
if (test_opt(sbi, ATGC) &&
fs/f2fs/gc.c
2304
if (test_opt(sbi, DISABLE_CHECKPOINT)) {
fs/f2fs/gc.c
56
if (test_opt(sbi, GC_MERGE) && waitqueue_active(fggc_wq)) {
fs/f2fs/inline.c
73
if (!test_opt(F2FS_I_SB(inode), INLINE_DENTRY))
fs/f2fs/inode.c
871
test_opt(sbi, COMPRESS_CACHE) && f2fs_compressed_file(inode))
fs/f2fs/namei.c
286
if (test_opt(sbi, INLINE_XATTR))
fs/f2fs/namei.c
316
if (test_opt(sbi, INLINE_DATA) && f2fs_may_inline_data(inode))
fs/f2fs/namei.c
319
if (name && !test_opt(sbi, DISABLE_EXT_IDENTIFY))
fs/f2fs/node.c
1805
if (!test_opt(sbi, NOBARRIER))
fs/f2fs/node.c
3370
if (!test_opt(sbi, NAT_BITS))
fs/f2fs/segment.c
3138
if (!test_opt(sbi, ATGC))
fs/f2fs/segment.c
447
if (test_opt(sbi, GC_MERGE) && sbi->gc_thread &&
fs/f2fs/segment.c
533
if (test_opt(sbi, DATA_FLUSH) && from_bg) {
fs/f2fs/segment.c
553
trace_f2fs_issue_flush(bdev, test_opt(sbi, NOBARRIER),
fs/f2fs/segment.c
554
test_opt(sbi, FLUSH_MERGE), ret);
fs/f2fs/segment.c
618
if (test_opt(sbi, NOBARRIER))
fs/f2fs/segment.c
621
if (!test_opt(sbi, FLUSH_MERGE)) {
fs/f2fs/segment.c
703
if (!test_opt(sbi, FLUSH_MERGE))
fs/f2fs/segment.c
742
if (test_opt(sbi, NOBARRIER))
fs/f2fs/super.c
1303
usrquota = test_opt(sbi, USRQUOTA) ||
fs/f2fs/super.c
1305
grpquota = test_opt(sbi, GRPQUOTA) ||
fs/f2fs/super.c
1307
prjquota = test_opt(sbi, PRJQUOTA) ||
fs/f2fs/super.c
1511
if (test_opt(sbi, RESERVE_ROOT) &&
fs/f2fs/super.c
1519
if (test_opt(sbi, RESERVE_NODE) &&
fs/f2fs/super.c
1580
if (!ctx_test_opt(ctx, F2FS_MOUNT_INLINE_XATTR) && !test_opt(sbi, INLINE_XATTR)) {
fs/f2fs/super.c
1769
!test_opt(sbi, READ_EXTENT_CACHE)) {
fs/f2fs/super.c
2154
if (test_opt(sbi, DISCARD) && !f2fs_hw_support_discard(sbi))
fs/f2fs/super.c
2358
if (test_opt(sbi, COMPRESS_CACHE))
fs/f2fs/super.c
2374
if (test_opt(sbi, GC_MERGE))
fs/f2fs/super.c
2379
if (test_opt(sbi, DISABLE_ROLL_FORWARD))
fs/f2fs/super.c
2381
if (test_opt(sbi, NORECOVERY))
fs/f2fs/super.c
2383
if (test_opt(sbi, DISCARD)) {
fs/f2fs/super.c
2395
if (test_opt(sbi, XATTR_USER))
fs/f2fs/super.c
2399
if (test_opt(sbi, INLINE_XATTR))
fs/f2fs/super.c
2403
if (test_opt(sbi, INLINE_XATTR_SIZE))
fs/f2fs/super.c
2408
if (test_opt(sbi, POSIX_ACL))
fs/f2fs/super.c
2413
if (test_opt(sbi, DISABLE_EXT_IDENTIFY))
fs/f2fs/super.c
2415
if (test_opt(sbi, INLINE_DATA))
fs/f2fs/super.c
2419
if (test_opt(sbi, INLINE_DENTRY))
fs/f2fs/super.c
2423
if (test_opt(sbi, FLUSH_MERGE))
fs/f2fs/super.c
2427
if (test_opt(sbi, NOBARRIER))
fs/f2fs/super.c
2431
if (test_opt(sbi, FASTBOOT))
fs/f2fs/super.c
2433
if (test_opt(sbi, READ_EXTENT_CACHE))
fs/f2fs/super.c
2437
if (test_opt(sbi, AGE_EXTENT_CACHE))
fs/f2fs/super.c
2439
if (test_opt(sbi, DATA_FLUSH))
fs/f2fs/super.c
2452
if (test_opt(sbi, RESERVE_ROOT) || test_opt(sbi, RESERVE_NODE))
fs/f2fs/super.c
2462
if (test_opt(sbi, FAULT_INJECTION)) {
fs/f2fs/super.c
2470
if (test_opt(sbi, QUOTA))
fs/f2fs/super.c
2472
if (test_opt(sbi, USRQUOTA))
fs/f2fs/super.c
2474
if (test_opt(sbi, GRPQUOTA))
fs/f2fs/super.c
2476
if (test_opt(sbi, PRJQUOTA))
fs/f2fs/super.c
2491
if (test_opt(sbi, DISABLE_CHECKPOINT))
fs/f2fs/super.c
2494
if (test_opt(sbi, MERGE_CHECKPOINT))
fs/f2fs/super.c
2509
if (test_opt(sbi, ATGC))
fs/f2fs/super.c
2524
if (test_opt(sbi, NAT_BITS))
fs/f2fs/super.c
2773
bool no_read_extent_cache = !test_opt(sbi, READ_EXTENT_CACHE);
fs/f2fs/super.c
2774
bool no_age_extent_cache = !test_opt(sbi, AGE_EXTENT_CACHE);
fs/f2fs/super.c
2775
bool enable_checkpoint = !test_opt(sbi, DISABLE_CHECKPOINT);
fs/f2fs/super.c
2776
bool no_atgc = !test_opt(sbi, ATGC);
fs/f2fs/super.c
2777
bool no_discard = !test_opt(sbi, DISCARD);
fs/f2fs/super.c
2778
bool no_compress_cache = !test_opt(sbi, COMPRESS_CACHE);
fs/f2fs/super.c
2780
bool no_nat_bits = !test_opt(sbi, NAT_BITS);
fs/f2fs/super.c
2866
if (no_atgc == !!test_opt(sbi, ATGC)) {
fs/f2fs/super.c
2873
if (no_read_extent_cache == !!test_opt(sbi, READ_EXTENT_CACHE)) {
fs/f2fs/super.c
2879
if (no_age_extent_cache == !!test_opt(sbi, AGE_EXTENT_CACHE)) {
fs/f2fs/super.c
2885
if (no_compress_cache == !!test_opt(sbi, COMPRESS_CACHE)) {
fs/f2fs/super.c
2897
if (no_nat_bits == !!test_opt(sbi, NAT_BITS)) {
fs/f2fs/super.c
2903
if ((flags & SB_RDONLY) && test_opt(sbi, DISABLE_CHECKPOINT)) {
fs/f2fs/super.c
2916
!test_opt(sbi, GC_MERGE))) {
fs/f2fs/super.c
2941
if ((flags & SB_RDONLY) || !test_opt(sbi, FLUSH_MERGE)) {
fs/f2fs/super.c
2952
if (no_discard == !!test_opt(sbi, DISCARD)) {
fs/f2fs/super.c
2953
if (test_opt(sbi, DISCARD)) {
fs/f2fs/super.c
2966
if (enable_checkpoint == !!test_opt(sbi, DISABLE_CHECKPOINT)) {
fs/f2fs/super.c
2967
if (test_opt(sbi, DISABLE_CHECKPOINT)) {
fs/f2fs/super.c
2985
if ((flags & SB_RDONLY) || test_opt(sbi, DISABLE_CHECKPOINT) ||
fs/f2fs/super.c
2986
!test_opt(sbi, MERGE_CHECKPOINT)) {
fs/f2fs/super.c
3009
(test_opt(sbi, POSIX_ACL) ? SB_POSIXACL : 0);
fs/f2fs/super.c
3073
if (test_opt(sbi, DISABLE_ROLL_FORWARD))
fs/f2fs/super.c
3075
if (test_opt(sbi, NORECOVERY))
fs/f2fs/super.c
3310
test_opt(sbi, USRQUOTA),
fs/f2fs/super.c
3311
test_opt(sbi, GRPQUOTA),
fs/f2fs/super.c
3312
test_opt(sbi, PRJQUOTA),
fs/f2fs/super.c
5033
(test_opt(sbi, POSIX_ACL) ? SB_POSIXACL : 0);
fs/f2fs/super.c
5034
if (test_opt(sbi, INLINECRYPT))
fs/f2fs/super.c
5037
if (test_opt(sbi, LAZYTIME))
fs/f2fs/super.c
509
if (test_opt(sbi, RESERVE_ROOT) &&
fs/f2fs/super.c
5128
if (!f2fs_readonly(sb) && !test_opt(sbi, DISABLE_CHECKPOINT) &&
fs/f2fs/super.c
5129
test_opt(sbi, MERGE_CHECKPOINT)) {
fs/f2fs/super.c
515
if (test_opt(sbi, RESERVE_NODE) &&
fs/f2fs/super.c
521
if (!test_opt(sbi, RESERVE_ROOT) && !test_opt(sbi, RESERVE_NODE) &&
fs/f2fs/super.c
5234
if (!test_opt(sbi, DISABLE_ROLL_FORWARD) &&
fs/f2fs/super.c
5235
!test_opt(sbi, NORECOVERY)) {
fs/f2fs/super.c
5308
if (test_opt(sbi, DISABLE_CHECKPOINT))
fs/f2fs/super.c
5320
test_opt(sbi, GC_MERGE)) && !f2fs_readonly(sb)) {
fs/f2fs/super.c
5483
if (test_opt(sbi, COMPRESS_CACHE))
fs/f2fs/sysfs.c
261
if (test_opt(sbi, DISABLE_CHECKPOINT))
fs/f2fs/sysfs.c
549
if (test_opt(sbi, MERGE_CHECKPOINT)) {
fs/f2fs/xattr.c
55
if (!test_opt(sbi, XATTR_USER))
fs/f2fs/xattr.c
78
if (!test_opt(sbi, XATTR_USER))
fs/f2fs/xattr.c
95
return test_opt(sbi, XATTR_USER);
fs/qnx6/dir.c
100
if (!test_opt(s, MMI_FS) && fs32_to_cpu(sbi, de->de_checksum) !=
tools/testing/selftests/bpf/progs/test_tcp_hdr_options.c
101
write_opt.regular.len = option_total_len(test_opt->flags);
tools/testing/selftests/bpf/progs/test_tcp_hdr_options.c
103
write_test_option(test_opt, write_opt.regular.data);
tools/testing/selftests/bpf/progs/test_tcp_hdr_options.c
128
struct bpf_test_option *test_opt, bool from_syn)
tools/testing/selftests/bpf/progs/test_tcp_hdr_options.c
145
return parse_test_option(test_opt, search_opt.exprm.data);
tools/testing/selftests/bpf/progs/test_tcp_hdr_options.c
154
return parse_test_option(test_opt, search_opt.regular.data);
tools/testing/selftests/bpf/progs/test_tcp_hdr_options.c
160
struct bpf_test_option test_opt = {};
tools/testing/selftests/bpf/progs/test_tcp_hdr_options.c
167
err = load_option(skops, &test_opt, true);
tools/testing/selftests/bpf/progs/test_tcp_hdr_options.c
69
static void write_test_option(const struct bpf_test_option *test_opt,
tools/testing/selftests/bpf/progs/test_tcp_hdr_options.c
74
data[offset++] = test_opt->flags;
tools/testing/selftests/bpf/progs/test_tcp_hdr_options.c
75
if (TEST_OPTION_FLAGS(test_opt->flags, OPTION_MAX_DELACK_MS))
tools/testing/selftests/bpf/progs/test_tcp_hdr_options.c
76
data[offset++] = test_opt->max_delack_ms;
tools/testing/selftests/bpf/progs/test_tcp_hdr_options.c
78
if (TEST_OPTION_FLAGS(test_opt->flags, OPTION_RAND))
tools/testing/selftests/bpf/progs/test_tcp_hdr_options.c
79
data[offset++] = test_opt->rand;
tools/testing/selftests/bpf/progs/test_tcp_hdr_options.c
83
const struct bpf_test_option *test_opt)
tools/testing/selftests/bpf/progs/test_tcp_hdr_options.c
93
write_opt.exprm.len = option_total_len(test_opt->flags);
tools/testing/selftests/bpf/progs/test_tcp_hdr_options.c
96
write_test_option(test_opt, write_opt.exprm.data);