Searched refs:num_bits (Results 1 - 9 of 9) sorted by relevance

/fs/ocfs2/
H A Dlocalalloc.h56 u32 *num_bits);
62 u32 num_bits);
H A Dsuballoc.h92 u32 num_bits,
96 u32 num_bits,
103 unsigned int num_bits);
110 u32 *num_bits,
H A Dresize.c99 u16 chain, num_bits, backups = 0; local
116 num_bits = new_clusters * cl_bpc;
117 le16_add_cpu(&group->bg_bits, num_bits);
118 le16_add_cpu(&group->bg_free_bits_count, num_bits);
144 le32_add_cpu(&cr->c_total, num_bits);
145 le32_add_cpu(&cr->c_free, num_bits);
146 le32_add_cpu(&fe->id1.bitmap1.i_total, num_bits);
168 le16_add_cpu(&group->bg_bits, -1 * num_bits);
169 le16_add_cpu(&group->bg_free_bits_count, -1 * num_bits);
H A Dsuballoc.c457 u32 bit_off, num_bits; local
464 &num_bits);
485 bg_blkno, num_bits, alloc_rec, cl);
499 u32 *bit_off, u32 *num_bits)
505 bit_off, num_bits);
614 u32 bit_off, num_bits; local
643 &bit_off, &num_bits);
649 min_bits = num_bits;
665 bg_blkno, num_bits, alloc_rec, cl);
1346 unsigned int num_bits)
495 ocfs2_block_group_claim_bits(struct ocfs2_super *osb, handle_t *handle, struct ocfs2_alloc_context *ac, unsigned int min_bits, u32 *bit_off, u32 *num_bits) argument
1341 ocfs2_block_group_set_bits(handle_t *handle, struct inode *alloc_inode, struct ocfs2_group_desc *bg, struct buffer_head *group_bh, unsigned int bit_off, unsigned int num_bits) argument
1584 ocfs2_alloc_dinode_update_counts(struct inode *inode, handle_t *handle, struct buffer_head *di_bh, u32 num_bits, u16 chain) argument
1611 ocfs2_rollback_alloc_dinode_counts(struct inode *inode, struct buffer_head *di_bh, u32 num_bits, u16 chain) argument
1993 ocfs2_claim_metadata(handle_t *handle, struct ocfs2_alloc_context *ac, u32 bits_wanted, u64 *suballoc_loc, u16 *suballoc_bit_start, unsigned int *num_bits, u64 *blkno_start) argument
2385 ocfs2_block_group_clear_bits(handle_t *handle, struct inode *alloc_inode, struct ocfs2_group_desc *bg, struct buffer_head *group_bh, unsigned int bit_off, unsigned int num_bits, void (*undo_fn)(unsigned int bit, unsigned long *bmap)) argument
[all...]
H A Dlocalalloc.c733 u32 *num_bits)
758 *num_bits = bits_wanted;
775 le32_add_cpu(&alloc->id1.bitmap1.i_used, *num_bits);
788 u32 num_bits)
805 clear_bits = num_bits;
819 le32_add_cpu(&alloc->id1.bitmap1.i_used, -num_bits);
728 ocfs2_claim_local_alloc_bits(struct ocfs2_super *osb, handle_t *handle, struct ocfs2_alloc_context *ac, u32 bits_wanted, u32 *bit_off, u32 *num_bits) argument
784 ocfs2_free_local_alloc_bits(struct ocfs2_super *osb, handle_t *handle, struct ocfs2_alloc_context *ac, u32 bit_off, u32 num_bits) argument
H A Dalloc.c4748 u32 bit_off, num_bits; local
4786 clusters_to_add, &bit_off, &num_bits);
4793 BUG_ON(num_bits > clusters_to_add);
4807 bit_off, num_bits);
4809 num_bits, flags, meta_ac);
4818 clusters_to_add -= num_bits;
4819 *logical_offset += num_bits;
4831 bit_off, num_bits);
4837 num_bits);
H A Dxattr.c5097 u32 clusters_to_add = 1, bit_off, num_bits, v_start = 0; local
5118 clusters_to_add, &bit_off, &num_bits);
5125 BUG_ON(num_bits > clusters_to_add);
5128 trace_ocfs2_add_new_xattr_cluster((unsigned long long)block, num_bits);
5131 (prev_clusters + num_bits) << osb->s_clustersize_bits <=
5143 *num_clusters = prev_clusters + num_bits;
5160 v_start, num_bits);
5162 num_bits, 0, ctxt->meta_ac);
H A Ddir.c2333 unsigned int num_bits; local
2340 &dr_suballoc_bit, &num_bits, &dr_blkno);
/fs/hfs/
H A Dbitmap.c116 * Search for 'num_bits' consecutive cleared bits in the bitmap blocks of
123 * u16 *num_bits: Pointer to the number of cleared bits
126 * u16 *num_bits: The number of consecutive clear bits of the
131 * found. When 'num_bits' is zero, this is invalid!
134 * 'num_bits' points to a variable of type (u16), which contains
137 * 'num_bits' is set to the length of the found sequence.
139 u32 hfs_vbm_search_free(struct super_block *sb, u32 goal, u32 *num_bits) argument
145 if (!*num_bits)
151 pos = hfs_find_set_zero_bits(bitmap, HFS_SB(sb)->fs_ablocks, goal, num_bits);
154 pos = hfs_find_set_zero_bits(bitmap, goal, 0, num_bits);
[all...]

Completed in 176 milliseconds