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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/xfs/
H A Dxfs_log_recover.c99 xlog_bread( function
124 xfs_ioerror_alert("xlog_bread", log->l_mp,
311 if ((error = xlog_bread(log, mid_blk, 1, bp)))
369 if ((error = xlog_bread(log, i, bcount, bp)))
426 if ((error = xlog_bread(log, start_blk, num_blks, bp)))
443 if ((error = xlog_bread(log, i, 1, bp)))
550 if ((error = xlog_bread(log, 0, 1, bp)))
556 if ((error = xlog_bread(log, last_blk, 1, bp)))
808 if ((error = xlog_bread(log, 0, 1, bp)))
823 if ((error = xlog_bread(lo
[all...]
H A Dxfs_log_priv.h497 extern int xlog_bread(xlog_t *, xfs_daddr_t, int, struct xfs_buf *);

Completed in 101 milliseconds