Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/cifs/
Dsmb2pdu.c707 static struct create_posix *
710 struct create_posix *buf; in create_posix_buf()
712 buf = kzalloc(sizeof(struct create_posix), in create_posix_buf()
718 cpu_to_le16(offsetof(struct create_posix, Mode)); in create_posix_buf()
721 cpu_to_le16(offsetof(struct create_posix, Name)); in create_posix_buf()
757 iov[num].iov_len = sizeof(struct create_posix); in add_posix_context()
762 le32_add_cpu(&req->CreateContextsLength, sizeof(struct create_posix)); in add_posix_context()
Dsmb2pdu.h901 struct create_posix { struct