Home
last modified time | relevance | path

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

/linux/fs/smb/client/
H A Dsmb2pdu.h177 struct crt_twarp_ctxt { struct
H A Dsmb2pdu.c2560 static struct crt_twarp_ctxt *
2563 struct crt_twarp_ctxt *buf; in create_twarp_buf()
2565 buf = kzalloc(sizeof(struct crt_twarp_ctxt), GFP_KERNEL); in create_twarp_buf()
2570 (struct crt_twarp_ctxt, Timestamp)); in create_twarp_buf()
2573 (struct crt_twarp_ctxt, Name)); in create_twarp_buf()
2593 iov[num].iov_len = sizeof(struct crt_twarp_ctxt); in add_twarp_context()