Home
last modified time | relevance | path

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

/openbmc/linux/fs/smb/client/
H A Dsmb2pdu.h177 struct crt_twarp_ctxt { struct
H A Dsmb2pdu.c2553 static struct crt_twarp_ctxt *
2556 struct crt_twarp_ctxt *buf; in create_twarp_buf()
2558 buf = kzalloc(sizeof(struct crt_twarp_ctxt), GFP_KERNEL); in create_twarp_buf()
2563 (struct crt_twarp_ctxt, Timestamp)); in create_twarp_buf()
2566 (struct crt_twarp_ctxt, Name)); in create_twarp_buf()
2586 iov[num].iov_len = sizeof(struct crt_twarp_ctxt); in add_twarp_context()