Symbol: test_opt
fs/erofs/fileio.c
54
if (test_opt(&EROFS_SB(rq->sb)->opt, DIRECT_IO) &&
fs/erofs/inode.c
215
if (test_opt(&sbi->opt, DAX_ALWAYS) && S_ISREG(inode->i_mode) &&
fs/erofs/super.c
1028
seq_puts(seq, test_opt(opt, XATTR_USER) ?
fs/erofs/super.c
1031
seq_puts(seq, test_opt(opt, POSIX_ACL) ? ",acl" : ",noacl");
fs/erofs/super.c
1035
if (test_opt(opt, DAX_ALWAYS))
fs/erofs/super.c
1037
if (test_opt(opt, DAX_NEVER))
fs/erofs/super.c
1039
if (erofs_is_fileio_mode(sbi) && test_opt(opt, DIRECT_IO))
fs/erofs/super.c
1043
if (test_opt(opt, INODE_SHARE))
fs/erofs/super.c
165
if (!dif->dax_dev && test_opt(&sbi->opt, DAX_ALWAYS)) {
fs/erofs/super.c
206
if (test_opt(&sbi->opt, DAX_ALWAYS) && !sbi->dif0.dax_dev) {
fs/erofs/super.c
609
if (!sbi->domain_id && test_opt(&sbi->opt, INODE_SHARE)) {
fs/erofs/super.c
613
if (test_opt(&sbi->opt, DAX_ALWAYS) && test_opt(&sbi->opt, INODE_SHARE)) {
fs/erofs/super.c
678
if (test_opt(&sbi->opt, DAX_ALWAYS) && sbi->blkszbits != PAGE_SHIFT) {
fs/erofs/super.c
682
if (test_opt(&sbi->opt, INODE_SHARE) && !erofs_sb_has_ishare_xattrs(sbi)) {
fs/erofs/super.c
686
if (test_opt(&sbi->opt, INODE_SHARE))
fs/erofs/super.c
693
if (test_opt(&sbi->opt, POSIX_ACL))
fs/erofs/super.c
780
if (test_opt(&new_sbi->opt, POSIX_ACL))
fs/erofs/xattr.c
408
return test_opt(&EROFS_SB(dentry->d_sb)->opt, XATTR_USER);
fs/erofs/xattr.c
421
!test_opt(&EROFS_I_SB(inode)->opt, XATTR_USER))
fs/erofs/xattr.c
626
if (!test_opt(&sbi->opt, INODE_SHARE))
fs/ext2/balloc.c
434
if (!test_opt(sb, RESERVATION))
fs/ext2/ialloc.c
444
if (test_opt(sb, OLDALLOC))
fs/ext2/ialloc.c
541
if (test_opt(sb, GRPID)) {
fs/ext2/inode.c
1368
if (!(test_opt (inode->i_sb, NO_UID32))) {
fs/ext2/inode.c
1493
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
1406
(test_opt(sb, POSIX_ACL) ? SB_POSIXACL : 0);
fs/ext2/super.c
1420
if (test_opt (sb, MINIX_DF))
fs/ext2/super.c
273
if (test_opt(sb, MINIX_DF))
fs/ext2/super.c
275
if (test_opt(sb, GRPID))
fs/ext2/super.c
277
if (!test_opt(sb, GRPID) && (def_mount_opts & EXT2_DEFM_BSDGROUPS))
fs/ext2/super.c
289
if (test_opt(sb, ERRORS_RO)) {
fs/ext2/super.c
297
if (test_opt(sb, ERRORS_CONT))
fs/ext2/super.c
299
if (test_opt(sb, ERRORS_PANIC))
fs/ext2/super.c
301
if (test_opt(sb, NO_UID32))
fs/ext2/super.c
303
if (test_opt(sb, DEBUG))
fs/ext2/super.c
305
if (test_opt(sb, OLDALLOC))
fs/ext2/super.c
309
if (test_opt(sb, XATTR_USER))
fs/ext2/super.c
311
if (!test_opt(sb, XATTR_USER) &&
fs/ext2/super.c
318
if (test_opt(sb, POSIX_ACL))
fs/ext2/super.c
320
if (!test_opt(sb, POSIX_ACL) && (def_mount_opts & EXT2_DEFM_ACL))
fs/ext2/super.c
324
if (test_opt(sb, USRQUOTA))
fs/ext2/super.c
327
if (test_opt(sb, GRPQUOTA))
fs/ext2/super.c
332
if (!test_opt(sb, RESERVATION))
fs/ext2/super.c
671
if (test_opt (sb, DEBUG))
fs/ext2/super.c
74
if (test_opt(sb, ERRORS_PANIC))
fs/ext2/super.c
76
if (!sb_rdonly(sb) && test_opt(sb, ERRORS_RO)) {
fs/ext2/super.c
941
(test_opt(sb, POSIX_ACL) ? SB_POSIXACL : 0);
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
3696
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
689
if (test_opt(sb, BARRIER) && is_tail)
fs/ext4/fsync.c
104
if (test_opt(inode->i_sb, BARRIER))
fs/ext4/ialloc.c
983
} else if (test_opt(sb, GRPID)) {
fs/ext4/inode.c
3384
(test_opt(inode->i_sb, DELALLOC) ||
fs/ext4/inode.c
4019
else if (test_opt(inode->i_sb, DELALLOC))
fs/ext4/inode.c
4614
if (inode->i_size == 0 && !test_opt(inode->i_sb, NO_AUTO_DA_ALLOC))
fs/ext4/inode.c
4768
if (!(test_opt(inode->i_sb, NO_UID32))) {
fs/ext4/inode.c
5105
if (test_opt(inode->i_sb, DAX_ALWAYS))
fs/ext4/inode.c
5373
if (!(test_opt(inode->i_sb, NO_UID32))) {
fs/ext4/inode.c
6823
if (test_opt(inode->i_sb, DELALLOC) &&
fs/ext4/ioctl.c
1765
test_opt(sb, INIT_INODE_TABLE))
fs/ext4/ioctl.c
1790
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
986
test_opt(sb, INIT_INODE_TABLE))
fs/ext4/mballoc.c
4032
if (test_opt(sb, DISCARD)) {
fs/ext4/mballoc.c
6631
if (test_opt(sb, DISCARD)) {
fs/ext4/migrate.c
629
if (test_opt(inode->i_sb, DELALLOC))
fs/ext4/namei.c
3875
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
196
if (test_opt(sb, DATA_ERR_ABORT))
fs/ext4/page-io.c
242
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
1078
if (test_opt(sb, ERRORS_CONT)) {
fs/ext4/super.c
1079
if (test_opt(sb, WARN_ON_ERROR))
fs/ext4/super.c
2674
test_opt(sb, USRQUOTA));
fs/ext4/super.c
2677
test_opt(sb, GRPQUOTA));
fs/ext4/super.c
2811
test_opt(sb, DATA_FLAGS)) {
fs/ext4/super.c
2827
(test_opt(sb, DATA_FLAGS) == EXT4_MOUNT_JOURNAL_DATA)) {
fs/ext4/super.c
3016
if (test_opt(sb, ERRORS_RO) && def_errors != EXT4_ERRORS_RO)
fs/ext4/super.c
3018
if (test_opt(sb, ERRORS_CONT) && def_errors != EXT4_ERRORS_CONTINUE)
fs/ext4/super.c
3020
if (test_opt(sb, ERRORS_PANIC) && def_errors != EXT4_ERRORS_PANIC)
fs/ext4/super.c
3034
if (test_opt(sb, DATA_FLAGS) == EXT4_MOUNT_JOURNAL_DATA)
fs/ext4/super.c
3036
else if (test_opt(sb, DATA_FLAGS) == EXT4_MOUNT_ORDERED_DATA)
fs/ext4/super.c
3038
else if (test_opt(sb, DATA_FLAGS) == EXT4_MOUNT_WRITEBACK_DATA)
fs/ext4/super.c
3046
if (test_opt(sb, INIT_INODE_TABLE) && (nodefs ||
fs/ext4/super.c
3051
if (test_opt(sb, DATA_ERR_ABORT))
fs/ext4/super.c
3059
if (test_opt(sb, DAX_ALWAYS)) {
fs/ext4/super.c
3078
if (nodefs && !test_opt(sb, NO_PREFETCH_BLOCK_BITMAPS))
fs/ext4/super.c
3154
if (test_opt(sb, DEBUG))
fs/ext4/super.c
3754
test_opt(sb, INIT_INODE_TABLE)) {
fs/ext4/super.c
4025
if (test_opt(sb, NO_PREFETCH_BLOCK_BITMAPS)) {
fs/ext4/super.c
4060
(test_opt(sb, NO_PREFETCH_BLOCK_BITMAPS) &&
fs/ext4/super.c
4061
(first_not_zeroed == ngroups || !test_opt(sb, INIT_INODE_TABLE))))
fs/ext4/super.c
4136
if (test_opt(sb, JOURNAL_ASYNC_COMMIT)) {
fs/ext4/super.c
4141
} else if (test_opt(sb, JOURNAL_CHECKSUM)) {
fs/ext4/super.c
4990
switch (test_opt(sb, DATA_FLAGS)) {
fs/ext4/super.c
5019
if (test_opt(sb, DATA_FLAGS) == EXT4_MOUNT_ORDERED_DATA &&
fs/ext4/super.c
5020
test_opt(sb, JOURNAL_ASYNC_COMMIT)) {
fs/ext4/super.c
5042
if (test_opt(sb, DATA_FLAGS) == EXT4_MOUNT_JOURNAL_DATA) {
fs/ext4/super.c
5054
if (test_opt(sb, DAX_ALWAYS)) {
fs/ext4/super.c
5064
if (test_opt(sb, DELALLOC))
fs/ext4/super.c
5077
if (test_opt(sb, JOURNAL_ASYNC_COMMIT))
fs/ext4/super.c
5086
if (test_opt(sb, DATA_ERR_ABORT))
fs/ext4/super.c
5102
if (test_opt(sb, DATA_FLAGS) == EXT4_MOUNT_JOURNAL_DATA)
fs/ext4/super.c
5415
(test_opt(sb, POSIX_ACL) ? SB_POSIXACL : 0);
fs/ext4/super.c
5511
if (!test_opt(sb, NOLOAD) && ext4_has_feature_journal(sb)) {
fs/ext4/super.c
5517
} else if (test_opt(sb, NOLOAD) && !sb_rdonly(sb) &&
fs/ext4/super.c
5542
if (!test_opt(sb, NO_MBCACHE)) {
fs/ext4/super.c
5630
if (test_opt(sb, BLOCK_VALIDITY)) {
fs/ext4/super.c
5722
if (test_opt(sb, DISCARD) && !bdev_max_discard_sectors(sb->s_bdev)) {
fs/ext4/super.c
5833
if (test_opt(sb, DATA_FLAGS) == EXT4_MOUNT_JOURNAL_DATA)
fs/ext4/super.c
5835
else if (test_opt(sb, DATA_FLAGS) == EXT4_MOUNT_ORDERED_DATA)
fs/ext4/super.c
5878
if (test_opt(sb, BARRIER))
fs/ext4/super.c
6331
(test_opt(sb, BARRIER) ? REQ_FUA : 0), bh_end_write);
fs/ext4/super.c
6471
} else if (wait && test_opt(sb, BARRIER))
fs/ext4/super.c
6629
test_opt(sb, JOURNAL_CHECKSUM)) {
fs/ext4/super.c
6635
if (test_opt(sb, DATA_FLAGS) == EXT4_MOUNT_JOURNAL_DATA) {
fs/ext4/super.c
6642
if (test_opt(sb, DIOREAD_NOLOCK)) {
fs/ext4/super.c
6648
} else if (test_opt(sb, DATA_FLAGS) == EXT4_MOUNT_ORDERED_DATA) {
fs/ext4/super.c
6649
if (test_opt(sb, JOURNAL_ASYNC_COMMIT)) {
fs/ext4/super.c
6664
!test_opt(sb, DELALLOC)) {
fs/ext4/super.c
6671
(test_opt(sb, POSIX_ACL) ? SB_POSIXACL : 0);
fs/ext4/super.c
6794
if (test_opt(sb, BLOCK_VALIDITY) && !sbi->s_system_blks) {
fs/ext4/super.c
6820
if (!test_opt(sb, BLOCK_VALIDITY) && sbi->s_system_blks)
fs/ext4/super.c
6827
if (sb_rdonly(sb) || !test_opt(sb, INIT_INODE_TABLE))
fs/ext4/super.c
6868
if (!test_opt(sb, BLOCK_VALIDITY) && sbi->s_system_blks)
fs/ext4/super.c
6967
if (!test_opt(sb, MINIX_DF))
fs/ext4/super.c
701
bool continue_fs = !force_ro && test_opt(sb, ERRORS_CONT);
fs/ext4/super.c
704
if (test_opt(sb, WARN_ON_ERROR))
fs/ext4/super.c
7138
if (!test_opt(sb, QUOTA))
fs/ext4/super.c
7260
test_opt(sb, USRQUOTA),
fs/ext4/super.c
7261
test_opt(sb, GRPQUOTA),
fs/ext4/super.c
7262
test_opt(sb, PRJQUOTA),
fs/ext4/super.c
7294
if (test_opt(sb, DELALLOC))
fs/ext4/super.c
733
if (test_opt(sb, ERRORS_PANIC) && !system_going_down()) {
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
1253
if (type != FILE_INODE || test_opt(sbi, DATA_FLUSH))
fs/f2fs/checkpoint.c
1270
if (type == FILE_INODE && !test_opt(sbi, DATA_FLUSH))
fs/f2fs/checkpoint.c
2102
if (!test_opt(sbi, MERGE_CHECKPOINT) || cpc.reason != CP_SYNC ||
fs/f2fs/compress.c
1946
if (!test_opt(sbi, COMPRESS_CACHE))
fs/f2fs/compress.c
1985
if (!test_opt(sbi, COMPRESS_CACHE))
fs/f2fs/compress.c
2048
if (!test_opt(sbi, COMPRESS_CACHE))
fs/f2fs/data.c
692
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
1088
if (!test_opt(sbi, READ_EXTENT_CACHE))
fs/f2fs/extent_cache.c
1126
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
2504
if (test_opt(sbi, FASTBOOT))
fs/f2fs/f2fs.h
2562
if (test_opt(sbi, RESERVE_ROOT) && !__allow_reserved_root(sbi, inode, cap))
fs/f2fs/f2fs.h
2951
test_opt(sbi, RESERVE_NODE));
fs/f2fs/f2fs.h
2959
if (test_opt(sbi, RESERVE_NODE) &&
fs/f2fs/f2fs.h
4916
return (test_opt(sbi, DISCARD) && f2fs_hw_support_discard(sbi)) ||
fs/f2fs/file.c
243
else if (test_opt(sbi, FASTBOOT))
fs/f2fs/file.c
5419
(test_opt(F2FS_I_SB(inode), COMPRESS_CACHE) &&
fs/f2fs/gc.c
2131
if (test_opt(sbi, ATGC) &&
fs/f2fs/gc.c
2356
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
74
if (!test_opt(F2FS_I_SB(inode), INLINE_DENTRY))
fs/f2fs/inode.c
570
if (test_opt(sbi, COMPRESS_CACHE) && ino == F2FS_COMPRESS_INO(sbi))
fs/f2fs/inode.c
886
test_opt(sbi, COMPRESS_CACHE) && f2fs_compressed_file(inode))
fs/f2fs/namei.c
301
if (test_opt(sbi, INLINE_XATTR))
fs/f2fs/namei.c
331
if (test_opt(sbi, INLINE_DATA) && f2fs_may_inline_data(inode))
fs/f2fs/namei.c
334
if (name && !test_opt(sbi, DISABLE_EXT_IDENTIFY))
fs/f2fs/node.c
1820
if (atomic && !test_opt(sbi, NOBARRIER))
fs/f2fs/node.c
3392
if (!test_opt(sbi, NAT_BITS))
fs/f2fs/segment.c
3134
if (!test_opt(sbi, ATGC))
fs/f2fs/segment.c
455
if (test_opt(sbi, GC_MERGE) && sbi->gc_thread &&
fs/f2fs/segment.c
542
if (test_opt(sbi, DATA_FLUSH) && from_bg) {
fs/f2fs/segment.c
562
trace_f2fs_issue_flush(bdev, test_opt(sbi, NOBARRIER),
fs/f2fs/segment.c
563
test_opt(sbi, FLUSH_MERGE), ret);
fs/f2fs/segment.c
627
if (test_opt(sbi, NOBARRIER))
fs/f2fs/segment.c
630
if (!test_opt(sbi, FLUSH_MERGE)) {
fs/f2fs/segment.c
712
if (!test_opt(sbi, FLUSH_MERGE))
fs/f2fs/segment.c
751
if (test_opt(sbi, NOBARRIER))
fs/f2fs/super.c
1307
usrquota = test_opt(sbi, USRQUOTA) ||
fs/f2fs/super.c
1309
grpquota = test_opt(sbi, GRPQUOTA) ||
fs/f2fs/super.c
1311
prjquota = test_opt(sbi, PRJQUOTA) ||
fs/f2fs/super.c
1515
if (test_opt(sbi, RESERVE_ROOT) &&
fs/f2fs/super.c
1524
if (test_opt(sbi, RESERVE_NODE) &&
fs/f2fs/super.c
1586
if (!ctx_test_opt(ctx, F2FS_MOUNT_INLINE_XATTR) && !test_opt(sbi, INLINE_XATTR)) {
fs/f2fs/super.c
1775
!test_opt(sbi, READ_EXTENT_CACHE)) {
fs/f2fs/super.c
2166
if (test_opt(sbi, DISCARD) && !f2fs_hw_support_discard(sbi))
fs/f2fs/super.c
2370
if (test_opt(sbi, COMPRESS_CACHE))
fs/f2fs/super.c
2386
if (test_opt(sbi, GC_MERGE))
fs/f2fs/super.c
2391
if (test_opt(sbi, DISABLE_ROLL_FORWARD))
fs/f2fs/super.c
2393
if (test_opt(sbi, NORECOVERY))
fs/f2fs/super.c
2395
if (test_opt(sbi, DISCARD)) {
fs/f2fs/super.c
2407
if (test_opt(sbi, XATTR_USER))
fs/f2fs/super.c
2411
if (test_opt(sbi, INLINE_XATTR))
fs/f2fs/super.c
2415
if (test_opt(sbi, INLINE_XATTR_SIZE))
fs/f2fs/super.c
2420
if (test_opt(sbi, POSIX_ACL))
fs/f2fs/super.c
2425
if (test_opt(sbi, DISABLE_EXT_IDENTIFY))
fs/f2fs/super.c
2427
if (test_opt(sbi, INLINE_DATA))
fs/f2fs/super.c
2431
if (test_opt(sbi, INLINE_DENTRY))
fs/f2fs/super.c
2435
if (test_opt(sbi, FLUSH_MERGE))
fs/f2fs/super.c
2439
if (test_opt(sbi, NOBARRIER))
fs/f2fs/super.c
2443
if (test_opt(sbi, FASTBOOT))
fs/f2fs/super.c
2445
if (test_opt(sbi, READ_EXTENT_CACHE))
fs/f2fs/super.c
2449
if (test_opt(sbi, AGE_EXTENT_CACHE))
fs/f2fs/super.c
2451
if (test_opt(sbi, DATA_FLUSH))
fs/f2fs/super.c
2464
if (test_opt(sbi, RESERVE_ROOT) || test_opt(sbi, RESERVE_NODE))
fs/f2fs/super.c
2474
if (test_opt(sbi, FAULT_INJECTION)) {
fs/f2fs/super.c
2482
if (test_opt(sbi, QUOTA))
fs/f2fs/super.c
2484
if (test_opt(sbi, USRQUOTA))
fs/f2fs/super.c
2486
if (test_opt(sbi, GRPQUOTA))
fs/f2fs/super.c
2488
if (test_opt(sbi, PRJQUOTA))
fs/f2fs/super.c
2503
if (test_opt(sbi, DISABLE_CHECKPOINT))
fs/f2fs/super.c
2506
if (test_opt(sbi, MERGE_CHECKPOINT))
fs/f2fs/super.c
2521
if (test_opt(sbi, ATGC))
fs/f2fs/super.c
2536
if (test_opt(sbi, NAT_BITS))
fs/f2fs/super.c
2802
bool no_read_extent_cache = !test_opt(sbi, READ_EXTENT_CACHE);
fs/f2fs/super.c
2803
bool no_age_extent_cache = !test_opt(sbi, AGE_EXTENT_CACHE);
fs/f2fs/super.c
2804
bool enable_checkpoint = !test_opt(sbi, DISABLE_CHECKPOINT);
fs/f2fs/super.c
2805
bool no_atgc = !test_opt(sbi, ATGC);
fs/f2fs/super.c
2806
bool no_discard = !test_opt(sbi, DISCARD);
fs/f2fs/super.c
2807
bool no_compress_cache = !test_opt(sbi, COMPRESS_CACHE);
fs/f2fs/super.c
2809
bool no_nat_bits = !test_opt(sbi, NAT_BITS);
fs/f2fs/super.c
2895
if (no_atgc == !!test_opt(sbi, ATGC)) {
fs/f2fs/super.c
2902
if (no_read_extent_cache == !!test_opt(sbi, READ_EXTENT_CACHE)) {
fs/f2fs/super.c
2908
if (no_age_extent_cache == !!test_opt(sbi, AGE_EXTENT_CACHE)) {
fs/f2fs/super.c
2914
if (no_compress_cache == !!test_opt(sbi, COMPRESS_CACHE)) {
fs/f2fs/super.c
2926
if (no_nat_bits == !!test_opt(sbi, NAT_BITS)) {
fs/f2fs/super.c
2932
if ((flags & SB_RDONLY) && test_opt(sbi, DISABLE_CHECKPOINT)) {
fs/f2fs/super.c
2945
!test_opt(sbi, GC_MERGE))) {
fs/f2fs/super.c
2970
if ((flags & SB_RDONLY) || !test_opt(sbi, FLUSH_MERGE)) {
fs/f2fs/super.c
2981
if (no_discard == !!test_opt(sbi, DISCARD)) {
fs/f2fs/super.c
2982
if (test_opt(sbi, DISCARD)) {
fs/f2fs/super.c
3000
if (enable_checkpoint == !!test_opt(sbi, DISABLE_CHECKPOINT)) {
fs/f2fs/super.c
3001
if (test_opt(sbi, DISABLE_CHECKPOINT)) {
fs/f2fs/super.c
3019
if ((flags & SB_RDONLY) || test_opt(sbi, DISABLE_CHECKPOINT) ||
fs/f2fs/super.c
3020
!test_opt(sbi, MERGE_CHECKPOINT)) {
fs/f2fs/super.c
3043
(test_opt(sbi, POSIX_ACL) ? SB_POSIXACL : 0);
fs/f2fs/super.c
3107
if (test_opt(sbi, DISABLE_ROLL_FORWARD))
fs/f2fs/super.c
3109
if (test_opt(sbi, NORECOVERY))
fs/f2fs/super.c
3344
test_opt(sbi, USRQUOTA),
fs/f2fs/super.c
3345
test_opt(sbi, GRPQUOTA),
fs/f2fs/super.c
3346
test_opt(sbi, PRJQUOTA),
fs/f2fs/super.c
5126
(test_opt(sbi, POSIX_ACL) ? SB_POSIXACL : 0);
fs/f2fs/super.c
5127
if (test_opt(sbi, INLINECRYPT))
fs/f2fs/super.c
513
if (test_opt(sbi, RESERVE_ROOT) &&
fs/f2fs/super.c
5130
if (test_opt(sbi, LAZYTIME))
fs/f2fs/super.c
519
if (test_opt(sbi, RESERVE_NODE) &&
fs/f2fs/super.c
5221
if (!f2fs_readonly(sb) && !test_opt(sbi, DISABLE_CHECKPOINT) &&
fs/f2fs/super.c
5222
test_opt(sbi, MERGE_CHECKPOINT)) {
fs/f2fs/super.c
525
if (!test_opt(sbi, RESERVE_ROOT) && !test_opt(sbi, RESERVE_NODE) &&
fs/f2fs/super.c
5327
if (!test_opt(sbi, DISABLE_ROLL_FORWARD) &&
fs/f2fs/super.c
5328
!test_opt(sbi, NORECOVERY)) {
fs/f2fs/super.c
5401
if (test_opt(sbi, DISABLE_CHECKPOINT))
fs/f2fs/super.c
5413
test_opt(sbi, GC_MERGE)) && !f2fs_readonly(sb)) {
fs/f2fs/super.c
5579
if (test_opt(sbi, COMPRESS_CACHE))
fs/f2fs/sysfs.c
261
if (test_opt(sbi, DISABLE_CHECKPOINT))
fs/f2fs/sysfs.c
560
if (test_opt(sbi, MERGE_CHECKPOINT)) {
fs/f2fs/xattr.c
56
if (!test_opt(sbi, XATTR_USER))
fs/f2fs/xattr.c
79
if (!test_opt(sbi, XATTR_USER))
fs/f2fs/xattr.c
96
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);