/linux-4.1.27/fs/ocfs2/ |
D | localalloc.h | 55 u32 *bit_off, 61 u32 bit_off,
|
D | localalloc.c | 732 u32 *bit_off, in ocfs2_claim_local_alloc_bits() argument 757 *bit_off = le32_to_cpu(la->la_bm_off) + start; in ocfs2_claim_local_alloc_bits() 787 u32 bit_off, in ocfs2_free_local_alloc_bits() argument 804 start = bit_off - le32_to_cpu(la->la_bm_off); in ocfs2_free_local_alloc_bits() 970 int bit_off, left, count, start; in ocfs2_sync_local_to_main() local 992 start = count = bit_off = 0; in ocfs2_sync_local_to_main() 995 while ((bit_off = ocfs2_find_next_zero_bit(bitmap, left, start)) in ocfs2_sync_local_to_main() 997 if ((bit_off < left) && (bit_off == start)) { in ocfs2_sync_local_to_main() 1021 if (bit_off >= left) in ocfs2_sync_local_to_main() 1024 start = bit_off + 1; in ocfs2_sync_local_to_main()
|
D | suballoc.c | 457 u32 bit_off, num_bits; in ocfs2_block_group_alloc_contig() local 463 le16_to_cpu(cl->cl_cpg), &bit_off, in ocfs2_block_group_alloc_contig() 472 bg_blkno = ocfs2_clusters_to_blocks(osb->sb, bit_off); in ocfs2_block_group_alloc_contig() 499 u32 *bit_off, u32 *num_bits) in ocfs2_block_group_claim_bits() argument 505 bit_off, num_bits); in ocfs2_block_group_claim_bits() 614 u32 bit_off, num_bits; in ocfs2_block_group_alloc_discontig() local 643 &bit_off, &num_bits); in ocfs2_block_group_alloc_discontig() 652 bg_blkno = ocfs2_clusters_to_blocks(osb->sb, bit_off); in ocfs2_block_group_alloc_discontig() 1345 unsigned int bit_off, in ocfs2_block_group_set_bits() argument 1357 trace_ocfs2_block_group_set_bits(bit_off, num_bits); in ocfs2_block_group_set_bits() [all …]
|
D | suballoc.h | 102 unsigned int bit_off,
|
D | alloc.c | 4745 u32 bit_off, num_bits; in ocfs2_add_clusters_in_btree() local 4783 clusters_to_add, &bit_off, &num_bits); in ocfs2_add_clusters_in_btree() 4801 block = ocfs2_clusters_to_blocks(osb->sb, bit_off); in ocfs2_add_clusters_in_btree() 4804 bit_off, num_bits); in ocfs2_add_clusters_in_btree() 4828 bit_off, num_bits); in ocfs2_add_clusters_in_btree() 4833 ocfs2_clusters_to_blocks(osb->sb, bit_off), in ocfs2_add_clusters_in_btree() 6838 u32 bit_off, num; in ocfs2_convert_inline_data_to_extents() local 6895 ret = ocfs2_claim_clusters(handle, data_ac, 1, &bit_off, in ocfs2_convert_inline_data_to_extents() 6906 block = phys = ocfs2_clusters_to_blocks(inode->i_sb, bit_off); in ocfs2_convert_inline_data_to_extents() 6982 bit_off, num); in ocfs2_convert_inline_data_to_extents() [all …]
|
D | dir.c | 2807 u32 alloc, dx_alloc, bit_off, len, num_dx_entries = 0; in ocfs2_expand_inline_dir() local 2916 ret = ocfs2_claim_clusters(handle, data_ac, 1, &bit_off, &len); in ocfs2_expand_inline_dir() 2928 blkno = ocfs2_clusters_to_blocks(dir->i_sb, bit_off); in ocfs2_expand_inline_dir() 3057 ret = ocfs2_claim_clusters(handle, data_ac, 1, &bit_off, in ocfs2_expand_inline_dir() 3063 blkno = ocfs2_clusters_to_blocks(dir->i_sb, bit_off); in ocfs2_expand_inline_dir()
|
D | xattr.c | 4271 u32 bit_off, len; in ocfs2_xattr_create_index_block() local 4302 1, 1, &bit_off, &len); in ocfs2_xattr_create_index_block() 4313 blkno = ocfs2_clusters_to_blocks(inode->i_sb, bit_off); in ocfs2_xattr_create_index_block() 5101 u32 clusters_to_add = 1, bit_off, num_bits, v_start = 0; in ocfs2_add_new_xattr_cluster() local 5122 clusters_to_add, &bit_off, &num_bits); in ocfs2_add_new_xattr_cluster() 5131 block = ocfs2_clusters_to_blocks(osb->sb, bit_off); in ocfs2_add_new_xattr_cluster()
|
/linux-4.1.27/drivers/thermal/samsung/ |
D | exynos_tmu.c | 546 unsigned int reg_off, bit_off; in exynos7_tmu_initialize() local 585 bit_off = ((8 - i) % 2); in exynos7_tmu_initialize() 597 rising_threshold &= ~(EXYNOS7_TMU_TEMP_MASK << (16 * bit_off)); in exynos7_tmu_initialize() 598 rising_threshold |= threshold_code << (16 * bit_off); in exynos7_tmu_initialize() 604 falling_threshold &= ~(EXYNOS7_TMU_TEMP_MASK << (16 * bit_off)); in exynos7_tmu_initialize() 605 falling_threshold |= threshold_code << (16 * bit_off); in exynos7_tmu_initialize()
|
/linux-4.1.27/fs/btrfs/ |
D | free-space-cache.c | 3592 u64 bit_off, bit_bytes; in test_check_exists() local 3596 bit_off = offset; in test_check_exists() 3598 ret = search_bitmap(ctl, info, &bit_off, &bit_bytes); in test_check_exists() 3600 if (bit_off == offset) { in test_check_exists() 3603 } else if (bit_off > offset && in test_check_exists() 3604 offset + bytes > bit_off) { in test_check_exists()
|