Lines Matching refs:new_de
1569 const struct NTFS_DE *new_de, in indx_insert_into_root() argument
1600 new_de_size = le16_to_cpu(new_de->size); in indx_insert_into_root()
1612 e = hdr_insert_de(indx, hdr, new_de, root_de, ctx); in indx_insert_into_root()
1745 err = indx_insert_entry(indx, ni, new_de, ctx, fnd, undo); in indx_insert_into_root()
1753 e = hdr_insert_de(indx, hdr, new_de, NULL, ctx); in indx_insert_into_root()
1782 struct INDEX_ROOT *root, const struct NTFS_DE *new_de, in indx_insert_into_buffer() argument
1800 e = hdr_insert_de(indx, hdr1, new_de, e, ctx); in indx_insert_into_buffer()
1877 (*indx->cmp)(new_de + 1, le16_to_cpu(new_de->key_size), in indx_insert_into_buffer()
1882 new_de, NULL, ctx); in indx_insert_into_buffer()
1929 const struct NTFS_DE *new_de, const void *ctx, in indx_insert_entry() argument
1958 err = indx_find(indx, ni, root, new_de + 1, in indx_insert_entry()
1959 le16_to_cpu(new_de->key_size), ctx, &diff, &e, in indx_insert_entry()
1975 err = indx_insert_into_root(indx, ni, new_de, fnd->root_de, ctx, in indx_insert_entry()
1981 err = indx_insert_into_buffer(indx, ni, root, new_de, ctx, in indx_insert_entry()