Home
last modified time | relevance | path

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

/linux-4.1.27/fs/xfs/
Dxfs_log.c2120 ophdr->oh_clientid = ticket->t_clientid; in xlog_write_start_rec()
2138 ophdr->oh_clientid = ticket->t_clientid; in xlog_write_setup_ophdr()
2149 switch (ophdr->oh_clientid) { in xlog_write_setup_ophdr()
2157 ophdr->oh_clientid, ticket); in xlog_write_setup_ophdr()
3810 ((xfs_caddr_t)&(ophead->oh_clientid) - base_ptr); in xlog_verify_iclog()
3812 clientid = ophead->oh_clientid; in xlog_verify_iclog()
3814 idx = BTOBBT((xfs_caddr_t)&(ophead->oh_clientid) - iclog->ic_datap); in xlog_verify_iclog()
Dxfs_log_recover.c3632 if (ohead->oh_clientid != XFS_TRANSACTION && in xlog_recover_process_ophdr()
3633 ohead->oh_clientid != XFS_LOG) { in xlog_recover_process_ophdr()
3635 __func__, ohead->oh_clientid); in xlog_recover_process_ophdr()
/linux-4.1.27/fs/xfs/libxfs/
Dxfs_log_format.h137 __u8 oh_clientid; /* who sent me this : 1 b */ member