Home
last modified time | relevance | path

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

/linux-6.3-rc2/fs/cifs/
A Dsmb2pdu.h209 struct crt_sd_ctxt { struct
A Dsmb2pdu.c2389 static struct crt_sd_ctxt *
2392 struct crt_sd_ctxt *buf; in create_sd_buf()
2399 *len = round_up(sizeof(struct crt_sd_ctxt) + (sizeof(struct cifs_ace) * 4), 8); in create_sd_buf()
2425 buf->ccontext.DataOffset = cpu_to_le16(offsetof(struct crt_sd_ctxt, sd)); in create_sd_buf()
2426 buf->ccontext.NameOffset = cpu_to_le16(offsetof(struct crt_sd_ctxt, Name)); in create_sd_buf()

Completed in 14 milliseconds