Lines Matching refs:new_de
1574 const struct NTFS_DE *new_de, in indx_insert_into_root() argument
1605 new_de_size = le16_to_cpu(new_de->size); in indx_insert_into_root()
1617 e = hdr_insert_de(indx, hdr, new_de, root_de, ctx); in indx_insert_into_root()
1750 err = indx_insert_entry(indx, ni, new_de, ctx, fnd, undo); in indx_insert_into_root()
1758 e = hdr_insert_de(indx, hdr, new_de, NULL, ctx); in indx_insert_into_root()
1787 struct INDEX_ROOT *root, const struct NTFS_DE *new_de, in indx_insert_into_buffer() argument
1805 e = hdr_insert_de(indx, hdr1, new_de, e, ctx); in indx_insert_into_buffer()
1882 (*indx->cmp)(new_de + 1, le16_to_cpu(new_de->key_size), in indx_insert_into_buffer()
1887 new_de, NULL, ctx); in indx_insert_into_buffer()
1934 const struct NTFS_DE *new_de, const void *ctx, in indx_insert_entry() argument
1963 err = indx_find(indx, ni, root, new_de + 1, in indx_insert_entry()
1964 le16_to_cpu(new_de->key_size), ctx, &diff, &e, in indx_insert_entry()
1980 err = indx_insert_into_root(indx, ni, new_de, fnd->root_de, ctx, in indx_insert_entry()
1986 err = indx_insert_into_buffer(indx, ni, root, new_de, ctx, in indx_insert_entry()