| /fs/f2fs/ |
| A D | super.c | 2268 if (test_opt(sbi, GC_MERGE)) in f2fs_show_options() 2325 if (test_opt(sbi, FASTBOOT)) in f2fs_show_options() 2362 if (test_opt(sbi, QUOTA)) in f2fs_show_options() 2364 if (test_opt(sbi, USRQUOTA)) in f2fs_show_options() 2366 if (test_opt(sbi, GRPQUOTA)) in f2fs_show_options() 2368 if (test_opt(sbi, PRJQUOTA)) in f2fs_show_options() 2401 if (test_opt(sbi, ATGC)) in f2fs_show_options() 2416 if (test_opt(sbi, NAT_BITS)) in f2fs_show_options() 3144 test_opt(sbi, USRQUOTA), in f2fs_enable_quotas() 3145 test_opt(sbi, GRPQUOTA), in f2fs_enable_quotas() [all …]
|
| A D | xattr.c | 54 if (!test_opt(sbi, XATTR_USER)) in f2fs_xattr_generic_get() 77 if (!test_opt(sbi, XATTR_USER)) in f2fs_xattr_generic_set() 94 return test_opt(sbi, XATTR_USER); in f2fs_xattr_user_list()
|
| A D | extent_cache.c | 99 return test_opt(F2FS_I_SB(inode), READ_EXTENT_CACHE) && in __init_may_extent_tree() 102 return test_opt(F2FS_I_SB(inode), AGE_EXTENT_CACHE) && in __init_may_extent_tree() 1075 if (!test_opt(sbi, READ_EXTENT_CACHE)) in f2fs_shrink_read_extent_tree() 1112 if (!test_opt(sbi, AGE_EXTENT_CACHE)) in f2fs_shrink_age_extent_tree()
|
| A D | namei.c | 286 if (test_opt(sbi, INLINE_XATTR)) in f2fs_new_inode() 316 if (test_opt(sbi, INLINE_DATA) && f2fs_may_inline_data(inode)) in f2fs_new_inode() 319 if (name && !test_opt(sbi, DISABLE_EXT_IDENTIFY)) in f2fs_new_inode()
|
| /fs/ext2/ |
| A D | super.c | 274 if (test_opt(sb, MINIX_DF)) in ext2_show_options() 276 if (test_opt(sb, GRPID)) in ext2_show_options() 302 if (test_opt(sb, NO_UID32)) in ext2_show_options() 304 if (test_opt(sb, DEBUG)) in ext2_show_options() 306 if (test_opt(sb, OLDALLOC)) in ext2_show_options() 325 if (test_opt(sb, USRQUOTA)) in ext2_show_options() 328 if (test_opt(sb, GRPQUOTA)) in ext2_show_options() 331 if (test_opt(sb, XIP)) in ext2_show_options() 334 if (test_opt(sb, DAX)) in ext2_show_options() 684 if (test_opt (sb, DEBUG)) in ext2_setup_super() [all …]
|
| A D | xattr_user.c | 17 return test_opt(dentry->d_sb, XATTR_USER); in ext2_xattr_user_list() 25 if (!test_opt(inode->i_sb, XATTR_USER)) in ext2_xattr_user_get() 38 if (!test_opt(inode->i_sb, XATTR_USER)) in ext2_xattr_user_set()
|
| A D | ioctl.c | 90 if (test_opt(inode->i_sb, RESERVATION) in ext2_ioctl() 99 if (!test_opt(inode->i_sb, RESERVATION) ||!S_ISREG(inode->i_mode)) in ext2_ioctl()
|
| A D | ialloc.c | 443 if (test_opt(sb, OLDALLOC)) in ext2_new_inode() 540 if (test_opt(sb, GRPID)) { in ext2_new_inode()
|
| /fs/ext4/ |
| A D | xattr_hurd.c | 18 return test_opt(dentry->d_sb, XATTR_USER); in ext4_xattr_hurd_list() 26 if (!test_opt(inode->i_sb, XATTR_USER)) in ext4_xattr_hurd_get() 40 if (!test_opt(inode->i_sb, XATTR_USER)) in ext4_xattr_hurd_set()
|
| A D | xattr_user.c | 18 return test_opt(dentry->d_sb, XATTR_USER); in ext4_xattr_user_list() 26 if (!test_opt(inode->i_sb, XATTR_USER)) in ext4_xattr_user_get() 39 if (!test_opt(inode->i_sb, XATTR_USER)) in ext4_xattr_user_set()
|
| A D | ext4_jbd2.c | 17 test_opt(inode->i_sb, DATA_FLAGS) == EXT4_MOUNT_JOURNAL_DATA || in ext4_inode_journal_mode() 19 !test_opt(inode->i_sb, DELALLOC) && in ext4_inode_journal_mode() 26 if (test_opt(inode->i_sb, DATA_FLAGS) == EXT4_MOUNT_ORDERED_DATA) in ext4_inode_journal_mode() 28 if (test_opt(inode->i_sb, DATA_FLAGS) == EXT4_MOUNT_WRITEBACK_DATA) in ext4_inode_journal_mode() 281 test_opt(inode->i_sb, DATA_FLAGS)); in __ext4_forget() 294 if (test_opt(inode->i_sb, DATA_FLAGS) == EXT4_MOUNT_JOURNAL_DATA || in __ext4_forget()
|
| A D | super.c | 2627 test_opt(sb, USRQUOTA)); in ext4_check_quota_consistency() 2630 test_opt(sb, GRPQUOTA)); in ext4_check_quota_consistency() 3107 if (test_opt(sb, DEBUG)) in ext4_setup_super() 5008 if (test_opt(sb, DELALLOC)) in ext4_check_journal_data_mode() 5778 if (test_opt(sb, BARRIER)) in ext4_init_journal_params() 6863 if (!test_opt(sb, MINIX_DF)) in ext4_statfs() 7034 if (!test_opt(sb, QUOTA)) in ext4_quota_on() 7156 test_opt(sb, USRQUOTA), in ext4_enable_quotas() 7157 test_opt(sb, GRPQUOTA), in ext4_enable_quotas() 7158 test_opt(sb, PRJQUOTA), in ext4_enable_quotas() [all …]
|
| A D | ext4_jbd2.h | 396 if (test_opt(inode->i_sb, DATA_FLAGS) == EXT4_MOUNT_JOURNAL_DATA) in ext4_free_data_revoke_credits() 418 if (!test_opt(inode->i_sb, DIOREAD_NOLOCK)) in ext4_should_dioread_nolock() 427 if (!test_opt(inode->i_sb, DELALLOC)) in ext4_should_dioread_nolock()
|
| A D | fsync.c | 91 if (test_opt(inode->i_sb, BARRIER)) in ext4_fsync_nojournal()
|
| A D | resize.c | 147 if (test_opt(sb, DEBUG)) in verify_group_input() 402 if (test_opt(sb, DEBUG)) { in ext4_alloc_group_tables() 835 if (test_opt(sb, DEBUG)) in add_new_gdb() 1526 if (test_opt(sb, DEBUG)) in ext4_update_super() 1669 if (!test_opt(sb, INIT_INODE_TABLE)) in ext4_setup_next_flex_gd() 1816 if (test_opt(sb, DEBUG)) in ext4_group_extend_no_check() 1846 if (test_opt(sb, DEBUG)) in ext4_group_extend()
|
| A D | page-io.c | 196 if (test_opt(sb, DATA_ERR_ABORT)) in ext4_end_io_end() 242 if (test_opt(io_end->inode->i_sb, DATA_ERR_ABORT) && in ext4_io_end_defer_completion()
|
| A D | orphan.c | 331 if (test_opt(sb, DEBUG)) in ext4_process_orphan() 352 if (test_opt(sb, DEBUG)) in ext4_process_orphan()
|
| A D | ioctl.c | 556 test_opt(inode->i_sb, DAX_ALWAYS)) in ext4_dax_dontcache() 974 test_opt(sb, INIT_INODE_TABLE)) in ext4_ioctl_group_add() 1465 test_opt(sb, INIT_INODE_TABLE)) in __ext4_ioctl() 1490 if (test_opt(sb, NOLOAD) && ext4_has_feature_journal(sb)) in __ext4_ioctl()
|
| A D | block_validity.c | 264 if (test_opt(sb, DEBUG)) in ext4_setup_system_zone()
|
| A D | balloc.c | 707 if (test_opt(sb, DISCARD)) { in ext4_should_retry_alloc() 992 if (test_opt(inode->i_sb, DELALLOC)) in ext4_inode_to_goal_block()
|
| /fs/erofs/ |
| A D | super.c | 177 if (!dif->dax_dev && test_opt(&sbi->opt, DAX_ALWAYS)) { in erofs_init_device() 219 if (test_opt(&sbi->opt, DAX_ALWAYS) && !sbi->dif0.dax_dev) { in erofs_scan_devices() 683 if (test_opt(&sbi->opt, DAX_ALWAYS) && sbi->blkszbits != PAGE_SHIFT) { in erofs_fc_fill_super() 692 if (test_opt(&sbi->opt, POSIX_ACL)) in erofs_fc_fill_super() 784 if (test_opt(&new_sbi->opt, POSIX_ACL)) in erofs_fc_reconfigure() 997 seq_puts(seq, test_opt(opt, XATTR_USER) ? in erofs_show_options() 1000 seq_puts(seq, test_opt(opt, POSIX_ACL) ? ",acl" : ",noacl"); in erofs_show_options() 1004 if (test_opt(opt, DAX_ALWAYS)) in erofs_show_options() 1006 if (test_opt(opt, DAX_NEVER)) in erofs_show_options() 1008 if (erofs_is_fileio_mode(sbi) && test_opt(opt, DIRECT_IO)) in erofs_show_options()
|
| A D | xattr.c | 130 return test_opt(&EROFS_SB(dentry->d_sb)->opt, XATTR_USER); in erofs_xattr_user_list() 143 !test_opt(&EROFS_I_SB(inode)->opt, XATTR_USER)) in erofs_xattr_generic_get()
|
| A D | fileio.c | 59 if (test_opt(&EROFS_SB(rq->sb)->opt, DIRECT_IO) && in erofs_fileio_rq_submit()
|
| /fs/qnx6/ |
| A D | qnx6.h | 71 #define test_opt(sb, opt) (QNX6_SB(sb)->s_mount_opt & \ macro
|
| A D | dir.c | 99 if (!test_opt(s, MMI_FS) && fs32_to_cpu(sbi, de->de_checksum) != in qnx6_dir_longfilename()
|