Home
last modified time | relevance | path

Searched refs:crt_sd_ctxt (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-6.6/fs/smb/client/
H A Dsmb2pdu.h189 struct crt_sd_ctxt { struct
H A Dsmb2pdu.c2580 static struct crt_sd_ctxt *
2583 struct crt_sd_ctxt *buf; in create_sd_buf()
2590 *len = round_up(sizeof(struct crt_sd_ctxt) + (sizeof(struct cifs_ace) * 4), 8); in create_sd_buf()
2616 buf->ccontext.DataOffset = cpu_to_le16(offsetof(struct crt_sd_ctxt, sd)); in create_sd_buf()
2617 buf->ccontext.NameOffset = cpu_to_le16(offsetof(struct crt_sd_ctxt, Name)); in create_sd_buf()
/kernel/linux/linux-5.10/fs/cifs/
H A Dsmb2pdu.c2293 static struct crt_sd_ctxt *
2296 struct crt_sd_ctxt *buf; in create_sd_buf()
2303 *len = roundup(sizeof(struct crt_sd_ctxt) + (sizeof(struct cifs_ace) * 4), 8); in create_sd_buf()
2329 buf->ccontext.DataOffset = cpu_to_le16(offsetof(struct crt_sd_ctxt, sd)); in create_sd_buf()
2330 buf->ccontext.NameOffset = cpu_to_le16(offsetof(struct crt_sd_ctxt, Name)); in create_sd_buf()
H A Dsmb2pdu.h970 struct crt_sd_ctxt { struct

Completed in 20 milliseconds