Home
last modified time | relevance | path

Searched refs:oh_clientid (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/fs/xfs/
Dxfs_log.c2161 ophdr->oh_clientid = ticket->t_clientid; in xlog_write_start_rec()
2179 ophdr->oh_clientid = ticket->t_clientid; in xlog_write_setup_ophdr()
2190 switch (ophdr->oh_clientid) { in xlog_write_setup_ophdr()
2198 ophdr->oh_clientid, ticket); in xlog_write_setup_ophdr()
3845 p = &ophead->oh_clientid; in xlog_verify_iclog()
3848 clientid = ophead->oh_clientid; in xlog_verify_iclog()
3850 idx = BTOBBT((char *)&ophead->oh_clientid - iclog->ic_datap); in xlog_verify_iclog()
Dxfs_log_recover.c4458 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()
/Linux-v5.4/fs/xfs/libxfs/
Dxfs_log_format.h144 __u8 oh_clientid; /* who sent me this : 1 b */ member