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

/linux-master/fs/xfs/
H A Dxfs_log_recover.c2342 struct xlog_op_header *ohead)
2348 tid = be32_to_cpu(ohead->oh_tid);
2359 if (!(ohead->oh_flags & XLOG_START_TRANS))
2362 ASSERT(be32_to_cpu(ohead->oh_len) == 0);
2387 struct xlog_op_header *ohead,
2398 if (ohead->oh_clientid != XFS_TRANSACTION &&
2399 ohead->oh_clientid != XFS_LOG) {
2401 __func__, ohead->oh_clientid);
2409 len = be32_to_cpu(ohead->oh_len);
2416 trans = xlog_recover_ophdr_to_trans(rhash, rhead, ohead);
2339 xlog_recover_ophdr_to_trans( struct hlist_head rhash[], struct xlog_rec_header *rhead, struct xlog_op_header *ohead) argument
2383 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
2475 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 276 milliseconds