want_clusters     239 fs/ocfs2/namei.c 	int want_clusters = 0;
want_clusters     326 fs/ocfs2/namei.c 				       &si, &want_clusters,
want_clusters     335 fs/ocfs2/namei.c 		want_clusters += 1;
want_clusters     349 fs/ocfs2/namei.c 	status = ocfs2_reserve_clusters(osb, want_clusters, &data_ac);
want_clusters    1798 fs/ocfs2/namei.c 	int want_clusters = 0;
want_clusters    1881 fs/ocfs2/namei.c 		status = ocfs2_calc_security_init(dir, &si, &want_clusters,
want_clusters    1891 fs/ocfs2/namei.c 		want_clusters += 1;
want_clusters    1893 fs/ocfs2/namei.c 	status = ocfs2_reserve_clusters(osb, want_clusters, &data_ac);
want_clusters    2640 fs/ocfs2/refcounttree.c 	unsigned int want_clusters, rec_end = 0;
want_clusters    2711 fs/ocfs2/refcounttree.c 			want_clusters = write_len;
want_clusters    2713 fs/ocfs2/refcounttree.c 			want_clusters = (cpos + write_len) -
want_clusters    2715 fs/ocfs2/refcounttree.c 		if (want_clusters < contig_clusters)
want_clusters    2716 fs/ocfs2/refcounttree.c 			want_clusters = contig_clusters;
want_clusters    2736 fs/ocfs2/refcounttree.c 			want_clusters = ocfs2_cow_align_length(inode->i_sb,
want_clusters    2737 fs/ocfs2/refcounttree.c 							       want_clusters);
want_clusters    2739 fs/ocfs2/refcounttree.c 			if (leaf_clusters < want_clusters)
want_clusters    2742 fs/ocfs2/refcounttree.c 				*cow_len += want_clusters;
want_clusters    2758 fs/ocfs2/refcounttree.c 		} else if ((rec_end - cpos) <= want_clusters) {
want_clusters    2784 fs/ocfs2/refcounttree.c 			want_clusters = (cpos + write_len) - *cow_start;
want_clusters    2785 fs/ocfs2/refcounttree.c 			want_clusters = ocfs2_cow_align_length(inode->i_sb,
want_clusters    2786 fs/ocfs2/refcounttree.c 							       want_clusters);
want_clusters    2787 fs/ocfs2/refcounttree.c 			if (*cow_start + want_clusters <= rec_end)
want_clusters    2788 fs/ocfs2/refcounttree.c 				*cow_len = want_clusters;
want_clusters     580 fs/ocfs2/xattr.c 			     int *want_clusters,
want_clusters     611 fs/ocfs2/xattr.c 		*want_clusters += new_clusters;
want_clusters     620 fs/ocfs2/xattr.c 			  int *want_clusters,
want_clusters     673 fs/ocfs2/xattr.c 		*want_clusters += 1;
want_clusters     686 fs/ocfs2/xattr.c 		*want_clusters += new_clusters;
want_clusters     695 fs/ocfs2/xattr.c 		*want_clusters += new_clusters;