Home
last modified time | relevance | path

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

/linux-6.12.1/fs/smb/client/
Dsmb2pdu.c976 static struct create_posix *
979 struct create_posix *buf; in create_posix_buf()
981 buf = kzalloc(sizeof(struct create_posix), in create_posix_buf()
987 cpu_to_le16(offsetof(struct create_posix, Mode)); in create_posix_buf()
990 cpu_to_le16(offsetof(struct create_posix, Name)); in create_posix_buf()
1025 iov[num].iov_len = sizeof(struct create_posix); in add_posix_context()
/linux-6.12.1/fs/smb/common/
Dsmb2pdu.h1263 struct create_posix { struct
/linux-6.12.1/fs/smb/server/
Dsmb2pdu.c3057 struct create_posix *posix = in smb2_open()
3058 (struct create_posix *)context; in smb2_open()
3061 sizeof(struct create_posix) - 4) { in smb2_open()