Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/fs/ufs/
H A Dufs_panic.c1441 f->uf_vfs_ufsfxp->fx_current = f; in sf_queue()
1486 replica = f->uf_vfs_ufsfxp && f->uf_vfs_ufsfxp->fx_current != NULL && in sf_found_queue()
1487 f->uf_vfs_ufsfxp->fx_current != f && in sf_found_queue()
1488 !terminal_state(f->uf_vfs_ufsfxp->fx_current->uf_s); in sf_found_queue()
1617 if (!f->uf_vfs_ufsfxp->fx_current) in sf_set_trylck()
1618 f->uf_vfs_ufsfxp->fx_current = f; in sf_set_trylck()
1913 f->uf_vfs_ufsfxp->fx_current = NULL; in sf_term_cmn()
1937 if (f->uf_vfs_ufsfxp && f->uf_vfs_ufsfxp->fx_current && in sf_term_cmn()
1938 f->uf_vfs_ufsfxp->fx_current != f && in sf_term_cmn()
1940 f->uf_vfs_ufsfxp->fx_current->uf_s)) { in sf_term_cmn()
[all …]
/titanic_41/usr/src/uts/common/sys/fs/
H A Dufs_panic.h118 ufs_failure_t *fx_current; /* currently being fixed */ member