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

/opensolaris-onvv-gate/usr/src/uts/common/sys/fs/
H A Dufs_panic.h109 #define uf_next uf_chain[0] macro
/opensolaris-onvv-gate/usr/src/uts/common/fs/ufs/
H A Dufs_panic.c888 for (f = ufs_fix.uq_ufhead; f; f = f->uf_next) {
953 for (f = ufs_fix.uq_ufhead; f; f = f->uf_next) {
1015 for (f = ufs_fix.uq_ufhead; f; f = f->uf_next) {
1140 for (f = ufs_fix.uq_ufhead; f; f = f->uf_next) {
2481 for (f = ufs_fix.uq_ufhead, i = 1; f; f = f->uf_next, i++) {
2511 (void *)f->uf_next, (void *)f->uf_prev);
2566 for (f = ufs_fix.uq_ufhead; f; f = f->uf_next) {

Completed in 104 milliseconds