Home
last modified time | relevance | path

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

/linux-2.6.39/fs/xfs/
Dxfs_log_recover.c190 xlog_bread( in xlog_bread() function
368 error = xlog_bread(log, mid_blk, 1, bp, &offset); in xlog_find_cycle_start()
427 error = xlog_bread(log, i, bcount, bp, &buf); in xlog_find_verify_cycle()
484 error = xlog_bread(log, start_blk, num_blks, bp, &offset); in xlog_find_verify_log_record()
501 error = xlog_bread(log, i, 1, bp, &offset); in xlog_find_verify_log_record()
608 error = xlog_bread(log, 0, 1, bp, &offset); in xlog_find_head()
615 error = xlog_bread(log, last_blk, 1, bp, &offset); in xlog_find_head()
870 error = xlog_bread(log, 0, 1, bp, &offset); in xlog_find_tail()
886 error = xlog_bread(log, i, 1, bp, &offset); in xlog_find_tail()
903 error = xlog_bread(log, i, 1, bp, &offset); in xlog_find_tail()
[all …]