Searched refs:ohead (Results 1 - 3 of 3) sorted by relevance

/linux-master/fs/xfs/
H A Dxfs_log_recover.c2309 struct xlog_op_header *ohead)
2315 tid = be32_to_cpu(ohead->oh_tid);
2326 if (!(ohead->oh_flags & XLOG_START_TRANS))
2329 ASSERT(be32_to_cpu(ohead->oh_len) == 0);
2354 struct xlog_op_header *ohead,
2365 if (ohead->oh_clientid != XFS_TRANSACTION &&
2366 ohead->oh_clientid != XFS_LOG) {
2368 __func__, ohead->oh_clientid);
2376 len = be32_to_cpu(ohead->oh_len);
2383 trans = xlog_recover_ophdr_to_trans(rhash, rhead, ohead);
2306 xlog_recover_ophdr_to_trans( struct hlist_head rhash[], struct xlog_rec_header *rhead, struct xlog_op_header *ohead) argument
2350 xlog_recover_process_ophdr( struct xlog *log, struct hlist_head rhash[], struct xlog_rec_header *rhead, struct xlog_op_header *ohead, char *dp, char *end, int pass, struct list_head *buffer_list) argument
2442 struct xlog_op_header *ohead; local
[all...]
/linux-master/security/smack/
H A Dsmack_lsm.c353 * @ohead: old rules header pointer
358 static int smk_copy_rules(struct list_head *nhead, struct list_head *ohead, argument
365 list_for_each_entry_rcu(orp, ohead, list) {
380 * @ohead: old rules header pointer
385 static int smk_copy_relabel(struct list_head *nhead, struct list_head *ohead, argument
391 list_for_each_entry(oklep, ohead, list) {
/linux-master/fs/ceph/
H A Dmds_client.c2957 struct ceph_mds_request_head_old *ohead; local
2961 ohead = (struct ceph_mds_request_head_old *)p;
2962 return (struct ceph_mds_request_head_legacy *)&ohead->oldest_client_tid;
3116 struct ceph_mds_request_head_old *ohead = msg->front.iov_base; local
3119 ohead->version = cpu_to_le16(1);
3120 p = msg->front.iov_base + sizeof(*ohead);

Completed in 218 milliseconds