Searched refs:want_clusters (Results 1 - 3 of 3) sorted by relevance

/linux-master/fs/ocfs2/
H A Drefcounttree.c2640 unsigned int want_clusters, rec_end = 0; local
2711 want_clusters = write_len;
2713 want_clusters = (cpos + write_len) -
2715 if (want_clusters < contig_clusters)
2716 want_clusters = contig_clusters;
2733 * want_clusters to the edge of contig_clusters
2736 want_clusters = ocfs2_cow_align_length(inode->i_sb,
2737 want_clusters);
2739 if (leaf_clusters < want_clusters)
2742 *cow_len += want_clusters;
[all...]
H A Dnamei.c241 int want_clusters = 0; local
329 &si, &want_clusters,
338 want_clusters += 1;
352 status = ocfs2_reserve_clusters(osb, want_clusters, &data_ac);
1821 int want_clusters = 0; local
1905 status = ocfs2_calc_security_init(dir, &si, &want_clusters,
1915 want_clusters += 1;
1917 status = ocfs2_reserve_clusters(osb, want_clusters, &data_ac);
H A Dxattr.c574 int *want_clusters,
605 *want_clusters += new_clusters;
614 int *want_clusters,
667 *want_clusters += 1;
680 *want_clusters += new_clusters;
689 *want_clusters += new_clusters;
572 ocfs2_calc_security_init(struct inode *dir, struct ocfs2_security_xattr_info *si, int *want_clusters, int *xattr_credits, struct ocfs2_alloc_context **xattr_ac) argument
610 ocfs2_calc_xattr_init(struct inode *dir, struct buffer_head *dir_bh, umode_t mode, struct ocfs2_security_xattr_info *si, int *want_clusters, int *xattr_credits, int *want_meta) argument

Completed in 161 milliseconds