Searched refs:create_posix (Results 1 – 3 of 3) sorted by relevance
1007 static struct create_posix *1010 struct create_posix *buf; in create_posix_buf()1012 buf = kzalloc(sizeof(struct create_posix), in create_posix_buf()1018 cpu_to_le16(offsetof(struct create_posix, Mode)); in create_posix_buf()1021 cpu_to_le16(offsetof(struct create_posix, Name)); in create_posix_buf()1056 iov[num].iov_len = sizeof(struct create_posix); in add_posix_context()
1233 struct create_posix { struct
2921 struct create_posix *posix = (struct create_posix *)context; in smb2_open()2925 sizeof(struct create_posix) - 4) { in smb2_open()