Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/fs/
H A Dpc_dir.h159 struct pcdir_lfn { struct
184 (((((struct pcdir_lfn *)(x))->pcdl_ordinal & ~0x40) > 0) && \ argument
185 ((((struct pcdir_lfn *)(x))->pcdl_ordinal & ~0x40) <= 20))
302 extern void set_long_fn_chunk(struct pcdir_lfn *, char *, int);
/illumos-gate/usr/src/uts/common/fs/pcfs/
H A Dpc_vnops.c134 static int get_long_fn_chunk(struct pcdir_lfn *ep, char *buf);
2047 set_long_fn_chunk(struct pcdir_lfn *ep, char *buf, int len) in set_long_fn_chunk()
2091 get_long_fn_chunk(struct pcdir_lfn *ep, char *buf) in get_long_fn_chunk()
2171 struct pcdir_lfn *lep = (struct pcdir_lfn *)ep; in pc_extract_long_fn()
2210 lep = (struct pcdir_lfn *)ep; in pc_extract_long_fn()
H A Dpc_dir.c1381 struct pcdir_lfn *lep; in pc_name_to_pcdir()
1431 lep = (struct pcdir_lfn *)&bpcdir[i]; in pc_name_to_pcdir()
1439 lep = (struct pcdir_lfn *)&bpcdir[0]; in pc_name_to_pcdir()
H A Dpc_vfsops.c188 ASSERT(sizeof (struct pcdir_lfn) == 32); in _init()