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

/linux-master/fs/jfs/
H A Djfs_logmgr.c180 static int lbmIOWait(struct lbuf * bp, int flag);
1373 if ((rc = lbmIOWait(bp, 0)))
1383 if ((rc = lbmIOWait(bpsuper, lbmFREE)))
1660 lbmIOWait(log->bp, lbmFREE);
1675 rc = lbmIOWait(bpsuper, lbmFREE);
1762 rc = lbmIOWait(bpsuper, lbmFREE);
2141 * lbmIOWait()
2143 static int lbmIOWait(struct lbuf * bp, int flag) function
2402 if ((rc = lbmIOWait(bp, 0)))
2445 if ((rc = lbmIOWait(b
[all...]

Completed in 173 milliseconds