Home
last modified time | relevance | path

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

/linux/fs/ocfs2/
H A Dsuballoc.h203 u32 clusters_to_add, u32 extents_to_split,
H A Dalloc.h97 u32 clusters_to_add,
H A Docfs2_trace.h1326 unsigned int clusters, unsigned int clusters_to_add,
1328 TP_ARGS(ip_blkno, size, clusters, clusters_to_add, why, restart_func),
1333 __field(unsigned int, clusters_to_add)
1341 __entry->clusters_to_add = clusters_to_add;
1347 __entry->clusters_to_add, __entry->why, __entry->restart_func)
H A Dsuballoc.c2725 u32 clusters_to_add, u32 extents_to_split, in ocfs2_lock_allocators() argument
2730 unsigned int max_recs_needed = clusters_to_add + 2 * extents_to_split; in ocfs2_lock_allocators()
2737 BUG_ON(clusters_to_add != 0 && data_ac == NULL); in ocfs2_lock_allocators()
2769 if (clusters_to_add == 0) in ocfs2_lock_allocators()
2772 ret = ocfs2_reserve_clusters(osb, clusters_to_add, data_ac); in ocfs2_lock_allocators()
H A Dxattr.c696 u32 clusters_to_add, in ocfs2_xattr_extend_allocation() argument
708 while (clusters_to_add) { in ocfs2_xattr_extend_allocation()
709 trace_ocfs2_xattr_extend_allocation(clusters_to_add); in ocfs2_xattr_extend_allocation()
722 clusters_to_add, in ocfs2_xattr_extend_allocation()
735 clusters_to_add -= le32_to_cpu(vb->vb_xv->xr_clusters) - in ocfs2_xattr_extend_allocation()
738 if (why != RESTART_NONE && clusters_to_add) { in ocfs2_xattr_extend_allocation()
5100 u32 clusters_to_add = 1, bit_off, num_bits, v_start = 0; in ocfs2_add_new_xattr_cluster() local
5121 clusters_to_add, &bit_off, &num_bits); in ocfs2_add_new_xattr_cluster()
5128 BUG_ON(num_bits > clusters_to_add); in ocfs2_add_new_xattr_cluster()
H A Dalloc.c4787 u32 clusters_to_add, in ocfs2_add_clusters_in_btree() argument
4803 BUG_ON(!clusters_to_add); in ocfs2_add_clusters_in_btree()
4835 clusters_to_add, &bit_off, &num_bits); in ocfs2_add_clusters_in_btree()
4842 BUG_ON(num_bits > clusters_to_add); in ocfs2_add_clusters_in_btree()
4867 clusters_to_add -= num_bits; in ocfs2_add_clusters_in_btree()
4870 if (clusters_to_add) { in ocfs2_add_clusters_in_btree()
4871 err = clusters_to_add; in ocfs2_add_clusters_in_btree()