Home
last modified time | relevance | path

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

/linux/fs/xfs/
H A Dxfs_log_recover.c2354 struct xlog_op_header *ohead) in xlog_recover_ophdr_to_trans() argument
2360 tid = be32_to_cpu(ohead->oh_tid); in xlog_recover_ophdr_to_trans()
2371 if (!(ohead->oh_flags & XLOG_START_TRANS)) in xlog_recover_ophdr_to_trans()
2374 ASSERT(be32_to_cpu(ohead->oh_len) == 0); in xlog_recover_ophdr_to_trans()
2399 struct xlog_op_header *ohead, in xlog_recover_process_ophdr() argument
2410 if (ohead->oh_clientid != XFS_TRANSACTION && in xlog_recover_process_ophdr()
2411 ohead->oh_clientid != XFS_LOG) { in xlog_recover_process_ophdr()
2413 __func__, ohead->oh_clientid); in xlog_recover_process_ophdr()
2421 len = be32_to_cpu(ohead->oh_len); in xlog_recover_process_ophdr()
2428 trans = xlog_recover_ophdr_to_trans(rhash, rhead, ohead); in xlog_recover_process_ophdr()
[all …]
/linux/security/smack/
H A Dsmack_lsm.c345 * @ohead: old rules header pointer in smk_copy_rules()
350 static int smk_copy_rules(struct list_head *nhead, struct list_head *ohead, in smk_copy_rules()
357 list_for_each_entry_rcu(orp, ohead, list) { in smk_copy_rules()
372 * @ohead: old rules header pointer in smk_copy_relabel()
377 static int smk_copy_relabel(struct list_head *nhead, struct list_head *ohead, in smk_copy_relabel()
383 list_for_each_entry(oklep, ohead, list) { in smk_copy_relabel()
341 smk_copy_rules(struct list_head * nhead,struct list_head * ohead,gfp_t gfp) smk_copy_rules() argument
368 smk_copy_relabel(struct list_head * nhead,struct list_head * ohead,gfp_t gfp) smk_copy_relabel() argument