Searched refs:ohead (Results 1 – 2 of 2) sorted by relevance
/linux-6.3-rc2/fs/xfs/ |
A D | xfs_log_recover.c | 2292 struct xlog_op_header *ohead) in xlog_recover_ophdr_to_trans() argument 2298 tid = be32_to_cpu(ohead->oh_tid); in xlog_recover_ophdr_to_trans() 2312 ASSERT(be32_to_cpu(ohead->oh_len) == 0); in xlog_recover_ophdr_to_trans() 2337 struct xlog_op_header *ohead, in xlog_recover_process_ophdr() argument 2349 ohead->oh_clientid != XFS_LOG) { in xlog_recover_process_ophdr() 2351 __func__, ohead->oh_clientid); in xlog_recover_process_ophdr() 2359 len = be32_to_cpu(ohead->oh_len); in xlog_recover_process_ophdr() 2425 struct xlog_op_header *ohead; in xlog_recover_process_data() local 2440 ohead = (struct xlog_op_header *)dp; in xlog_recover_process_data() 2441 dp += sizeof(*ohead); in xlog_recover_process_data() [all …]
|
/linux-6.3-rc2/security/smack/ |
A D | smack_lsm.c | 347 static int smk_copy_rules(struct list_head *nhead, struct list_head *ohead, in smk_copy_rules() argument 354 list_for_each_entry_rcu(orp, ohead, list) { in smk_copy_rules() 374 static int smk_copy_relabel(struct list_head *nhead, struct list_head *ohead, in smk_copy_relabel() argument 380 list_for_each_entry(oklep, ohead, list) { in smk_copy_relabel()
|
Completed in 17 milliseconds