Lines Matching refs:up_e
1787 struct NTFS_DE *e, *de_t, *up_e;
1824 up_e = kmalloc(sp_size + sizeof(u64), GFP_NOFS);
1825 if (!up_e)
1827 memcpy(up_e, sp, sp_size);
1837 up_e->flags |= NTFS_IE_HAS_SUBNODES;
1838 up_e->size = cpu_to_le16(sp_size + sizeof(u64));
1841 t_vbn = de_get_vbn_le(up_e);
1860 de_set_vbn(up_e, new_vbn);
1878 up_e + 1, le16_to_cpu(up_e->key_size),
1897 err = indx_insert_into_root(indx, ni, up_e, NULL, ctx, fnd, 0);
1903 err = indx_insert_into_buffer(indx, ni, root, up_e, ctx,
1917 kfree(up_e);