Home
last modified time | relevance | path

Searched refs:ccontext (Results 1 – 2 of 2) sorted by relevance

/fs/cifs/
Dsmb2pdu.c864 buf->ccontext.DataOffset = cpu_to_le16(offsetof in create_lease_buf()
866 buf->ccontext.DataLength = cpu_to_le32(sizeof(struct lease_context)); in create_lease_buf()
867 buf->ccontext.NameOffset = cpu_to_le16(offsetof in create_lease_buf()
869 buf->ccontext.NameLength = cpu_to_le16(4); in create_lease_buf()
888 char *name = le16_to_cpu(lc->ccontext.NameOffset) + (char *)lc; in parse_lease_state()
889 if (le16_to_cpu(lc->ccontext.NameLength) != 4 || in parse_lease_state()
892 + le32_to_cpu(lc->ccontext.Next)); in parse_lease_state()
899 } while (le32_to_cpu(lc->ccontext.Next) != 0); in parse_lease_state()
Dsmb2pdu.h475 struct create_context ccontext; member