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

/macosx-10.5.8/xnu-1228.15.4/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);
281 hfsmp->hfc_stage = HFC_RECORDING;
282 wakeup((caddr_t)&hfsmp->hfc_stage);
298 enum hfc_stage newstage = HFC_IDLE;
301 if (hfsmp->hfc_stage != HFC_RECORDING)
304 hfsmp->hfc_stage = HFC_BUSY;
321 hfsmp->hfc_stage
[all...]
H A Dhfs.h253 enum hfc_stage hfc_stage; /* what are we up to... */ member in struct:hfsmount
H A Dhfs_readwrite.c155 if (hfsmp->hfc_stage == HFC_RECORDING && retval == 0) {
321 if (hfsmp->hfc_stage == HFC_RECORDING) {
520 if (hfsmp->hfc_stage == HFC_RECORDING) {
2341 if (hfsmp->hfc_stage == HFC_RECORDING) {
2661 if (VTOHFS(vp)->hfc_stage == HFC_RECORDING) {
2924 if (!vnode_isswap(vp) && VTOHFS(vp)->hfc_stage == HFC_RECORDING && error == 0) {
H A Dhfs_catalog.c201 if ((hfsmp->hfc_stage == HFC_RECORDING) &&
217 if ((hfsmp->hfc_stage == HFC_RECORDING) &&
693 if ((hfsmp->hfc_stage == HFC_RECORDING) &&
712 if ((hfsmp->hfc_stage == HFC_RECORDING) &&
H A Dhfs_vnops.c3253 if ((VTOHFS(vp)->hfc_stage == HFC_RECORDING) && (error == 0)) {

Completed in 110 milliseconds