Lines Matching refs:mips_volheader
58 static int mipsvh_cksum(struct mips_volheader *);
59 static void read_volheader(const char *, struct mips_volheader *);
60 static void write_volheader(const char *, struct mips_volheader *);
61 static struct mips_voldir *voldir_findfile(struct mips_volheader *,
130 struct mips_volheader vh; in do_list()
147 struct mips_volheader vh; in do_remove()
165 struct mips_volheader vh; in do_install()
235 read_volheader(const char *disk, struct mips_volheader *vhp) in read_volheader()
262 write_volheader(const char *disk, struct mips_volheader *vhp) in write_volheader()
293 mipsvh_cksum(struct mips_volheader *vhp) in mipsvh_cksum()
313 voldir_findfile(struct mips_volheader *vhp, const char *file, int create) in voldir_findfile()