Home
last modified time | relevance | path

Searched refs:PCFS_BOOTPART (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/pcfs/
H A Dpc_vnops.c608 else if (fsp->pcfs_flags & PCFS_BOOTPART) { in pcfs_getattr()
618 if (fsp->pcfs_flags & PCFS_BOOTPART) { in pcfs_getattr()
749 if (fsp->pcfs_flags & PCFS_BOOTPART) { in pcfs_setattr()
873 if (fsp->pcfs_flags & PCFS_BOOTPART) { in pcfs_access()
1074 if (fsp->pcfs_flags & PCFS_BOOTPART) { in pcfs_create()
1152 if (fsp->pcfs_flags & PCFS_BOOTPART) { in pcfs_remove()
1235 if (fsp->pcfs_flags & PCFS_BOOTPART) { in pcfs_mkdir()
1279 if (fsp->pcfs_flags & PCFS_BOOTPART) { in pcfs_rmdir()
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dpc_fs.h443 #define PCFS_BOOTPART 0x1000 /* boot partition type */ macro