Home
last modified time | relevance | path

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

/openbmc/linux/fs/ocfs2/
H A Dresize.c82 int new_clusters) in ocfs2_update_last_group_and_inode() argument
95 trace_ocfs2_update_last_group_and_inode(new_clusters, in ocfs2_update_last_group_and_inode()
109 num_bits = new_clusters * cl_bpc; in ocfs2_update_last_group_and_inode()
140 le32_add_cpu(&fe->i_clusters, new_clusters); in ocfs2_update_last_group_and_inode()
210 int new_clusters) in ocfs2_update_super_and_backups() argument
230 le32_add_cpu(&super_di->i_clusters, new_clusters); in ocfs2_update_super_and_backups()
274 if (new_clusters < 0) in ocfs2_group_extend()
276 else if (new_clusters == 0) in ocfs2_group_extend()
324 if (le16_to_cpu(group->bg_bits) / cl_bpc + new_clusters > in ocfs2_group_extend()
345 new_clusters); in ocfs2_group_extend()
[all …]
H A Dresize.h13 int ocfs2_group_extend(struct inode * inode, int new_clusters);
H A Dxattr.c604 new_clusters); in ocfs2_calc_security_init()
605 *want_clusters += new_clusters; in ocfs2_calc_security_init()
679 new_clusters); in ocfs2_calc_xattr_init()
680 *want_clusters += new_clusters; in ocfs2_calc_xattr_init()
688 new_clusters); in ocfs2_calc_xattr_init()
689 *want_clusters += new_clusters; in ocfs2_calc_xattr_init()
806 u32 new_clusters, in ocfs2_xattr_shrink_size() argument
818 cpos = new_clusters; in ocfs2_xattr_shrink_size()
863 if (new_clusters > old_clusters) in ocfs2_xattr_value_truncate()
3056 credits += new_clusters * in ocfs2_calc_xattr_set_need()
[all …]
H A Dioctl.c861 int new_clusters; in ocfs2_ioctl() local
866 if (get_user(new_clusters, (int __user *)arg)) in ocfs2_ioctl()
872 status = ocfs2_group_extend(inode, new_clusters); in ocfs2_ioctl()
H A Dalloc.h85 u32 new_clusters,
H A Dalloc.c80 u32 new_clusters);
1353 u32 new_clusters; in ocfs2_shift_tree_depth() local
1405 new_clusters = ocfs2_sum_rightmost_rec(eb_el); in ocfs2_shift_tree_depth()
1411 root_el->l_recs[0].e_int_clusters = cpu_to_le32(new_clusters); in ocfs2_shift_tree_depth()
4703 u32 new_clusters, in ocfs2_insert_extent() argument
4715 cpos, new_clusters); in ocfs2_insert_extent()
4720 rec.e_leaf_clusters = cpu_to_le16(new_clusters); in ocfs2_insert_extent()
/openbmc/qemu/tests/image-fuzzer/qcow2/
H A Dlayout.py433 table_clusters, block_ids, new_clusters = \
439 block_clusters |= new_clusters