Searched refs:new_root_size (Results 1 – 1 of 1) sorted by relevance
1477 u32 root_size, new_root_size; in indx_insert_into_root() local1554 new_root_size = sizeof(struct INDEX_ROOT) + sizeof(struct NTFS_DE) + in indx_insert_into_root()1556 ds_root = new_root_size - root_size; in indx_insert_into_root()1575 cpu_to_le32(new_root_size - offsetof(struct INDEX_ROOT, ihdr)); in indx_insert_into_root()2144 u32 e_size, root_size, new_root_size; in indx_delete_entry() local2475 new_root_size = in indx_delete_entry()2478 if (new_root_size != root_size && in indx_delete_entry()2479 !mi_resize_attr(mi, attr, new_root_size - root_size)) { in indx_delete_entry()2497 new_root_size - offsetof(struct INDEX_ROOT, ihdr)); in indx_delete_entry()