Searched refs:create_posix (Results 1 - 3 of 3) sorted by relevance

/linux-master/fs/smb/client/
H A Dsmb2pdu.c970 static struct create_posix *
973 struct create_posix *buf;
975 buf = kzalloc(sizeof(struct create_posix),
981 cpu_to_le16(offsetof(struct create_posix, Mode));
984 cpu_to_le16(offsetof(struct create_posix, Name));
1019 iov[num].iov_len = sizeof(struct create_posix);
/linux-master/fs/smb/common/
H A Dsmb2pdu.h1224 struct create_posix { struct
/linux-master/fs/smb/server/
H A Dsmb2pdu.c3043 struct create_posix *posix =
3044 (struct create_posix *)context;
3047 sizeof(struct create_posix) - 4) {

Completed in 432 milliseconds