Home
last modified time | relevance | path

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

/openbmc/linux/fs/smb/client/
H A Dsmb2pdu.h190 struct crt_sd_ctxt { struct
H A Dsmb2pdu.c2616 static struct crt_sd_ctxt *
2619 struct crt_sd_ctxt *buf; in create_sd_buf()
2626 *len = round_up(sizeof(struct crt_sd_ctxt) + (sizeof(struct smb_ace) * 4), 8); in create_sd_buf()
2652 buf->ccontext.DataOffset = cpu_to_le16(offsetof(struct crt_sd_ctxt, sd)); in create_sd_buf()
2653 buf->ccontext.NameOffset = cpu_to_le16(offsetof(struct crt_sd_ctxt, Name)); in create_sd_buf()