Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/fs/pcfs/
H A Dpc_node.c129 ((pcp->pc_flags & PC_INVAL) == 0) && in pc_getnode()
153 pcp->pc_flags = 0; in pc_getnode()
168 pcp->pc_flags |= PC_INVAL; in pc_getnode()
181 pcp->pc_flags |= PC_INVAL; in pc_getnode()
230 pcp->pc_flags |= PC_RELEHOLD; in pc_rele()
233 if (vp->v_type != VDIR && (pcp->pc_flags & PC_INVAL) == 0) { in pc_rele()
241 } else if (pcp->pc_flags & PC_CHG) { in pc_rele()
269 pcp->pc_flags &= ~PC_RELEHOLD; in pc_rele()
321 pcp->pc_flags |= PC_CHG; in pc_mark_mod()
352 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_41/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_41/usr/src/uts/common/sys/fs/
H A Dpc_node.h56 int pc_flags; /* see below */ member
/titanic_41/usr/src/uts/common/sys/
H A Dpcic_var.h162 uint32_t pc_flags; member