Searched refs:__hdr (Results 1 – 7 of 7) sorted by relevance
/linux/fs/smb/server/ |
H A D | smb2misc.c | 306 void *__hdr = hdr; in smb2_validate_credit_charge() local 311 req_len = smb2_query_info_req_len(__hdr); in smb2_validate_credit_charge() 314 req_len = smb2_set_info_req_len(__hdr); in smb2_validate_credit_charge() 317 req_len = smb2_read_req_len(__hdr); in smb2_validate_credit_charge() 320 req_len = smb2_write_req_len(__hdr); in smb2_validate_credit_charge() 323 req_len = smb2_query_dir_req_len(__hdr); in smb2_validate_credit_charge() 326 req_len = smb2_ioctl_req_len(__hdr); in smb2_validate_credit_charge() 327 expect_resp_len = smb2_ioctl_resp_len(__hdr); in smb2_validate_credit_charge()
|
/linux/tools/bootconfig/scripts/ |
H A D | bconf2ftrace.sh | 128 for __hdr in `xbc_subkeys ${1}.${2} 1 ".[0-9]"`; do 129 print_hist_one_action ${1}.${2}.$__hdr ${2} ${3}
|
/linux/fs/ocfs2/cluster/ |
H A D | tcp.c | 73 typeof(hdr) __hdr = (hdr); \ 76 be16_to_cpu(__hdr->magic), be16_to_cpu(__hdr->data_len), \ 77 be16_to_cpu(__hdr->msg_type), be32_to_cpu(__hdr->status), \ 78 be32_to_cpu(__hdr->sys_status), be32_to_cpu(__hdr->key), \ 79 be32_to_cpu(__hdr->msg_num) , ##args); \
|
/linux/drivers/net/wireless/intel/iwlegacy/ |
H A D | commands.h | 1363 __struct_group(il3945_tx_cmd_hdr, __hdr, __packed, 1451 __struct_group(il_tx_cmd_hdr, __hdr, __packed,
|
H A D | 4965-mac.c | 1772 tx_cmd = container_of(&out_cmd->cmd.tx, struct il_tx_cmd, __hdr); in il4965_tx_skb()
|
/linux/fs/smb/common/ |
H A D | smb2pdu.h | 1711 __struct_group(smb2_file_rename_info_hdr, __hdr, __packed, 1726 __struct_group(smb2_file_link_info_hdr, __hdr, __packed,
|
/linux/drivers/message/fusion/ |
H A D | mptbase.h | 290 u32 __hdr[2]; member
|