Home
last modified time | relevance | path

Searched refs:bit_off (Results 1 – 7 of 7) sorted by relevance

/fs/ocfs2/
Dlocalalloc.c733 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()
Dsuballoc.c120 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 …]
Dlocalalloc.h55 u32 *bit_off,
Dmove_extents.c596 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()
Ddir.c2862 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()
Dalloc.c4747 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()
Dxattr.c4257 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()