Home
last modified time | relevance | path

Searched refs:test_opt (Results 201 – 225 of 244) sorted by relevance

12345678910

/dports/multimedia/v4l-utils/linux-5.13-rc2/fs/ext4/
H A Dextents_status.c862 if (sbi->s_cluster_ratio > 1 && test_opt(inode->i_sb, DELALLOC) && in ext4_es_insert_extent()
1316 if (reserved == NULL || !test_opt(inode->i_sb, DELALLOC)) in __es_remove_extent()
H A Dialloc.c971 } else if (test_opt(sb, GRPID)) { in __ext4_new_inode()
H A Dext4.h1254 #define test_opt(sb, opt) (EXT4_SB(sb)->s_mount_opt & \ macro
3459 return (test_opt(sb, QUOTA) || ext4_has_feature_quota(sb)); in ext4_quota_capable()
H A Dmballoc.c3587 if (!test_opt(sb, DISCARD)) in ext4_free_data_in_buddy()
3631 if (test_opt(sb, DISCARD)) { in ext4_process_freed_data()
5975 if (test_opt(sb, DISCARD)) { in ext4_free_blocks()
/dports/misc/e2fsprogs-libblkid/e2fsprogs-1.46.5/lib/ext2fs/
H A Dext2_fs.h584 #define test_opt(sb, opt) (EXT2_SB(sb)->s_mount_opt & \ macro
/dports/misc/e2fsprogs-libuuid/e2fsprogs-1.46.5/lib/ext2fs/
H A Dext2_fs.h584 #define test_opt(sb, opt) (EXT2_SB(sb)->s_mount_opt & \ macro
/dports/sysutils/e2fsprogs/e2fsprogs-1.46.5/lib/ext2fs/
H A Dext2_fs.h584 #define test_opt(sb, opt) (EXT2_SB(sb)->s_mount_opt & \ macro
/dports/multimedia/libv4l/linux-5.13-rc2/fs/f2fs/
H A Dextent_cache.c671 if (!test_opt(sbi, EXTENT_CACHE)) in f2fs_shrink_extent_tree()
H A Ddebug.c338 if (test_opt(si->sbi, DISCARD)) in stat_show()
/dports/multimedia/v4l_compat/linux-5.13-rc2/fs/f2fs/
H A Ddebug.c338 if (test_opt(si->sbi, DISCARD)) in stat_show()
H A Dextent_cache.c671 if (!test_opt(sbi, EXTENT_CACHE)) in f2fs_shrink_extent_tree()
/dports/multimedia/v4l-utils/linux-5.13-rc2/fs/f2fs/
H A Ddebug.c338 if (test_opt(si->sbi, DISCARD)) in stat_show()
H A Dextent_cache.c671 if (!test_opt(sbi, EXTENT_CACHE)) in f2fs_shrink_extent_tree()
/dports/multimedia/libv4l/linux-5.13-rc2/fs/ext2/
H A Dballoc.c430 if (!test_opt(sb, RESERVATION)) in ext2_init_block_alloc_info()
/dports/multimedia/v4l_compat/linux-5.13-rc2/fs/ext2/
H A Dballoc.c430 if (!test_opt(sb, RESERVATION)) in ext2_init_block_alloc_info()
/dports/multimedia/v4l-utils/linux-5.13-rc2/fs/ext2/
H A Dballoc.c430 if (!test_opt(sb, RESERVATION)) in ext2_init_block_alloc_info()
/dports/multimedia/v4l_compat/linux-5.13-rc2/fs/ext4/
H A Dialloc.c971 } else if (test_opt(sb, GRPID)) { in __ext4_new_inode()
H A Dext4.h1254 #define test_opt(sb, opt) (EXT4_SB(sb)->s_mount_opt & \ macro
3459 return (test_opt(sb, QUOTA) || ext4_has_feature_quota(sb)); in ext4_quota_capable()
H A Dmballoc.c3587 if (!test_opt(sb, DISCARD)) in ext4_free_data_in_buddy()
3631 if (test_opt(sb, DISCARD)) { in ext4_process_freed_data()
5975 if (test_opt(sb, DISCARD)) { in ext4_free_blocks()
H A Dfast_commit.c618 if (test_opt(sb, BARRIER) && is_tail) in ext4_fc_submit_bh()
/dports/multimedia/libv4l/linux-5.13-rc2/fs/ext4/
H A Dialloc.c971 } else if (test_opt(sb, GRPID)) { in __ext4_new_inode()
H A Dext4.h1254 #define test_opt(sb, opt) (EXT4_SB(sb)->s_mount_opt & \ macro
3459 return (test_opt(sb, QUOTA) || ext4_has_feature_quota(sb)); in ext4_quota_capable()
H A Dmballoc.c3587 if (!test_opt(sb, DISCARD)) in ext4_free_data_in_buddy()
3631 if (test_opt(sb, DISCARD)) { in ext4_process_freed_data()
5975 if (test_opt(sb, DISCARD)) { in ext4_free_blocks()
H A Dfast_commit.c618 if (test_opt(sb, BARRIER) && is_tail) in ext4_fc_submit_bh()
/dports/science/hypre/hypre-2.23.0/src/parcsr_ls/
H A Dpar_ilu_setup.c112 HYPRE_Int test_opt; in hypre_ILUSetup() local
488 test_opt = hypre_ParILUDataTestOption(ilu_data); in hypre_ILUSetup()
491 …&Aperm, &matS, &matALU_d, &matBLU_d, &matSLU_d, &matE_d, &matF_d, test_opt); //RAP + hypre_modifie… in hypre_ILUSetup()
3248 hypre_CSRMatrix **Eptr, hypre_CSRMatrix **Fptr, HYPRE_Int test_opt) in hypre_ILUSetupRAPILU0Device() argument
3304 switch(test_opt) in hypre_ILUSetupRAPILU0Device()

12345678910