Home
last modified time | relevance | path

Searched refs:ohead (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/fs/xfs/
Dxfs_log_recover.c4402 struct xlog_op_header *ohead) in xlog_recover_ophdr_to_trans() argument
4408 tid = be32_to_cpu(ohead->oh_tid); in xlog_recover_ophdr_to_trans()
4419 if (!(ohead->oh_flags & XLOG_START_TRANS)) in xlog_recover_ophdr_to_trans()
4422 ASSERT(be32_to_cpu(ohead->oh_len) == 0); in xlog_recover_ophdr_to_trans()
4447 struct xlog_op_header *ohead, in xlog_recover_process_ophdr() argument
4458 if (ohead->oh_clientid != XFS_TRANSACTION && in xlog_recover_process_ophdr()
4459 ohead->oh_clientid != XFS_LOG) { in xlog_recover_process_ophdr()
4461 __func__, ohead->oh_clientid); in xlog_recover_process_ophdr()
4469 len = be32_to_cpu(ohead->oh_len); in xlog_recover_process_ophdr()
4476 trans = xlog_recover_ophdr_to_trans(rhash, rhead, ohead); in xlog_recover_process_ophdr()
[all …]
/Linux-v5.4/security/smack/
Dsmack_lsm.c348 static int smk_copy_rules(struct list_head *nhead, struct list_head *ohead, in smk_copy_rules() argument
355 list_for_each_entry_rcu(orp, ohead, list) { in smk_copy_rules()
375 static int smk_copy_relabel(struct list_head *nhead, struct list_head *ohead, in smk_copy_relabel() argument
381 list_for_each_entry(oklep, ohead, list) { in smk_copy_relabel()