Home
last modified time | relevance | path

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

/Linux-v5.15/fs/cifs/
Dsmb2pdu.c756 static struct create_posix *
759 struct create_posix *buf; in create_posix_buf()
761 buf = kzalloc(sizeof(struct create_posix), in create_posix_buf()
767 cpu_to_le16(offsetof(struct create_posix, Mode)); in create_posix_buf()
770 cpu_to_le16(offsetof(struct create_posix, Name)); in create_posix_buf()
806 iov[num].iov_len = sizeof(struct create_posix); in add_posix_context()
811 le32_add_cpu(&req->CreateContextsLength, sizeof(struct create_posix)); in add_posix_context()
Dsmb2pdu.h925 struct create_posix { struct
/Linux-v5.15/fs/ksmbd/
Dsmb2pdu.h691 struct create_posix { struct
Dsmb2pdu.c2669 struct create_posix *posix = in smb2_open()
2670 (struct create_posix *)context; in smb2_open()
2673 sizeof(struct create_posix)) { in smb2_open()