Home
last modified time | relevance | path

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

/linux/fs/smb/server/
H A 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),
H A Doplock.c1697 struct create_posix_rsp *buf; in create_posix_rsp_buf()
1703 buf = (struct create_posix_rsp *)cc; in create_posix_rsp_buf()
1704 memset(buf, 0, sizeof(struct create_posix_rsp)); in create_posix_rsp_buf()
1706 (struct create_posix_rsp, nlink)); in create_posix_rsp_buf()
1713 (struct create_posix_rsp, Name)); in create_posix_rsp_buf()
H A Dsmb2pdu.h129 struct create_posix_rsp { struct
/linux/fs/smb/client/
H A Dsmb2proto.h159 struct create_posix_rsp *posix,
286 struct create_posix_rsp *posix);
H A Dsmb2pdu.h363 struct create_posix_rsp { struct
H A Dsmb2pdu.c2293 struct create_posix_rsp *posix) in parse_posix_ctxt()
2331 struct create_posix_rsp *posix) in smb2_parse_contexts()
3192 struct create_posix_rsp *posix, in SMB2_open()