Searched refs:create_posix (Results 1 – 3 of 3) sorted by relevance
789 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()
1160 struct create_posix { struct
2691 struct create_posix *posix = in smb2_open()2692 (struct create_posix *)context; in smb2_open()2695 sizeof(struct create_posix) - 4) { in smb2_open()