Home
last modified time | relevance | path

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

/linux-4.19.296/fs/cifs/
Dsmb2pdu.c557 static struct create_posix *
560 struct create_posix *buf; in create_posix_buf()
562 buf = kzalloc(sizeof(struct create_posix), in create_posix_buf()
568 cpu_to_le16(offsetof(struct create_posix, Mode)); in create_posix_buf()
571 cpu_to_le16(offsetof(struct create_posix, Name)); in create_posix_buf()
605 iov[num].iov_len = sizeof(struct create_posix); in add_posix_context()
610 le32_add_cpu(&req->CreateContextsLength, sizeof(struct create_posix)); in add_posix_context()
Dsmb2pdu.h745 struct create_posix { struct