Home
last modified time | relevance | path

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

/linux-6.3-rc2/fs/cifs/
A Dsmb2pdu.c758 static struct create_posix *
761 struct create_posix *buf; in create_posix_buf()
763 buf = kzalloc(sizeof(struct create_posix), in create_posix_buf()
769 cpu_to_le16(offsetof(struct create_posix, Mode)); in create_posix_buf()
772 cpu_to_le16(offsetof(struct create_posix, Name)); in create_posix_buf()
808 iov[num].iov_len = sizeof(struct create_posix); in add_posix_context()
813 le32_add_cpu(&req->CreateContextsLength, sizeof(struct create_posix)); in add_posix_context()
/linux-6.3-rc2/fs/smbfs_common/
A Dsmb2pdu.h1167 struct create_posix { struct
/linux-6.3-rc2/fs/ksmbd/
A Dsmb2pdu.c2695 struct create_posix *posix = in smb2_open()
2696 (struct create_posix *)context; in smb2_open()
2699 sizeof(struct create_posix) - 4) { in smb2_open()

Completed in 30 milliseconds