Searched refs:create_posix (Results 1 – 3 of 3) sorted by relevance
1032 static struct create_posix *1035 struct create_posix *buf; in create_posix_buf()1037 buf = kzalloc_obj(struct create_posix); in create_posix_buf()1042 cpu_to_le16(offsetof(struct create_posix, Mode)); in create_posix_buf()1045 cpu_to_le16(offsetof(struct create_posix, Name)); in create_posix_buf()1080 iov[num].iov_len = sizeof(struct create_posix); in add_posix_context()
1242 struct create_posix { struct
4141 struct create_posix *posix = (struct create_posix *)context; in smb2_open()4145 sizeof(struct create_posix) - 4) { in smb2_open()