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

/fs/ocfs2/
H A Daops.c1690 unsigned int clusters_to_alloc, extents_to_split, clusters_need = 0; local
1736 clusters_need = wc->w_clen;
1751 clusters_need += clusters_to_alloc;
1898 ret1 = ocfs2_try_to_free_truncate_log(osb, clusters_need);
H A Dxattr.c3025 int *clusters_need,
3222 if (clusters_need)
3223 *clusters_need = clusters_add;
3020 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 384 milliseconds