Home
last modified time | relevance | path

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

/linux-4.19.296/fs/ocfs2/
Drefcounttree.c2648 unsigned int want_clusters, rec_end = 0; in ocfs2_refcount_cal_cow_clusters() local
2719 want_clusters = write_len; in ocfs2_refcount_cal_cow_clusters()
2721 want_clusters = (cpos + write_len) - in ocfs2_refcount_cal_cow_clusters()
2723 if (want_clusters < contig_clusters) in ocfs2_refcount_cal_cow_clusters()
2724 want_clusters = contig_clusters; in ocfs2_refcount_cal_cow_clusters()
2744 want_clusters = ocfs2_cow_align_length(inode->i_sb, in ocfs2_refcount_cal_cow_clusters()
2745 want_clusters); in ocfs2_refcount_cal_cow_clusters()
2747 if (leaf_clusters < want_clusters) in ocfs2_refcount_cal_cow_clusters()
2750 *cow_len += want_clusters; in ocfs2_refcount_cal_cow_clusters()
2766 } else if ((rec_end - cpos) <= want_clusters) { in ocfs2_refcount_cal_cow_clusters()
[all …]
Dnamei.c254 int want_clusters = 0; in ocfs2_mknod() local
341 &si, &want_clusters, in ocfs2_mknod()
350 want_clusters += 1; in ocfs2_mknod()
364 status = ocfs2_reserve_clusters(osb, want_clusters, &data_ac); in ocfs2_mknod()
1812 int want_clusters = 0; in ocfs2_symlink() local
1895 status = ocfs2_calc_security_init(dir, &si, &want_clusters, in ocfs2_symlink()
1905 want_clusters += 1; in ocfs2_symlink()
1907 status = ocfs2_reserve_clusters(osb, want_clusters, &data_ac); in ocfs2_symlink()
Dxattr.c588 int *want_clusters, in ocfs2_calc_security_init() argument
619 *want_clusters += new_clusters; in ocfs2_calc_security_init()
628 int *want_clusters, in ocfs2_calc_xattr_init() argument
681 *want_clusters += 1; in ocfs2_calc_xattr_init()
694 *want_clusters += new_clusters; in ocfs2_calc_xattr_init()
703 *want_clusters += new_clusters; in ocfs2_calc_xattr_init()