Searched refs:fx_current (Results 1 - 2 of 2) sorted by relevance

/opensolaris-onvv-gate/usr/src/uts/common/sys/fs/
H A Dufs_panic.h118 ufs_failure_t *fx_current; /* currently being fixed */ member in struct:vfs_ufsfx
/opensolaris-onvv-gate/usr/src/uts/common/fs/ufs/
H A Dufs_panic.c1438 * UF_TRYLCK to set fx_current
1441 f->uf_vfs_ufsfxp->fx_current = f;
1486 replica = f->uf_vfs_ufsfxp && f->uf_vfs_ufsfxp->fx_current != NULL &&
1487 f->uf_vfs_ufsfxp->fx_current != f &&
1488 !terminal_state(f->uf_vfs_ufsfxp->fx_current->uf_s);
1617 if (!f->uf_vfs_ufsfxp->fx_current)
1618 f->uf_vfs_ufsfxp->fx_current = f;
1913 f->uf_vfs_ufsfxp->fx_current = NULL;
1937 if (f->uf_vfs_ufsfxp && f->uf_vfs_ufsfxp->fx_current &&
1938 f->uf_vfs_ufsfxp->fx_current !
[all...]

Completed in 104 milliseconds