Home
last modified time | relevance | path

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

/linux/fs/smb/client/
H A Dsmb2pdu.c1006 static struct create_posix *
1009 struct create_posix *buf; in create_posix_buf()
1011 buf = kzalloc_obj(struct create_posix); in create_posix_buf()
1016 cpu_to_le16(offsetof(struct create_posix, Mode)); in create_posix_buf()
1019 cpu_to_le16(offsetof(struct create_posix, Name)); in create_posix_buf()
1054 iov[num].iov_len = sizeof(struct create_posix); in add_posix_context()
/linux/fs/smb/common/
H A Dsmb2pdu.h1222 struct create_posix { struct
/linux/fs/smb/server/
H A Dsmb2pdu.c2947 struct create_posix *posix = (struct create_posix *)context; in smb2_open()
2951 sizeof(struct create_posix) - 4) { in smb2_open()