Searched refs:new_root_size (Results 1 – 1 of 1) sorted by relevance
1585 u32 root_size, new_root_size; in indx_insert_into_root() local1662 new_root_size = sizeof(struct INDEX_ROOT) + sizeof(struct NTFS_DE) + in indx_insert_into_root()1664 ds_root = new_root_size - root_size; in indx_insert_into_root()1683 cpu_to_le32(new_root_size - offsetof(struct INDEX_ROOT, ihdr)); in indx_insert_into_root()2252 u32 e_size, root_size, new_root_size; in indx_delete_entry() local2583 new_root_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()2605 new_root_size - offsetof(struct INDEX_ROOT, ihdr)); in indx_delete_entry()