Searched refs:clusters_need (Results 1 - 2 of 2) sorted by relevance

/linux-master/fs/ocfs2/
H A Daops.c1650 unsigned int clusters_to_alloc, extents_to_split, clusters_need = 0; local
1699 clusters_need = wc->w_clen;
1714 clusters_need += clusters_to_alloc;
1869 ret1 = ocfs2_try_to_free_truncate_log(osb, clusters_need);
H A Dxattr.c3034 int *clusters_need,
3231 if (clusters_need)
3232 *clusters_need = clusters_add;
3029 ocfs2_calc_xattr_set_need(struct inode *inode, struct ocfs2_dinode *di, struct ocfs2_xattr_info *xi, struct ocfs2_xattr_search *xis, struct ocfs2_xattr_search *xbs, int *clusters_need, int *meta_need, int *credits_need) argument

Completed in 179 milliseconds