Home
last modified time | relevance | path

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

/linux/fs/xfs/
H A Dxfs_log_priv.h735 static inline __be32 *xlog_cycle_data(struct xlog_rec_header *rhead, unsigned i) in xlog_cycle_data() function
H A Dxfs_log.c1487 *xlog_cycle_data(rhead, i) = *(__be32 *)dp; in xlog_pack_data()
3273 clientid = xlog_get_client_id(*xlog_cycle_data(rhead, idx)); in xlog_verify_iclog()
3289 op_len = be32_to_cpu(*xlog_cycle_data(rhead, idx)); in xlog_verify_iclog()
H A Dxfs_log_recover.c2868 *(__be32 *)dp = *xlog_cycle_data(rhead, i); in xlog_unpack_data()