Home
last modified time | relevance | path

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

/linux/fs/cifs/
A Dsmb2pdu.h195 struct create_posix { struct
A Dsmb2pdu.c759 static struct create_posix *
762 struct create_posix *buf; in create_posix_buf()
764 buf = kzalloc(sizeof(struct create_posix), in create_posix_buf()
770 cpu_to_le16(offsetof(struct create_posix, Mode)); in create_posix_buf()
773 cpu_to_le16(offsetof(struct create_posix, Name)); in create_posix_buf()
809 iov[num].iov_len = sizeof(struct create_posix); in add_posix_context()
814 le32_add_cpu(&req->CreateContextsLength, sizeof(struct create_posix)); in add_posix_context()
/linux/fs/ksmbd/
A Dsmb2pdu.h164 struct create_posix { struct
A Dsmb2pdu.c2686 struct create_posix *posix = in smb2_open()
2687 (struct create_posix *)context; in smb2_open()
2690 sizeof(struct create_posix)) { in smb2_open()

Completed in 37 milliseconds