Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dufs_panic.c1440 f->uf_vfs_ufsfxp->fx_current = f; in sf_queue()
1485 replica = f->uf_vfs_ufsfxp && f->uf_vfs_ufsfxp->fx_current != NULL && in sf_found_queue()
1486 f->uf_vfs_ufsfxp->fx_current != f && in sf_found_queue()
1487 !terminal_state(f->uf_vfs_ufsfxp->fx_current->uf_s); in sf_found_queue()
1616 if (!f->uf_vfs_ufsfxp->fx_current) in sf_set_trylck()
1617 f->uf_vfs_ufsfxp->fx_current = f; in sf_set_trylck()
1912 f->uf_vfs_ufsfxp->fx_current = NULL; in sf_term_cmn()
1936 if (f->uf_vfs_ufsfxp && f->uf_vfs_ufsfxp->fx_current && in sf_term_cmn()
1937 f->uf_vfs_ufsfxp->fx_current != f && in sf_term_cmn()
1939 f->uf_vfs_ufsfxp->fx_current->uf_s)) { in sf_term_cmn()
[all …]
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dufs_panic.h116 ufs_failure_t *fx_current; /* currently being fixed */ member