Home
last modified time | relevance | path

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

/linux/fs/ocfs2/
H A Dresize.h13 int ocfs2_group_extend(struct inode * inode, int new_clusters);
H A Dxattr.c600 int new_clusters = ocfs2_clusters_for_bytes(dir->i_sb, in ocfs2_calc_security_init() local
604 new_clusters); in ocfs2_calc_security_init()
605 *want_clusters += new_clusters; in ocfs2_calc_security_init()
620 int s_size = 0, a_size = 0, acl_len = 0, new_clusters; in ocfs2_calc_xattr_init() local
676 new_clusters = ocfs2_clusters_for_bytes(dir->i_sb, in ocfs2_calc_xattr_init()
679 new_clusters); in ocfs2_calc_xattr_init()
680 *want_clusters += new_clusters; in ocfs2_calc_xattr_init()
685 new_clusters = (S_ISDIR(mode) ? 2 : 1) * in ocfs2_calc_xattr_init()
688 new_clusters); in ocfs2_calc_xattr_init()
689 *want_clusters += new_clusters; in ocfs2_calc_xattr_init()
[all …]
H A Dioctl.c862 int new_clusters; in ocfs2_ioctl() local
867 if (get_user(new_clusters, (int __user *)arg)) in ocfs2_ioctl()
873 status = ocfs2_group_extend(inode, new_clusters); in ocfs2_ioctl()
H A Dalloc.h85 u32 new_clusters,
H A Dalloc.c80 u32 new_clusters);
1360 u32 new_clusters; in ocfs2_shift_tree_depth() local
1412 new_clusters = ocfs2_sum_rightmost_rec(eb_el); in ocfs2_shift_tree_depth()
1418 root_el->l_recs[0].e_int_clusters = cpu_to_le32(new_clusters); in ocfs2_shift_tree_depth()
4718 u32 new_clusters, in ocfs2_insert_extent() argument
4730 cpos, new_clusters); in ocfs2_insert_extent()
4735 rec.e_leaf_clusters = cpu_to_le16(new_clusters); in ocfs2_insert_extent()