Home
last modified time | relevance | path

Searched refs:dtslot_t (Results 1 – 2 of 2) sorted by relevance

/titanic_50/usr/src/grub/grub-0.97/stage2/
H A Djfs.h286 } dtslot_t; /* (32) */ typedef
352 dtslot_t slot[9];
395 dtslot_t slot[128];
H A Dfsys_jfs.c191 static dtslot_t *
195 ? (dtslot_t *)&dtroot->slot[next] in next_dslot()
196 : &((dtslot_t *)dtpage->slot)[next]; in next_dslot()
277 dtslot_t *ds; in jfs_dir()