Searched refs:create_posix_rsp (Results 1 – 6 of 6) sorted by relevance
/Linux-v5.15/fs/ksmbd/ |
D | smb2ops.c | 38 .create_posix_size = sizeof(struct create_posix_rsp), 64 .create_posix_size = sizeof(struct create_posix_rsp), 90 .create_posix_size = sizeof(struct create_posix_rsp), 116 .create_posix_size = sizeof(struct create_posix_rsp),
|
D | oplock.c | 1605 struct create_posix_rsp *buf; in create_posix_rsp_buf() 1609 buf = (struct create_posix_rsp *)cc; in create_posix_rsp_buf() 1610 memset(buf, 0, sizeof(struct create_posix_rsp)); in create_posix_rsp_buf() 1612 (struct create_posix_rsp, nlink)); in create_posix_rsp_buf() 1615 (struct create_posix_rsp, Name)); in create_posix_rsp_buf()
|
D | smb2pdu.h | 730 struct create_posix_rsp { struct
|
/Linux-v5.15/fs/cifs/ |
D | smb2proto.h | 137 struct create_posix_rsp *posix, 266 struct create_posix_rsp *posix);
|
D | smb2pdu.h | 1815 struct create_posix_rsp { struct
|
D | smb2pdu.c | 2012 struct create_posix_rsp *posix) in parse_posix_ctxt() 2050 struct create_posix_rsp *posix) in smb2_parse_contexts() 2890 struct create_posix_rsp *posix, in SMB2_open()
|