Home
last modified time | relevance | path

Searched refs:PCD_UNUSED (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/fs/
H A Dpc_dir.h194 #define PCD_UNUSED ((char)0x00) /* entry has never been used */ macro
/illumos-gate/usr/src/uts/common/fs/pcfs/
H A Dpc_dir.c533 if (c == PCD_UNUSED) in pc_dirempty()
948 if ((ep->pcd_filename[0] == PCD_UNUSED) || in pc_findentry()
962 if (ep->pcd_filename[0] == PCD_UNUSED) in pc_findentry()
1309 if ((ep->pcd_filename[0] == PCD_UNUSED) || in pc_find_free_space()
1648 if (ep->pcd_filename[0] == PCD_UNUSED) in shortname_exists()
H A Dpc_vnops.c1399 if (ep->pcd_filename[0] == PCD_UNUSED) { in pcfs_readdir()
2248 if (PCDL_IS_LFN(ep) || ((ep->pcd_filename[0] == PCD_UNUSED) || in pc_extract_long_fn()
/illumos-gate/usr/src/cmd/fs.d/pcfs/fstyp/
H A Dfstyp.c467 if ((d->pcd_filename[0] != PCD_UNUSED) && in dir_find_label()
/illumos-gate/usr/src/cmd/fs.d/pcfs/fsck/
H A Ddir.c506 dp->pcd_filename[0] != PCD_UNUSED) { in visitNodes()
H A Dclusters.c791 dp->pcd_filename[0] = PCD_UNUSED; in setEndOfDirectory()