Home
last modified time | relevance | path

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

/openbmc/linux/fs/smb/client/
H A Dsmb2pdu.c973 static struct create_posix *
976 struct create_posix *buf; in create_posix_buf()
978 buf = kzalloc(sizeof(struct create_posix), in create_posix_buf()
984 cpu_to_le16(offsetof(struct create_posix, Mode)); in create_posix_buf()
987 cpu_to_le16(offsetof(struct create_posix, Name)); in create_posix_buf()
1022 iov[num].iov_len = sizeof(struct create_posix); in add_posix_context()
/openbmc/linux/fs/smb/common/
H A Dsmb2pdu.h1261 struct create_posix { struct
/openbmc/linux/fs/smb/server/
H A Dsmb2pdu.c3061 struct create_posix *posix = in smb2_open()
3062 (struct create_posix *)context; in smb2_open()
3065 sizeof(struct create_posix) - 4) { in smb2_open()