Home
last modified time | relevance | path

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

/fs/xfs/
Dxfs_log_cil.c874 struct xfs_trans_header thdr; in xlog_cil_push_work() local
1010 thdr.th_magic = XFS_TRANS_HEADER_MAGIC; in xlog_cil_push_work()
1011 thdr.th_type = XFS_TRANS_CHECKPOINT; in xlog_cil_push_work()
1012 thdr.th_tid = tic->t_tid; in xlog_cil_push_work()
1013 thdr.th_num_items = num_iovecs; in xlog_cil_push_work()
1014 lhdr.i_addr = &thdr; in xlog_cil_push_work()
/fs/cifs/
Dsmb2misc.c151 struct smb2_transform_hdr *thdr = in smb2_check_message() local
158 if (ses->Suid == thdr->SessionId) in smb2_check_message()
/fs/xfs/libxfs/
Dxfs_da_btree.c1312 struct xfs_da3_icnode_hdr thdr; in xfs_da3_node_toosmall() local
1325 xfs_da3_node_hdr_from_disk(dp->i_mount, &thdr, node); in xfs_da3_node_toosmall()
1328 if (count - thdr.count >= 0) in xfs_da3_node_toosmall()