pcdir_lfn
struct pcdir_lfn *lep;
lep = (struct pcdir_lfn *)&bpcdir[i];
lep = (struct pcdir_lfn *)&bpcdir[0];
ASSERT(sizeof (struct pcdir_lfn) == 32);
static int get_long_fn_chunk(struct pcdir_lfn *ep, char *buf);
set_long_fn_chunk(struct pcdir_lfn *ep, char *buf, int len)
get_long_fn_chunk(struct pcdir_lfn *ep, char *buf)
struct pcdir_lfn *lep = (struct pcdir_lfn *)ep;
lep = (struct pcdir_lfn *)ep;
(((((struct pcdir_lfn *)(x))->pcdl_ordinal & ~0x40) > 0) && \
((((struct pcdir_lfn *)(x))->pcdl_ordinal & ~0x40) <= 20))
extern void set_long_fn_chunk(struct pcdir_lfn *, char *, int);