biosdisk_ll
static struct biosdisk_ll d;
do_read(struct biosdisk_ll *d, daddr_t dblk, int num, char *buf)
readsects(struct biosdisk_ll *d, daddr_t dblk, int num, char *buf, int cold)
static int do_read(struct biosdisk_ll *, daddr_t, int, char *);
set_geometry(struct biosdisk_ll *d, struct biosdisk_extinfo *ed)
struct biosdisk_ll ll;
do_read(struct biosdisk_ll *d, daddr_t dblk, int num, char *buf)
readsects(struct biosdisk_ll *d, daddr_t dblk, int num, char *buf, int cold)
static int do_read(struct biosdisk_ll *, daddr_t, int, char *);
set_geometry(struct biosdisk_ll *d, struct biosdisk_extinfo *ed)
int set_geometry(struct biosdisk_ll *, struct biosdisk_extinfo *);
int readsects(struct biosdisk_ll *, daddr_t, int, char *, int);
struct biosdisk_ll d;