Searched refs:want_clusters (Results 1 – 3 of 3) sorted by relevance
| /linux-6.15/fs/ocfs2/ |
| H A D | refcounttree.c | 2634 unsigned int want_clusters, rec_end = 0; in ocfs2_refcount_cal_cow_clusters() local 2705 want_clusters = write_len; in ocfs2_refcount_cal_cow_clusters() 2707 want_clusters = (cpos + write_len) - in ocfs2_refcount_cal_cow_clusters() 2709 if (want_clusters < contig_clusters) in ocfs2_refcount_cal_cow_clusters() 2710 want_clusters = contig_clusters; in ocfs2_refcount_cal_cow_clusters() 2731 want_clusters); in ocfs2_refcount_cal_cow_clusters() 2733 if (leaf_clusters < want_clusters) in ocfs2_refcount_cal_cow_clusters() 2736 *cow_len += want_clusters; in ocfs2_refcount_cal_cow_clusters() 2780 want_clusters); in ocfs2_refcount_cal_cow_clusters() 2781 if (*cow_start + want_clusters <= rec_end) in ocfs2_refcount_cal_cow_clusters() [all …]
|
| H A D | namei.c | 243 int want_clusters = 0; in ocfs2_mknod() local 331 &si, &want_clusters, in ocfs2_mknod() 340 want_clusters += 1; in ocfs2_mknod() 354 status = ocfs2_reserve_clusters(osb, want_clusters, &data_ac); in ocfs2_mknod() 1824 int want_clusters = 0; in ocfs2_symlink() local 1908 status = ocfs2_calc_security_init(dir, &si, &want_clusters, in ocfs2_symlink() 1918 want_clusters += 1; in ocfs2_symlink() 1920 status = ocfs2_reserve_clusters(osb, want_clusters, &data_ac); in ocfs2_symlink()
|
| H A D | xattr.c | 574 int *want_clusters, in ocfs2_calc_security_init() argument 605 *want_clusters += new_clusters; in ocfs2_calc_security_init() 614 int *want_clusters, in ocfs2_calc_xattr_init() argument 667 *want_clusters += 1; in ocfs2_calc_xattr_init() 680 *want_clusters += new_clusters; in ocfs2_calc_xattr_init() 689 *want_clusters += new_clusters; in ocfs2_calc_xattr_init()
|