Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/fs/
H A Dpc_dir.h181 #define PCDL_LFN_BITS (PCA_RDONLY | PCA_HIDDEN | PCA_SYSTEM | PCA_LABEL)
203 #define PCA_LABEL 0x08 /* entry contains the volume label */ macro
212 ((((attr) & PCA_LABEL) == PCA_LABEL) || \
/illumos-gate/usr/src/cmd/fs.d/pcfs/fstyp/
H A Dfstyp.c469 ((d->pcd_attr & (PCA_LABEL | PCA_DIR)) == PCA_LABEL) && in dir_find_label()
/illumos-gate/usr/src/cmd/fs.d/pcfs/fsck/
H A Ddir.c419 if (dp->pcd_attr & PCA_LABEL) { in catalogEntry()
/illumos-gate/usr/src/uts/common/fs/pcfs/
H A Dpc_vfsops.c1255 ((ep->pcd_attr & PCA_LABEL) == PCA_LABEL)) { in pcfs_vget()
H A Dpc_vnops.c604 else if (attr & PCA_LABEL) in pcfs_getattr()
/illumos-gate/usr/src/cmd/fs.d/pcfs/mkfs/
H A Dmkfs.c3024 entry->pcd_attr = PCA_ARCH | PCA_LABEL; in build_rootdir()