Searched refs:create_posix_rsp (Results 1 – 5 of 5) sorted by relevance
/linux/fs/smb/server/ |
H A D | smb2ops.c | 38 .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 D | oplock.c | 1690 struct create_posix_rsp *buf; in create_posix_rsp_buf() 1696 buf = (struct create_posix_rsp *)cc; in create_posix_rsp_buf() 1697 memset(buf, 0, sizeof(struct create_posix_rsp)); in create_posix_rsp_buf() 1699 (struct create_posix_rsp, nlink)); in create_posix_rsp_buf() 1706 (struct create_posix_rsp, Name)); in create_posix_rsp_buf()
|
/linux/fs/smb/client/ |
H A D | smb2proto.h | 159 struct create_posix_rsp *posix, 286 struct create_posix_rsp *posix);
|
H A D | smb2pdu.h | 363 struct create_posix_rsp { struct 364 nlinkcreate_posix_rsp global() argument 365 reparse_tagcreate_posix_rsp global() argument 366 modecreate_posix_rsp global() argument 367 ownercreate_posix_rsp global() argument 368 groupcreate_posix_rsp global() argument
|
H A D | smb2pdu.c | 2293 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()
|