Searched refs:rhead (Results 1 – 5 of 5) sorted by relevance
/fs/xfs/ |
D | xfs_log_recover.c | 777 struct xlog_rec_header **rhead, in xlog_rseek_logrec_hdr() argument 800 *rhead = (struct xlog_rec_header *) offset; in xlog_rseek_logrec_hdr() 821 *rhead = (struct xlog_rec_header *) offset; in xlog_rseek_logrec_hdr() 851 struct xlog_rec_header **rhead, in xlog_seek_logrec_hdr() argument 874 *rhead = (struct xlog_rec_header *) offset; in xlog_seek_logrec_hdr() 894 *rhead = (struct xlog_rec_header *) offset; in xlog_seek_logrec_hdr() 1033 struct xlog_rec_header **rhead, /* ptr to last record */ in xlog_verify_head() argument 1086 buffer, rhead_blk, rhead, wrapped); in xlog_verify_head() 1102 *tail_blk = BLOCK_LSN(be64_to_cpu((*rhead)->h_tail_lsn)); in xlog_verify_head() 1112 be32_to_cpu((*rhead)->h_size)); in xlog_verify_head() [all …]
|
D | xfs_log_priv.h | 494 extern __le32 xlog_cksum(struct xlog *log, struct xlog_rec_header *rhead,
|
D | xfs_log.c | 1779 struct xlog_rec_header *rhead, in xlog_cksum() argument 1786 crc = xfs_start_cksum_update((char *)rhead, in xlog_cksum() 1792 union xlog_in_core2 *xhdr = (union xlog_in_core2 *)rhead; in xlog_cksum()
|
D | xfs_trace.h | 2224 TP_PROTO(struct xlog *log, struct xlog_rec_header *rhead, int pass), 2225 TP_ARGS(log, rhead, pass), 2235 __entry->lsn = be64_to_cpu(rhead->h_lsn); 2236 __entry->len = be32_to_cpu(rhead->h_len); 2237 __entry->num_logops = be32_to_cpu(rhead->h_num_logops);
|
/fs/ceph/ |
D | mds_client.c | 2736 struct ceph_mds_request_head_old *rhead; in __prepare_send_request() local 2763 rhead = find_old_request_head(msg->front.iov_base, in __prepare_send_request() 2766 flags = le32_to_cpu(rhead->flags); in __prepare_send_request() 2768 rhead->flags = cpu_to_le32(flags); in __prepare_send_request() 2771 rhead->ino = cpu_to_le64(ceph_ino(req->r_target_inode)); in __prepare_send_request() 2773 rhead->num_retry = req->r_attempts - 1; in __prepare_send_request() 2776 rhead->num_releases = 0; in __prepare_send_request() 2797 rhead = find_old_request_head(msg->front.iov_base, in __prepare_send_request() 2799 rhead->oldest_client_tid = cpu_to_le64(__get_oldest_tid(mdsc)); in __prepare_send_request() 2806 rhead->flags = cpu_to_le32(flags); in __prepare_send_request() [all …]
|