Home
last modified time | relevance | path

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

/linux-2.6.39/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()
Dlocalalloc.h55 u32 *bit_off,
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 …]
Dalloc.c4746 u32 bit_off, num_bits; in ocfs2_add_clusters_in_btree() local
4784 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()
6853 u32 bit_off, num; in ocfs2_convert_inline_data_to_extents() local
6865 ret = ocfs2_claim_clusters(handle, data_ac, 1, &bit_off, in ocfs2_convert_inline_data_to_extents()
6876 block = phys = ocfs2_clusters_to_blocks(inode->i_sb, bit_off); in ocfs2_convert_inline_data_to_extents()
Ddir.c2863 u32 alloc, dx_alloc, bit_off, len, num_dx_entries = 0; in ocfs2_expand_inline_dir() local
2972 ret = ocfs2_claim_clusters(handle, data_ac, 1, &bit_off, &len); in ocfs2_expand_inline_dir()
2984 blkno = ocfs2_clusters_to_blocks(dir->i_sb, bit_off); in ocfs2_expand_inline_dir()
3111 ret = ocfs2_claim_clusters(handle, data_ac, 1, &bit_off, in ocfs2_expand_inline_dir()
3117 blkno = ocfs2_clusters_to_blocks(dir->i_sb, bit_off); in ocfs2_expand_inline_dir()
Dxattr.c4255 u32 bit_off, len; in ocfs2_xattr_create_index_block() local
4286 1, 1, &bit_off, &len); in ocfs2_xattr_create_index_block()
4297 blkno = ocfs2_clusters_to_blocks(inode->i_sb, bit_off); in ocfs2_xattr_create_index_block()
5085 u32 clusters_to_add = 1, bit_off, num_bits, v_start = 0; in ocfs2_add_new_xattr_cluster() local
5106 clusters_to_add, &bit_off, &num_bits); in ocfs2_add_new_xattr_cluster()
5115 block = ocfs2_clusters_to_blocks(osb->sb, bit_off); in ocfs2_add_new_xattr_cluster()