Searched refs:pcdl_ordinal (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/fs/
H A Dpc_dir.h162 uchar_t pcdl_ordinal; /* lfn order. First is 01, next 02, */ member in struct:pcdir_lfn
182 #define PCDL_IS_LAST_LFN(x) ((x->pcdl_ordinal) & 0x40)
186 (((((struct pcdir_lfn *)(x))->pcdl_ordinal & ~0x40) > 0) && \
187 ((((struct pcdir_lfn *)(x))->pcdl_ordinal & ~0x40) <= 20))
/illumos-gate/usr/src/uts/common/fs/pcfs/
H A Dpc_dir.c1435 lep->pcdl_ordinal = (uchar_t)(ndirentries - i - 1);
1440 lep->pcdl_ordinal |= 0x40;
H A Dpc_vnops.c2195 for (i = (lep->pcdl_ordinal & ~0xc0); i > 0; i--) {

Completed in 213 milliseconds