Home
last modified time | relevance | path

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

/fs/xfs/
Dxfs_log_recover.c201 xlog_bread( in xlog_bread() function
408 error = xlog_bread(log, mid_blk, 1, bp, &offset); in xlog_find_cycle_start()
469 error = xlog_bread(log, i, bcount, bp, &buf); in xlog_find_verify_cycle()
526 error = xlog_bread(log, start_blk, num_blks, bp, &offset); in xlog_find_verify_log_record()
543 error = xlog_bread(log, i, 1, bp, &offset); in xlog_find_verify_log_record()
652 error = xlog_bread(log, 0, 1, bp, &offset); in xlog_find_head()
659 error = xlog_bread(log, last_blk, 1, bp, &offset); in xlog_find_head()
914 error = xlog_bread(log, 0, 1, bp, &offset); in xlog_find_tail()
930 error = xlog_bread(log, i, 1, bp, &offset); in xlog_find_tail()
947 error = xlog_bread(log, i, 1, bp, &offset); in xlog_find_tail()
[all …]