Searched refs:ohead (Results 1 – 3 of 3) sorted by relevance
/linux-6.12.1/fs/xfs/ |
D | xfs_log_recover.c | 2338 struct xlog_op_header *ohead) in xlog_recover_ophdr_to_trans() argument 2344 tid = be32_to_cpu(ohead->oh_tid); in xlog_recover_ophdr_to_trans() 2355 if (!(ohead->oh_flags & XLOG_START_TRANS)) in xlog_recover_ophdr_to_trans() 2358 ASSERT(be32_to_cpu(ohead->oh_len) == 0); in xlog_recover_ophdr_to_trans() 2383 struct xlog_op_header *ohead, in xlog_recover_process_ophdr() argument 2394 if (ohead->oh_clientid != XFS_TRANSACTION && in xlog_recover_process_ophdr() 2395 ohead->oh_clientid != XFS_LOG) { in xlog_recover_process_ophdr() 2397 __func__, ohead->oh_clientid); in xlog_recover_process_ophdr() 2405 len = be32_to_cpu(ohead->oh_len); in xlog_recover_process_ophdr() 2412 trans = xlog_recover_ophdr_to_trans(rhash, rhead, ohead); in xlog_recover_process_ophdr() [all …]
|
/linux-6.12.1/security/smack/ |
D | smack_lsm.c | 358 static int smk_copy_rules(struct list_head *nhead, struct list_head *ohead, in smk_copy_rules() argument 365 list_for_each_entry_rcu(orp, ohead, list) { in smk_copy_rules() 385 static int smk_copy_relabel(struct list_head *nhead, struct list_head *ohead, in smk_copy_relabel() argument 391 list_for_each_entry(oklep, ohead, list) { in smk_copy_relabel()
|
/linux-6.12.1/fs/ceph/ |
D | mds_client.c | 2957 struct ceph_mds_request_head_old *ohead; in find_legacy_request_head() local 2961 ohead = (struct ceph_mds_request_head_old *)p; in find_legacy_request_head() 2962 return (struct ceph_mds_request_head_legacy *)&ohead->oldest_client_tid; in find_legacy_request_head() 3116 struct ceph_mds_request_head_old *ohead = msg->front.iov_base; in create_request_message() local 3119 ohead->version = cpu_to_le16(1); in create_request_message() 3120 p = msg->front.iov_base + sizeof(*ohead); in create_request_message()
|