Searched refs:create_posix (Results 1 – 4 of 4) sorted by relevance
768 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()
925 struct create_posix { struct
685 struct create_posix { struct
2852 struct create_posix *posix = in smb2_open()2853 (struct create_posix *)context; in smb2_open()2856 sizeof(struct create_posix) - 4) { in smb2_open()