Searched defs:min_bits (Results 1 - 3 of 3) sorted by relevance

/fs/ocfs2/
H A Dreservations.c636 unsigned int min_bits; local
639 min_bits = ocfs2_resv_window_bits(resmap, resv) >> 1;
641 min_bits = wanted; /* We at know the temp window will use all
661 if (lru_resv->r_len <= min_bits) {
674 shrink = min_bits;
H A Dsuballoc.c101 u32 bits_wanted, u32 min_bits,
106 u32 bits_wanted, u32 min_bits,
112 u32 min_bits,
498 unsigned int min_bits,
503 while (min_bits) {
504 status = ocfs2_claim_clusters(handle, ac, min_bits,
509 min_bits >>= 1;
520 unsigned int min_bits)
543 if (min_bits > needed)
544 min_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
515 ocfs2_block_group_grow_discontig(handle_t *handle, struct inode *alloc_inode, struct buffer_head *bg_bh, struct ocfs2_alloc_context *ac, struct ocfs2_chain_list *cl, unsigned int min_bits) argument
616 unsigned int min_bits = le16_to_cpu(cl->cl_cpg) >> 1; local
1481 ocfs2_cluster_group_search(struct inode *inode, struct buffer_head *group_bh, u32 bits_wanted, u32 min_bits, u64 max_block, struct ocfs2_suballoc_result *res) argument
1552 ocfs2_block_group_search(struct inode *inode, struct buffer_head *group_bh, u32 bits_wanted, u32 min_bits, u64 max_block, struct ocfs2_suballoc_result *res) argument
1675 ocfs2_search_one_group(struct ocfs2_alloc_context *ac, handle_t *handle, u32 bits_wanted, u32 min_bits, struct ocfs2_suballoc_result *res, u16 *bits_left) argument
1742 ocfs2_search_chain(struct ocfs2_alloc_context *ac, handle_t *handle, u32 bits_wanted, u32 min_bits, struct ocfs2_suballoc_result *res, u16 *bits_left) argument
1883 ocfs2_claim_suballoc_bits(struct ocfs2_alloc_context *ac, handle_t *handle, u32 bits_wanted, u32 min_bits, struct ocfs2_suballoc_result *res) argument
[all...]
/fs/btrfs/
H A Dfree-space-cache.c2624 unsigned long min_bits; local
2633 min_bits = bytes_to_bits(min_bytes, ctl->unit);
2640 if (next_zero - i >= min_bits) {

Completed in 224 milliseconds