Home
last modified time | relevance | path

Searched defs:fs_file (Results 1 – 3 of 3) sorted by relevance

/titanic_50/usr/src/grub/grub-0.97/stage2/
H A Dvstafs.h66 struct fs_file struct
68 unsigned long prev;
69 unsigned long rev;
70 unsigned long len;
71 unsigned short type;
72 unsigned short nlink;
73 struct prot pprot;
74 unsigned int owner;
75 unsigned int extents;
76 struct alloc blocks[32];
[all …]
/titanic_50/usr/src/lib/libbc/inc/include/
H A Dfstab.h50 char *fs_file; /* file system path prefix */ member
/titanic_50/usr/src/lib/libbc/libc/gen/common/
H A Dfstab.c35 static FILE *fs_file; variable