Searched defs:jfs (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/grub/grub-0.97/stage2/
H A Dfsys_jfs.c25 #include "jfs.h"
47 static struct jfs_info jfs; variable in typeref:struct:jfs_info
71 jfs.xindex = 2;
73 jfs.xad = &xtp->xad[2];
75 jfs.xlastindex = xtp->header.nextindex;
78 devread (addressXAD (jfs.xad) << jfs.bdlog, 0,
80 jfs.xad = &xtpage->xad[2];
82 jfs.xlastindex = xtpage->header.nextindex;
85 return jfs
[all...]

Completed in 21 milliseconds