Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/sys/fs/
H A Dufs_panic.h109 #define uf_next uf_chain[0] macro
/titanic_50/usr/src/uts/common/fs/ufs/
H A Dufs_panic.c888 for (f = ufs_fix.uq_ufhead; f; f = f->uf_next) { in ufsfx_unmount()
953 for (f = ufs_fix.uq_ufhead; f; f = f->uf_next) { in ufsfx_unlockfs()
1015 for (f = ufs_fix.uq_ufhead; f; f = f->uf_next) { in ufsfx_lockfs()
1140 for (f = ufs_fix.uq_ufhead; f; f = f->uf_next) { in ufsfx_do_failure_q()
2481 for (f = ufs_fix.uq_ufhead, i = 1; f; f = f->uf_next, i++) { in dump_uf_list()
2511 (void *)f->uf_next, (void *)f->uf_prev); in dump_uf()
2566 for (f = ufs_fix.uq_ufhead; f; f = f->uf_next) { in ufsfx_get_failure_qlen()