Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/fs/pcfs/
H A Dpc_vnops.c607 else if (fsp->pcfs_flags & PCFS_BOOTPART) { in pcfs_getattr()
617 if (fsp->pcfs_flags & PCFS_BOOTPART) { in pcfs_getattr()
748 if (fsp->pcfs_flags & PCFS_BOOTPART) { in pcfs_setattr()
872 if (fsp->pcfs_flags & PCFS_BOOTPART) { in pcfs_access()
1073 if (fsp->pcfs_flags & PCFS_BOOTPART) { in pcfs_create()
1151 if (fsp->pcfs_flags & PCFS_BOOTPART) { in pcfs_remove()
1234 if (fsp->pcfs_flags & PCFS_BOOTPART) { in pcfs_mkdir()
1278 if (fsp->pcfs_flags & PCFS_BOOTPART) { in pcfs_rmdir()
/titanic_41/usr/src/uts/common/sys/fs/
H A Dpc_fs.h443 #define PCFS_BOOTPART 0x1000 /* boot partition type */ macro