Home
last modified time | relevance | path

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

/fs/xfs/
A Dxfs_log_cil.c1126 struct xfs_trans_header thdr; member
1170 hdr->thdr.th_magic = XFS_TRANS_HEADER_MAGIC; in xlog_cil_build_trans_hdr()
1171 hdr->thdr.th_type = XFS_TRANS_CHECKPOINT; in xlog_cil_build_trans_hdr()
1172 hdr->thdr.th_tid = tic->t_tid; in xlog_cil_build_trans_hdr()
1173 hdr->thdr.th_num_items = num_iovecs; in xlog_cil_build_trans_hdr()
1298 struct xlog_cil_trans_hdr thdr; in xlog_cil_push_work() local
1420 xlog_cil_build_trans_hdr(ctx, &thdr, &lvhdr, num_iovecs); in xlog_cil_push_work()
/fs/smb/client/
A Dsmb2misc.c155 struct smb2_transform_hdr *thdr = in smb2_check_message() local
163 if (iter->Suid == le64_to_cpu(thdr->SessionId)) { in smb2_check_message()
/fs/xfs/libxfs/
A Dxfs_da_btree.c1380 struct xfs_da3_icnode_hdr thdr; in xfs_da3_node_toosmall() local
1400 xfs_da3_node_hdr_from_disk(dp->i_mount, &thdr, node); in xfs_da3_node_toosmall()
1403 if (count - thdr.count >= 0) in xfs_da3_node_toosmall()

Completed in 16 milliseconds