Searched refs:ohead (Results 1 - 5 of 5) sorted by relevance
/kernel/linux/linux-6.6/fs/xfs/ |
H A D | xfs_log_recover.c | 2292 struct xlog_op_header *ohead) in xlog_recover_ophdr_to_trans() 2298 tid = be32_to_cpu(ohead->oh_tid); in xlog_recover_ophdr_to_trans() 2309 if (!(ohead->oh_flags & XLOG_START_TRANS)) 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() 2348 if (ohead->oh_clientid != XFS_TRANSACTION && in xlog_recover_process_ophdr() 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() 2366 trans = xlog_recover_ophdr_to_trans(rhash, rhead, ohead); in xlog_recover_process_ophdr() 2289 xlog_recover_ophdr_to_trans( struct hlist_head rhash[], struct xlog_rec_header *rhead, struct xlog_op_header *ohead) xlog_recover_ophdr_to_trans() argument 2333 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) xlog_recover_process_ophdr() argument 2425 struct xlog_op_header *ohead; xlog_recover_process_data() local [all...] |
/kernel/linux/linux-5.10/fs/xfs/ |
H A D | xfs_log_recover.c | 2272 struct xlog_op_header *ohead) in xlog_recover_ophdr_to_trans() 2278 tid = be32_to_cpu(ohead->oh_tid); in xlog_recover_ophdr_to_trans() 2289 if (!(ohead->oh_flags & XLOG_START_TRANS)) in xlog_recover_ophdr_to_trans() 2292 ASSERT(be32_to_cpu(ohead->oh_len) == 0); in xlog_recover_ophdr_to_trans() 2317 struct xlog_op_header *ohead, in xlog_recover_process_ophdr() 2328 if (ohead->oh_clientid != XFS_TRANSACTION && in xlog_recover_process_ophdr() 2329 ohead->oh_clientid != XFS_LOG) { in xlog_recover_process_ophdr() 2331 __func__, ohead->oh_clientid); in xlog_recover_process_ophdr() 2339 len = be32_to_cpu(ohead->oh_len); in xlog_recover_process_ophdr() 2346 trans = xlog_recover_ophdr_to_trans(rhash, rhead, ohead); in xlog_recover_process_ophdr() 2269 xlog_recover_ophdr_to_trans( struct hlist_head rhash[], struct xlog_rec_header *rhead, struct xlog_op_header *ohead) xlog_recover_ophdr_to_trans() argument 2313 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) xlog_recover_process_ophdr() argument 2405 struct xlog_op_header *ohead; xlog_recover_process_data() local [all...] |
/kernel/linux/linux-6.6/fs/ceph/ |
H A D | mds_client.c | 2847 struct ceph_mds_request_head_old *ohead; in find_legacy_request_head() local 2851 ohead = (struct ceph_mds_request_head_old *)p; in find_legacy_request_head() 2852 return (struct ceph_mds_request_head_legacy *)&ohead->oldest_client_tid; in find_legacy_request_head() 2978 struct ceph_mds_request_head_old *ohead = msg->front.iov_base; in create_request_message() local 2981 ohead->version = cpu_to_le16(1); in create_request_message() 2982 p = msg->front.iov_base + sizeof(*ohead); in create_request_message()
|
/kernel/linux/linux-5.10/security/smack/ |
H A D | smack_lsm.c | 339 * @ohead: old rules header pointer 344 static int smk_copy_rules(struct list_head *nhead, struct list_head *ohead, in smk_copy_rules() argument 351 list_for_each_entry_rcu(orp, ohead, list) { in smk_copy_rules() 366 * @ohead: old rules header pointer 371 static int smk_copy_relabel(struct list_head *nhead, struct list_head *ohead, in smk_copy_relabel() argument 377 list_for_each_entry(oklep, ohead, list) { in smk_copy_relabel()
|
/kernel/linux/linux-6.6/security/smack/ |
H A D | smack_lsm.c | 351 * @ohead: old rules header pointer 356 static int smk_copy_rules(struct list_head *nhead, struct list_head *ohead, in smk_copy_rules() argument 363 list_for_each_entry_rcu(orp, ohead, list) { in smk_copy_rules() 378 * @ohead: old rules header pointer 383 static int smk_copy_relabel(struct list_head *nhead, struct list_head *ohead, in smk_copy_relabel() argument 389 list_for_each_entry(oklep, ohead, list) { in smk_copy_relabel()
|
Completed in 24 milliseconds