Home
last modified time | relevance | path

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

/Linux-v6.1/fs/cifs/
Dsmb2pdu.c786 static struct create_posix *
789 struct create_posix *buf; in create_posix_buf()
791 buf = kzalloc(sizeof(struct create_posix), in create_posix_buf()
797 cpu_to_le16(offsetof(struct create_posix, Mode)); in create_posix_buf()
800 cpu_to_le16(offsetof(struct create_posix, Name)); in create_posix_buf()
836 iov[num].iov_len = sizeof(struct create_posix); in add_posix_context()
841 le32_add_cpu(&req->CreateContextsLength, sizeof(struct create_posix)); in add_posix_context()
/Linux-v6.1/fs/smbfs_common/
Dsmb2pdu.h1164 struct create_posix { struct
/Linux-v6.1/fs/ksmbd/
Dsmb2pdu.c2709 struct create_posix *posix = in smb2_open()
2710 (struct create_posix *)context; in smb2_open()
2713 sizeof(struct create_posix) - 4) { in smb2_open()