Searched refs:root_size (Results 1 – 3 of 3) sorted by relevance
45 __u64 root_size; member
1585 u32 root_size, new_root_size; in indx_insert_into_root() local1606 root_size = le32_to_cpu(attr->res.data_size); in indx_insert_into_root()1664 ds_root = new_root_size - root_size; in indx_insert_into_root()2252 u32 e_size, root_size, new_root_size; in indx_delete_entry() local2582 root_size = le32_to_cpu(attr->res.data_size); in indx_delete_entry()2586 if (new_root_size != root_size && in indx_delete_entry()2587 !mi_resize_attr(mi, attr, new_root_size - root_size)) { in indx_delete_entry()
425 root_obj.size = le32_to_cpu(dr->root_size); in adfs_fill_super()