Searched refs:pcdir_lfn (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/fs/
H A Dpc_dir.h161 struct pcdir_lfn { struct
186 (((((struct pcdir_lfn *)(x))->pcdl_ordinal & ~0x40) > 0) && \
187 ((((struct pcdir_lfn *)(x))->pcdl_ordinal & ~0x40) <= 20))
304 extern void set_long_fn_chunk(struct pcdir_lfn *, char *, int);
/illumos-gate/usr/src/uts/common/fs/pcfs/
H A Dpc_vnops.c133 static int get_long_fn_chunk(struct pcdir_lfn *ep, char *buf);
2046 set_long_fn_chunk(struct pcdir_lfn *ep, char *buf, int len)
2090 get_long_fn_chunk(struct pcdir_lfn *ep, char *buf)
2170 struct pcdir_lfn *lep = (struct pcdir_lfn *)ep;
2209 lep = (struct pcdir_lfn *)ep;
H A Dpc_dir.c1381 struct pcdir_lfn *lep;
1431 lep = (struct pcdir_lfn *)&bpcdir[i];
1439 lep = (struct pcdir_lfn *)&bpcdir[0];
H A Dpc_vfsops.c185 ASSERT(sizeof (struct pcdir_lfn) == 32);

Completed in 57 milliseconds