Searched refs:create_posix (Results 1 – 4 of 4) sorted by relevance
756 static struct create_posix *759 struct create_posix *buf; in create_posix_buf()761 buf = kzalloc(sizeof(struct create_posix), in create_posix_buf()767 cpu_to_le16(offsetof(struct create_posix, Mode)); in create_posix_buf()770 cpu_to_le16(offsetof(struct create_posix, Name)); in create_posix_buf()806 iov[num].iov_len = sizeof(struct create_posix); in add_posix_context()811 le32_add_cpu(&req->CreateContextsLength, sizeof(struct create_posix)); in add_posix_context()
925 struct create_posix { struct
691 struct create_posix { struct
2669 struct create_posix *posix = in smb2_open()2670 (struct create_posix *)context; in smb2_open()2673 sizeof(struct create_posix)) { in smb2_open()