Home
last modified time | relevance | path

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

/Linux-v4.19/fs/ocfs2/
Dfile.c547 u32 clusters_to_add, in ocfs2_add_inode_data() argument
560 clusters_to_add, mark_unwritten, in ocfs2_add_inode_data()
567 u32 clusters_to_add, int mark_unwritten) in ocfs2_extend_allocation() argument
600 status = ocfs2_lock_allocators(inode, &et, clusters_to_add, 0, in ocfs2_extend_allocation()
620 le32_to_cpu(fe->i_clusters), clusters_to_add, in ocfs2_extend_allocation()
624 ocfs2_clusters_to_bytes(osb->sb, clusters_to_add)); in ocfs2_extend_allocation()
644 clusters_to_add, in ocfs2_extend_allocation()
660 clusters_to_add -= (OCFS2_I(inode)->ip_clusters - prev_clusters); in ocfs2_extend_allocation()
664 ocfs2_clusters_to_bytes(osb->sb, clusters_to_add)); in ocfs2_extend_allocation()
667 if (why != RESTART_NONE && clusters_to_add) { in ocfs2_extend_allocation()
[all …]
Dfile.h47 u32 clusters_to_add,
Dsuballoc.h214 u32 clusters_to_add, u32 extents_to_split,
Dalloc.h113 u32 clusters_to_add,
Dsuballoc.c2639 u32 clusters_to_add, u32 extents_to_split, in ocfs2_lock_allocators() argument
2644 unsigned int max_recs_needed = clusters_to_add + 2 * extents_to_split; in ocfs2_lock_allocators()
2651 BUG_ON(clusters_to_add != 0 && data_ac == NULL); in ocfs2_lock_allocators()
2683 if (clusters_to_add == 0) in ocfs2_lock_allocators()
2686 ret = ocfs2_reserve_clusters(osb, clusters_to_add, data_ac); in ocfs2_lock_allocators()
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)
Dxattr.c710 u32 clusters_to_add, in ocfs2_xattr_extend_allocation() argument
722 while (clusters_to_add) { in ocfs2_xattr_extend_allocation()
723 trace_ocfs2_xattr_extend_allocation(clusters_to_add); in ocfs2_xattr_extend_allocation()
736 clusters_to_add, in ocfs2_xattr_extend_allocation()
749 clusters_to_add -= le32_to_cpu(vb->vb_xv->xr_clusters) - in ocfs2_xattr_extend_allocation()
752 if (why != RESTART_NONE && clusters_to_add) { in ocfs2_xattr_extend_allocation()
5118 u32 clusters_to_add = 1, bit_off, num_bits, v_start = 0; in ocfs2_add_new_xattr_cluster() local
5139 clusters_to_add, &bit_off, &num_bits); in ocfs2_add_new_xattr_cluster()
5146 BUG_ON(num_bits > clusters_to_add); in ocfs2_add_new_xattr_cluster()
Dalloc.c4789 u32 clusters_to_add, in ocfs2_add_clusters_in_btree() argument
4805 BUG_ON(!clusters_to_add); in ocfs2_add_clusters_in_btree()
4837 clusters_to_add, &bit_off, &num_bits); in ocfs2_add_clusters_in_btree()
4844 BUG_ON(num_bits > clusters_to_add); in ocfs2_add_clusters_in_btree()
4869 clusters_to_add -= num_bits; in ocfs2_add_clusters_in_btree()
4872 if (clusters_to_add) { in ocfs2_add_clusters_in_btree()
4873 err = clusters_to_add; in ocfs2_add_clusters_in_btree()