Searched refs:bit_off (Results 1 – 7 of 7) sorted by relevance
/fs/ocfs2/ |
D | localalloc.c | 733 u32 *bit_off, in ocfs2_claim_local_alloc_bits() argument 758 *bit_off = le32_to_cpu(la->la_bm_off) + start; in ocfs2_claim_local_alloc_bits() 933 int bit_off, left, count, start; in ocfs2_sync_local_to_main() local 955 start = count = bit_off = 0; in ocfs2_sync_local_to_main() 958 while ((bit_off = ocfs2_find_next_zero_bit(bitmap, left, start)) in ocfs2_sync_local_to_main() 960 if ((bit_off < left) && (bit_off == start)) { in ocfs2_sync_local_to_main() 984 if (bit_off >= left) in ocfs2_sync_local_to_main() 987 start = bit_off + 1; in ocfs2_sync_local_to_main()
|
D | suballoc.c | 120 unsigned int bit_off, 463 u32 bit_off, num_bits; in ocfs2_block_group_alloc_contig() local 469 le16_to_cpu(cl->cl_cpg), &bit_off, in ocfs2_block_group_alloc_contig() 478 bg_blkno = ocfs2_clusters_to_blocks(osb->sb, bit_off); in ocfs2_block_group_alloc_contig() 505 u32 *bit_off, u32 *num_bits) in ocfs2_block_group_claim_bits() argument 511 bit_off, num_bits); in ocfs2_block_group_claim_bits() 620 u32 bit_off, num_bits; in ocfs2_block_group_alloc_discontig() local 649 &bit_off, &num_bits); in ocfs2_block_group_alloc_discontig() 658 bg_blkno = ocfs2_clusters_to_blocks(osb->sb, bit_off); in ocfs2_block_group_alloc_discontig() 1350 unsigned int bit_off, in ocfs2_block_group_set_bits() argument [all …]
|
D | localalloc.h | 55 u32 *bit_off,
|
D | move_extents.c | 596 unsigned int bit_off, in ocfs2_block_group_set_bits() argument 608 mlog(0, "block_group_set_bits: off = %u, num = %u\n", bit_off, in ocfs2_block_group_set_bits() 633 ocfs2_set_bit(bit_off++, bitmap); in ocfs2_block_group_set_bits()
|
D | dir.c | 2862 u32 alloc, dx_alloc, bit_off, len, num_dx_entries = 0; in ocfs2_expand_inline_dir() local 2971 ret = ocfs2_claim_clusters(handle, data_ac, 1, &bit_off, &len); in ocfs2_expand_inline_dir() 2983 blkno = ocfs2_clusters_to_blocks(dir->i_sb, bit_off); in ocfs2_expand_inline_dir() 3110 ret = ocfs2_claim_clusters(handle, data_ac, 1, &bit_off, in ocfs2_expand_inline_dir() 3116 blkno = ocfs2_clusters_to_blocks(dir->i_sb, bit_off); in ocfs2_expand_inline_dir()
|
D | alloc.c | 4747 u32 bit_off, num_bits; in ocfs2_add_clusters_in_btree() local 4785 clusters_to_add, &bit_off, &num_bits); in ocfs2_add_clusters_in_btree() 4802 block = ocfs2_clusters_to_blocks(osb->sb, bit_off); in ocfs2_add_clusters_in_btree() 4805 bit_off, num_bits); in ocfs2_add_clusters_in_btree() 6854 u32 bit_off, num; in ocfs2_convert_inline_data_to_extents() local 6866 ret = ocfs2_claim_clusters(handle, data_ac, 1, &bit_off, in ocfs2_convert_inline_data_to_extents() 6877 block = phys = ocfs2_clusters_to_blocks(inode->i_sb, bit_off); in ocfs2_convert_inline_data_to_extents()
|
D | xattr.c | 4257 u32 bit_off, len; in ocfs2_xattr_create_index_block() local 4288 1, 1, &bit_off, &len); in ocfs2_xattr_create_index_block() 4299 blkno = ocfs2_clusters_to_blocks(inode->i_sb, bit_off); in ocfs2_xattr_create_index_block() 5087 u32 clusters_to_add = 1, bit_off, num_bits, v_start = 0; in ocfs2_add_new_xattr_cluster() local 5108 clusters_to_add, &bit_off, &num_bits); in ocfs2_add_new_xattr_cluster() 5117 block = ocfs2_clusters_to_blocks(osb->sb, bit_off); in ocfs2_add_new_xattr_cluster()
|