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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/jfs/
H A Djfs_logmgr.c83 static struct lbuf *log_redrive_list; variable in typeref:struct:lbuf
1976 bp->l_redrive_next = log_redrive_list;
1977 log_redrive_list = bp;
2349 while ((bp = log_redrive_list) != 0) {
2350 log_redrive_list = bp->l_redrive_next;

Completed in 52 milliseconds