Home
last modified time | relevance | path

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

/linux-5.19.10/fs/cifs/
Dsmb2pdu.c789 static struct create_posix *
792 struct create_posix *buf; in create_posix_buf()
794 buf = kzalloc(sizeof(struct create_posix), in create_posix_buf()
800 cpu_to_le16(offsetof(struct create_posix, Mode)); in create_posix_buf()
803 cpu_to_le16(offsetof(struct create_posix, Name)); in create_posix_buf()
839 iov[num].iov_len = sizeof(struct create_posix); in add_posix_context()
844 le32_add_cpu(&req->CreateContextsLength, sizeof(struct create_posix)); in add_posix_context()
/linux-5.19.10/fs/smbfs_common/
Dsmb2pdu.h1160 struct create_posix { struct
/linux-5.19.10/fs/ksmbd/
Dsmb2pdu.c2691 struct create_posix *posix = in smb2_open()
2692 (struct create_posix *)context; in smb2_open()
2695 sizeof(struct create_posix) - 4) { in smb2_open()