Home
last modified time | relevance | path

Searched refs:pc_flags (Results 1 – 12 of 12) sorted by relevance

/titanic_53/usr/src/uts/common/fs/pcfs/
H A Dpc_node.c127 ((pcp->pc_flags & PC_INVAL) == 0) && in pc_getnode()
150 pcp->pc_flags = 0; in pc_getnode()
165 pcp->pc_flags |= PC_INVAL; in pc_getnode()
178 pcp->pc_flags |= PC_INVAL; in pc_getnode()
227 pcp->pc_flags |= PC_RELEHOLD; in pc_rele()
230 if (vp->v_type != VDIR && (pcp->pc_flags & PC_INVAL) == 0) { in pc_rele()
238 } else if (pcp->pc_flags & PC_CHG) { in pc_rele()
266 pcp->pc_flags &= ~PC_RELEHOLD; in pc_rele()
318 pcp->pc_flags |= PC_CHG; in pc_mark_mod()
349 pcp->pc_flags |= (PC_CHG | PC_ACC); in pc_mark_acc()
[all …]
H A Dpc_vnops.c238 if ((pcp = VTOPC(vp)) == NULL || pcp->pc_flags & PC_INVAL) { in pcfs_read()
272 if ((pcp = VTOPC(vp)) == NULL || pcp->pc_flags & PC_INVAL) { in pcfs_write()
283 pcp->pc_flags |= PC_MOD; in pcfs_write()
448 pcp->pc_flags |= PC_CHG; in rwpcp()
470 pcp->pc_flags |= PC_INVAL; in rwpcp()
743 if ((pcp = VTOPC(vp)) == NULL || pcp->pc_flags & PC_INVAL) { in pcfs_setattr()
765 pcp->pc_flags |= PC_CHG; in pcfs_setattr()
811 pcp->pc_flags |= PC_CHG; in pcfs_setattr()
840 pcp->pc_flags |= PC_CHG; in pcfs_setattr()
863 if ((pcp = VTOPC(vp)) == NULL || pcp->pc_flags & PC_INVAL) in pcfs_access()
[all …]
H A Dpc_vfsops.c888 pcp->pc_flags |= PC_EXTERNAL; in pcfs_root()
1178 pcp->pc_flags |= PC_EXTERNAL; in pcfs_vget()
1263 pcp->pc_flags |= PC_EXTERNAL; in pcfs_vget()
H A Dpc_dir.c806 pcp->pc_flags |= PC_CHG; in pc_rename()
/titanic_53/usr/src/uts/common/io/scsi/adapters/smartpqi/
H A Dsmartpqi_hba.c231 if ((cmd->pc_flags & PQI_FLAG_DMA_VALID) != 0) { in pqi_start()
236 if (((cmd->pc_flags & PQI_FLAG_IO_IOPB) != 0) || in pqi_start()
237 ((cmd->pc_flags & PQI_FLAG_IO_READ) == 0)) { in pqi_start()
514 cmd->pc_flags &= PQI_FLAGS_PERSISTENT; in pqi_init_pkt()
531 (cmd->pc_flags & PQI_FLAG_DMA_VALID) == 0) { in pqi_init_pkt()
537 cmd->pc_flags |= PQI_FLAG_IO_READ; in pqi_init_pkt()
540 cmd->pc_flags &= ~PQI_FLAG_IO_READ; in pqi_init_pkt()
544 cmd->pc_flags |= PQI_FLAG_IO_IOPB; in pqi_init_pkt()
595 cmd->pc_flags |= PQI_FLAG_DMA_VALID; in pqi_init_pkt()
630 if ((c->pc_flags & PQI_FLAG_DMA_VALID) != 0) { in pqi_destroy_pkt()
[all …]
H A Dsmartpqi_hw.c269 if (cmd->pc_flags & PQI_FLAG_FINISHING) { in pqi_fail_drive_cmds()
483 if (cmd->pc_flags & PQI_FLAG_DMA_VALID) { in setup_aio_request()
484 if (cmd->pc_flags & PQI_FLAG_IO_READ) in setup_aio_request()
524 if (cmd->pc_flags & PQI_FLAG_DMA_VALID) { in setup_raid_request()
525 if (cmd->pc_flags & PQI_FLAG_IO_READ) in setup_raid_request()
599 if (cmd->pc_flags & (PQI_FLAG_IO_READ | PQI_FLAG_IO_IOPB)) in aio_io_complete()
617 if (cmd->pc_flags & PQI_FLAG_DMA_VALID) in aio_io_complete()
H A Dsmartpqi_util.c183 if ((cmd->pc_flags & PQI_FLAG_ABORTED) == 0) { in pqi_cmd_sm()
190 cmd->pc_flags &= ~PQI_FLAG_FINISHING; in pqi_cmd_sm()
206 cmd->pc_flags |= PQI_FLAG_ABORTED; in pqi_cmd_sm()
214 cmd->pc_flags &= ~PQI_FLAG_FINISHING; in pqi_cmd_sm()
H A Dsmartpqi_intr.c144 if (cmd->pc_flags & PQI_FLAG_ABORTED) { in pqi_process_io_intr()
150 cmd->pc_flags |= PQI_FLAG_FINISHING; in pqi_process_io_intr()
H A Dsmartpqi.h447 int pc_flags; member
/titanic_53/usr/src/uts/common/io/
H A Dpcic.c683 if (pcic != NULL && pcic->pc_flags & PCF_SUSPENDED) { in pcic_attach()
687 pcic->pc_flags &= ~PCF_SUSPENDED; in pcic_attach()
786 pcic->pc_flags = PCF_PCIBUS; in pcic_attach()
800 if (pcic->pc_flags & PCF_PCIBUS) in pcic_attach()
829 if (pcic->pc_flags & PCF_PCIBUS) { in pcic_attach()
876 pcic->pc_flags |= PCF_CARDBUS; in pcic_attach()
1056 pcic->pc_flags, pcic->pc_type); in pcic_attach()
1064 if (pcic->pc_flags & PCF_PCIBUS) { in pcic_attach()
1114 pcic->pc_flags |= PCF_IO_REMAP; in pcic_attach()
1118 pcic->pc_flags &= ~PCF_CARDBUS; in pcic_attach()
[all …]
/titanic_53/usr/src/uts/common/sys/fs/
H A Dpc_node.h56 int pc_flags; /* see below */ member
/titanic_53/usr/src/uts/common/sys/
H A Dpcic_var.h162 uint32_t pc_flags; member