• Home
  • Raw
  • Download

Lines Matching refs:cc

1505 	struct create_context *cc;  in parse_lease_state()  local
1509 cc = smb2_find_context_vals(req, SMB2_CREATE_REQUEST_LEASE, 4); in parse_lease_state()
1510 if (IS_ERR_OR_NULL(cc)) in parse_lease_state()
1517 if (sizeof(struct lease_context_v2) == le32_to_cpu(cc->DataLength)) { in parse_lease_state()
1518 struct create_lease_v2 *lc = (struct create_lease_v2 *)cc; in parse_lease_state()
1534 struct create_lease *lc = (struct create_lease *)cc; in parse_lease_state()
1556 struct create_context *cc; in smb2_find_context_vals() local
1567 cc = (struct create_context *)((char *)req + in smb2_find_context_vals()
1571 cc = (struct create_context *)((char *)cc + next); in smb2_find_context_vals()
1575 next = le32_to_cpu(cc->Next); in smb2_find_context_vals()
1576 name_off = le16_to_cpu(cc->NameOffset); in smb2_find_context_vals()
1577 name_len = le16_to_cpu(cc->NameLength); in smb2_find_context_vals()
1578 value_off = le16_to_cpu(cc->DataOffset); in smb2_find_context_vals()
1579 value_len = le32_to_cpu(cc->DataLength); in smb2_find_context_vals()
1592 name = (char *)cc + name_off; in smb2_find_context_vals()
1594 return cc; in smb2_find_context_vals()
1606 void create_durable_rsp_buf(char *cc) in create_durable_rsp_buf() argument
1610 buf = (struct create_durable_rsp *)cc; in create_durable_rsp_buf()
1630 void create_durable_v2_rsp_buf(char *cc, struct ksmbd_file *fp) in create_durable_v2_rsp_buf() argument
1634 buf = (struct create_durable_v2_rsp *)cc; in create_durable_v2_rsp_buf()
1656 void create_mxac_rsp_buf(char *cc, int maximal_access) in create_mxac_rsp_buf() argument
1660 buf = (struct create_mxac_rsp *)cc; in create_mxac_rsp_buf()
1678 void create_disk_id_rsp_buf(char *cc, __u64 file_id, __u64 vol_id) in create_disk_id_rsp_buf() argument
1682 buf = (struct create_disk_id_rsp *)cc; in create_disk_id_rsp_buf()
1705 void create_posix_rsp_buf(char *cc, struct ksmbd_file *fp) in create_posix_rsp_buf() argument
1713 buf = (struct create_posix_rsp *)cc; in create_posix_rsp_buf()