cachepc-linux

Fork of AMDESE/linux with modifications for CachePC side-channel attack
git clone https://git.sinitax.com/sinitax/cachepc-linux
Log | Files | Refs | README | LICENSE | sfeed.txt

btree.h (343B)


      1/* SPDX-License-Identifier: GPL-2.0 */
      2/*
      3 * btree.h
      4 *
      5 */
      6
      7int befs_btree_find(struct super_block *sb, const befs_data_stream *ds,
      8		    const char *key, befs_off_t *value);
      9
     10int befs_btree_read(struct super_block *sb, const befs_data_stream *ds,
     11		    loff_t key_no, size_t bufsize, char *keybuf,
     12		    size_t *keysize, befs_off_t *value);