create_posix      731 fs/cifs/smb2pdu.c static struct create_posix *
create_posix      734 fs/cifs/smb2pdu.c 	struct create_posix *buf;
create_posix      736 fs/cifs/smb2pdu.c 	buf = kzalloc(sizeof(struct create_posix),
create_posix      742 fs/cifs/smb2pdu.c 		cpu_to_le16(offsetof(struct create_posix, Mode));
create_posix      745 fs/cifs/smb2pdu.c 		cpu_to_le16(offsetof(struct create_posix, Name));
create_posix      781 fs/cifs/smb2pdu.c 	iov[num].iov_len = sizeof(struct create_posix);
create_posix      786 fs/cifs/smb2pdu.c 	le32_add_cpu(&req->CreateContextsLength, sizeof(struct create_posix));