Home
last modified time | relevance | path

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

/fs/xfs/
Dxfs_log_cil.c653 struct xfs_trans_header thdr; in xlog_cil_push() local
792 thdr.th_magic = XFS_TRANS_HEADER_MAGIC; in xlog_cil_push()
793 thdr.th_type = XFS_TRANS_CHECKPOINT; in xlog_cil_push()
794 thdr.th_tid = tic->t_tid; in xlog_cil_push()
795 thdr.th_num_items = num_iovecs; in xlog_cil_push()
796 lhdr.i_addr = &thdr; in xlog_cil_push()
/fs/cifs/
Dsmb2misc.c117 struct smb2_transform_hdr *thdr = in smb2_check_message() local
126 if (ses->Suid == thdr->SessionId) in smb2_check_message()
/fs/xfs/libxfs/
Dxfs_da_btree.c1188 struct xfs_da3_icnode_hdr thdr; in xfs_da3_node_toosmall() local
1201 dp->d_ops->node_hdr_from_disk(&thdr, node); in xfs_da3_node_toosmall()
1204 if (count - thdr.count >= 0) in xfs_da3_node_toosmall()