Home
last modified time | relevance | path

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

/Linux-v4.19/fs/cifs/
Dsmb2pdu.c528 static struct create_posix *
531 struct create_posix *buf; in create_posix_buf()
533 buf = kzalloc(sizeof(struct create_posix), in create_posix_buf()
539 cpu_to_le16(offsetof(struct create_posix, Mode)); in create_posix_buf()
542 cpu_to_le16(offsetof(struct create_posix, Name)); in create_posix_buf()
576 iov[num].iov_len = sizeof(struct create_posix); in add_posix_context()
581 le32_add_cpu(&req->CreateContextsLength, sizeof(struct create_posix)); in add_posix_context()
Dsmb2pdu.h737 struct create_posix { struct