Searched refs:lbuf (Results 1 – 3 of 3) sorted by relevance
86 static struct lbuf *log_redrive_list;187 static struct lbuf *lbmAllocate(struct jfs_log * log, int);188 static void lbmFree(struct lbuf * bp);189 static void lbmfree(struct lbuf * bp);190 static int lbmRead(struct jfs_log * log, int pn, struct lbuf ** bpp);191 static void lbmWrite(struct jfs_log * log, struct lbuf * bp, int flag, int cant_block);192 static void lbmDirectWrite(struct jfs_log * log, struct lbuf * bp, int flag);193 static int lbmIOWait(struct lbuf * bp, int flag);195 static void lbmStartIO(struct lbuf * bp);361 struct lbuf *bp; /* dst log page buffer */ in lmWriteRecord()[all …]
381 struct lbuf *lbuf_free; /* 4: free lbufs */388 struct lbuf *bp; /* 4: current log page buffer */411 struct lbuf *wqueue; /* 4: log pageout queue */447 struct lbuf { struct455 struct lbuf *l_wqnext; /* 4: write queue link */ argument456 struct lbuf *l_freelist; /* 4: freelistlink */ argument
58 struct lbuf *bp;