Searched refs:create_posix_rsp (Results 1 – 6 of 6) sorted by relevance
| /linux/fs/smb/server/ |
| H A D | smb2ops.c | 39 .create_posix_size = sizeof(struct create_posix_rsp), 66 .create_posix_size = sizeof(struct create_posix_rsp), 93 .create_posix_size = sizeof(struct create_posix_rsp), 120 .create_posix_size = sizeof(struct create_posix_rsp),
|
| H A D | oplock.c | 1730 struct create_posix_rsp *buf; in create_posix_rsp_buf() 1736 buf = (struct create_posix_rsp *)cc; in create_posix_rsp_buf() 1737 memset(buf, 0, sizeof(struct create_posix_rsp)); in create_posix_rsp_buf() 1739 (struct create_posix_rsp, nlink)); in create_posix_rsp_buf() 1746 (struct create_posix_rsp, Name)); in create_posix_rsp_buf()
|
| H A D | smb2pdu.h | 90 struct create_posix_rsp { struct
|
| /linux/fs/smb/client/ |
| H A D | smb2proto.h | 135 struct create_posix_rsp *posix, struct kvec *err_iov, 245 struct create_posix_rsp *posix);
|
| H A D | smb2pdu.h | 258 struct create_posix_rsp { struct
|
| H A D | smb2pdu.c | 2353 struct create_posix_rsp *posix) in parse_posix_ctxt() 2391 struct create_posix_rsp *posix) in smb2_parse_contexts() 3253 struct create_posix_rsp *posix, in SMB2_open()
|