Home
last modified time | relevance | path

Searched refs:create_posix_rsp (Results 1 – 6 of 6) sorted by relevance

/Linux-v6.1/fs/ksmbd/
Dsmb2ops.c38 .create_posix_size = sizeof(struct create_posix_rsp),
65 .create_posix_size = sizeof(struct create_posix_rsp),
92 .create_posix_size = sizeof(struct create_posix_rsp),
119 .create_posix_size = sizeof(struct create_posix_rsp),
Doplock.c1609 struct create_posix_rsp *buf; in create_posix_rsp_buf()
1615 buf = (struct create_posix_rsp *)cc; in create_posix_rsp_buf()
1616 memset(buf, 0, sizeof(struct create_posix_rsp)); in create_posix_rsp_buf()
1618 (struct create_posix_rsp, nlink)); in create_posix_rsp_buf()
1625 (struct create_posix_rsp, Name)); in create_posix_rsp_buf()
Dsmb2pdu.h155 struct create_posix_rsp { struct
/Linux-v6.1/fs/cifs/
Dsmb2proto.h126 struct create_posix_rsp *posix,
256 struct create_posix_rsp *posix);
Dsmb2pdu.h380 struct create_posix_rsp { struct
Dsmb2pdu.c2082 struct create_posix_rsp *posix) in parse_posix_ctxt()
2120 struct create_posix_rsp *posix) in smb2_parse_contexts()
2970 struct create_posix_rsp *posix, in SMB2_open()