2 * Copyright 2000-2002 by Hans Reiser, licensing governed by reiserfs/README
4 * GRUB -- GRand Unified Bootloader
5 * Copyright (C) 2000, 2001 Free Software Foundation, Inc.
7 * (C) Copyright 2003 Sysgo Real-Time Solutions, AG <www.elinos.com>
8 * Pavel Bartusek <pba@sysgo.de>
10 * SPDX-License-Identifier: GPL-2.0+
13 /* An implementation for the ReiserFS filesystem ported from GRUB.
14 * Some parts of this code (mainly the structures and defines) are
15 * from the original reiser fs code, as found in the linux kernel.
19 #define SECTOR_SIZE 0x200
66 extern void reiserfs_set_blk_dev(block_dev_desc_t *rbdd, disk_partition_t *info);
67 extern int reiserfs_ls (char *dirname);
68 extern int reiserfs_open (char *filename);
69 extern int reiserfs_read (char *buf, unsigned len);
70 extern int reiserfs_mount (unsigned part_length);