Home
last modified time | relevance | path

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

/Linux-v6.6/fs/smb/client/
Dsmb2pdu.c805 static struct create_posix *
808 struct create_posix *buf; in create_posix_buf()
810 buf = kzalloc(sizeof(struct create_posix), in create_posix_buf()
816 cpu_to_le16(offsetof(struct create_posix, Mode)); in create_posix_buf()
819 cpu_to_le16(offsetof(struct create_posix, Name)); in create_posix_buf()
854 iov[num].iov_len = sizeof(struct create_posix); in add_posix_context()
/Linux-v6.6/fs/smb/common/
Dsmb2pdu.h1190 struct create_posix { struct
/Linux-v6.6/fs/smb/server/
Dsmb2pdu.c2848 struct create_posix *posix = in smb2_open()
2849 (struct create_posix *)context; in smb2_open()
2852 sizeof(struct create_posix) - 4) { in smb2_open()