Searched refs:want_clusters (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/fs/ocfs2/ |
D | refcounttree.c | 2660 unsigned int want_clusters, rec_end = 0; in ocfs2_refcount_cal_cow_clusters() local 2732 want_clusters = write_len; in ocfs2_refcount_cal_cow_clusters() 2734 want_clusters = (cpos + write_len) - in ocfs2_refcount_cal_cow_clusters() 2736 if (want_clusters < contig_clusters) in ocfs2_refcount_cal_cow_clusters() 2737 want_clusters = contig_clusters; in ocfs2_refcount_cal_cow_clusters() 2757 want_clusters = ocfs2_cow_align_length(inode->i_sb, in ocfs2_refcount_cal_cow_clusters() 2758 want_clusters); in ocfs2_refcount_cal_cow_clusters() 2760 if (leaf_clusters < want_clusters) in ocfs2_refcount_cal_cow_clusters() 2763 *cow_len += want_clusters; in ocfs2_refcount_cal_cow_clusters() 2779 } else if ((rec_end - cpos) <= want_clusters) { in ocfs2_refcount_cal_cow_clusters() [all …]
|
D | namei.c | 250 int want_clusters = 0; in ocfs2_mknod() local 332 &si, &want_clusters, in ocfs2_mknod() 341 want_clusters += 1; in ocfs2_mknod() 355 status = ocfs2_reserve_clusters(osb, want_clusters, &data_ac); in ocfs2_mknod() 1763 int want_clusters = 0; in ocfs2_symlink() local 1841 status = ocfs2_calc_security_init(dir, &si, &want_clusters, in ocfs2_symlink() 1851 want_clusters += 1; in ocfs2_symlink() 1853 status = ocfs2_reserve_clusters(osb, want_clusters, &data_ac); in ocfs2_symlink()
|
D | xattr.c | 595 int *want_clusters, in ocfs2_calc_security_init() argument 626 *want_clusters += new_clusters; in ocfs2_calc_security_init() 635 int *want_clusters, in ocfs2_calc_xattr_init() argument 685 *want_clusters += 1; in ocfs2_calc_xattr_init() 698 *want_clusters += new_clusters; in ocfs2_calc_xattr_init() 707 *want_clusters += new_clusters; in ocfs2_calc_xattr_init()
|