Searched refs:hfc_stage (Results 1 - 6 of 6) sorted by relevance

/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_hotfiles.h61 enum hfc_stage { enum
H A Dhfs_hotfiles.c179 if (hfsmp->hfc_stage != HFC_IDLE) {
182 hfsmp->hfc_stage = HFC_BUSY;
238 hfsmp->hfc_stage = HFC_IDLE;
239 wakeup((caddr_t)&hfsmp->hfc_stage);
269 hfsmp->hfc_stage = HFC_IDLE;
270 wakeup((caddr_t)&hfsmp->hfc_stage);
288 hfsmp->hfc_stage = HFC_RECORDING;
289 wakeup((caddr_t)&hfsmp->hfc_stage);
305 enum hfc_stage newstage = HFC_IDLE;
308 if (hfsmp->hfc_stage !
[all...]
H A Dhfs.h304 enum hfc_stage hfc_stage; /* what are we up to... */ member in struct:hfsmount
H A Dhfs_readwrite.c155 if (VTOHFS(vp)->hfc_stage == HFC_RECORDING) {
225 if (hfsmp->hfc_stage == HFC_RECORDING && retval == 0) {
501 if (hfsmp->hfc_stage == HFC_RECORDING) {
729 if (hfsmp->hfc_stage == HFC_RECORDING) {
2875 if (hfsmp->hfc_stage == HFC_RECORDING) {
3419 if (VTOHFS(vp)->hfc_stage == HFC_RECORDING) {
3883 if (VTOHFS(vp)->hfc_stage == HFC_RECORDING) {
3934 if ( !vnode_isswap(vp) && VTOHFS(vp)->hfc_stage == HFC_RECORDING && error == 0) {
H A Dhfs_catalog.c202 if ((hfsmp->hfc_stage == HFC_RECORDING) &&
218 if ((hfsmp->hfc_stage == HFC_RECORDING) &&
771 if ((hfsmp->hfc_stage == HFC_RECORDING) &&
790 if ((hfsmp->hfc_stage == HFC_RECORDING) &&
H A Dhfs_vnops.c4822 if ((VTOHFS(vp)->hfc_stage == HFC_RECORDING) && (error == 0)) {

Completed in 99 milliseconds