Lines Matching refs:new_de
1469 const struct NTFS_DE *new_de, in indx_insert_into_root() argument
1500 new_de_size = le16_to_cpu(new_de->size); in indx_insert_into_root()
1512 e = hdr_insert_de(indx, hdr, new_de, root_de, ctx); in indx_insert_into_root()
1645 err = indx_insert_entry(indx, ni, new_de, ctx, fnd, undo); in indx_insert_into_root()
1653 e = hdr_insert_de(indx, hdr, new_de, NULL, ctx); in indx_insert_into_root()
1682 struct INDEX_ROOT *root, const struct NTFS_DE *new_de, in indx_insert_into_buffer() argument
1699 e = hdr_insert_de(indx, hdr1, new_de, e, ctx); in indx_insert_into_buffer()
1769 (*indx->cmp)(new_de + 1, le16_to_cpu(new_de->key_size), in indx_insert_into_buffer()
1774 new_de, NULL, ctx); in indx_insert_into_buffer()
1815 const struct NTFS_DE *new_de, const void *ctx, in indx_insert_entry() argument
1844 err = indx_find(indx, ni, root, new_de + 1, in indx_insert_entry()
1845 le16_to_cpu(new_de->key_size), ctx, &diff, &e, in indx_insert_entry()
1861 err = indx_insert_into_root(indx, ni, new_de, fnd->root_de, ctx, in indx_insert_entry()
1869 err = indx_insert_into_buffer(indx, ni, root, new_de, ctx, in indx_insert_entry()