Home
last modified time | relevance | path

Searched refs:new_clusters (Results 1 – 6 of 6) sorted by relevance

/fs/ocfs2/
Dresize.c56 int new_clusters, in ocfs2_calc_new_backup_super() argument
93 int new_clusters) in ocfs2_update_last_group_and_inode() argument
105 trace_ocfs2_update_last_group_and_inode(new_clusters, in ocfs2_update_last_group_and_inode()
118 num_bits = new_clusters * cl_bpc; in ocfs2_update_last_group_and_inode()
130 new_clusters, in ocfs2_update_last_group_and_inode()
151 le32_add_cpu(&fe->i_clusters, new_clusters); in ocfs2_update_last_group_and_inode()
160 le64_add_cpu(&fe->i_size, new_clusters << osb->s_clustersize_bits); in ocfs2_update_last_group_and_inode()
170 new_clusters, in ocfs2_update_last_group_and_inode()
223 int new_clusters) in ocfs2_update_super_and_backups() argument
243 le32_add_cpu(&super_di->i_clusters, new_clusters); in ocfs2_update_super_and_backups()
[all …]
Dresize.h29 int ocfs2_group_extend(struct inode * inode, int new_clusters);
Dxattr.c614 int new_clusters = ocfs2_clusters_for_bytes(dir->i_sb, in ocfs2_calc_security_init() local
618 new_clusters); in ocfs2_calc_security_init()
619 *want_clusters += new_clusters; in ocfs2_calc_security_init()
634 int s_size = 0, a_size = 0, acl_len = 0, new_clusters; in ocfs2_calc_xattr_init() local
687 new_clusters = ocfs2_clusters_for_bytes(dir->i_sb, in ocfs2_calc_xattr_init()
690 new_clusters); in ocfs2_calc_xattr_init()
691 *want_clusters += new_clusters; in ocfs2_calc_xattr_init()
696 new_clusters = (S_ISDIR(mode) ? 2 : 1) * in ocfs2_calc_xattr_init()
699 new_clusters); in ocfs2_calc_xattr_init()
700 *want_clusters += new_clusters; in ocfs2_calc_xattr_init()
[all …]
Dioctl.c886 int new_clusters; in ocfs2_ioctl() local
926 if (get_user(new_clusters, (int __user *)arg)) in ocfs2_ioctl()
929 return ocfs2_group_extend(inode, new_clusters); in ocfs2_ioctl()
Dalloc.h100 u32 new_clusters,
Dalloc.c95 u32 new_clusters);
1346 u32 new_clusters; in ocfs2_shift_tree_depth() local
1388 new_clusters = ocfs2_sum_rightmost_rec(eb_el); in ocfs2_shift_tree_depth()
1394 root_el->l_recs[0].e_int_clusters = cpu_to_le32(new_clusters); in ocfs2_shift_tree_depth()
4669 u32 new_clusters, in ocfs2_insert_extent() argument
4681 cpos, new_clusters); in ocfs2_insert_extent()
4686 rec.e_leaf_clusters = cpu_to_le16(new_clusters); in ocfs2_insert_extent()