Home
last modified time | relevance | path

Searched refs:PCDL_IS_LFN (Results 1 – 5 of 5) sorted by relevance

/titanic_41/usr/src/uts/common/sys/fs/
H A Dpc_dir.h188 #define PCDL_IS_LFN(x) \ macro
/titanic_41/usr/src/uts/common/fs/pcfs/
H A Dpc_dir.c514 if (PCDL_IS_LFN(ep)) { in pc_dirempty()
963 if (PCDL_IS_LFN(ep)) { in pc_findentry()
1226 if (!PCDL_IS_LFN(ep)) { in pc_remove_long_fn()
1637 if (PCDL_IS_LFN(ep) || in shortname_exists()
H A Dpc_vnops.c1412 if (PCDL_IS_LFN(ep)) { in pcfs_readdir()
2212 if (!PCDL_IS_LFN((struct pcdir *)lep)) { in pc_extract_long_fn()
2247 if (PCDL_IS_LFN(ep) || ((ep->pcd_filename[0] == PCD_UNUSED) || in pc_extract_long_fn()
H A Dpc_vfsops.c1250 (PCDL_IS_LFN(ep)) || in pcfs_vget()
/titanic_41/usr/src/cmd/fs.d/pcfs/fstyp/
H A Dfstyp.c467 if (PCDL_IS_LFN(d)) in dir_find_label()