Home
last modified time | relevance | path

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

/fs/cifs/
Dsmb2pdu.c768 static struct create_posix *
771 struct create_posix *buf; in create_posix_buf()
773 buf = kzalloc(sizeof(struct create_posix), in create_posix_buf()
779 cpu_to_le16(offsetof(struct create_posix, Mode)); in create_posix_buf()
782 cpu_to_le16(offsetof(struct create_posix, Name)); in create_posix_buf()
818 iov[num].iov_len = sizeof(struct create_posix); in add_posix_context()
823 le32_add_cpu(&req->CreateContextsLength, sizeof(struct create_posix)); in add_posix_context()
Dsmb2pdu.h925 struct create_posix { struct
/fs/ksmbd/
Dsmb2pdu.h685 struct create_posix { struct
Dsmb2pdu.c2852 struct create_posix *posix = in smb2_open()
2853 (struct create_posix *)context; in smb2_open()
2856 sizeof(struct create_posix) - 4) { in smb2_open()