Searched refs:StructSize (Results 1 – 15 of 15) sorted by relevance
| /titanic_54/usr/src/uts/common/fs/smbsrv/ |
| H A D | smb2_oplock.c | 32 uint16_t StructSize; in smb2_oplock_break_ack() local 42 &StructSize, /* w */ in smb2_oplock_break_ack() 47 if (rc || StructSize != 24) in smb2_oplock_break_ack() 88 StructSize = 24; in smb2_oplock_break_ack() 91 StructSize, /* w */ in smb2_oplock_break_ack() 113 uint16_t StructSize; in smb2_oplock_break_notification() local 142 StructSize = 24; in smb2_oplock_break_notification() 147 StructSize, /* w */ in smb2_oplock_break_notification()
|
| H A D | smb2_lock.c | 47 uint16_t StructSize; in smb2_lock() local 58 &StructSize, /* w */ in smb2_lock() 63 if (rc || StructSize != 48) in smb2_lock() 140 StructSize = 4; in smb2_lock() 143 StructSize); /* w */ in smb2_lock() 158 uint16_t StructSize; in smb2_lock_async() local 169 &StructSize, /* w */ in smb2_lock_async() 174 if (rc || StructSize != 48) in smb2_lock_async() 192 StructSize = 4; in smb2_lock_async() 195 StructSize); /* w */ in smb2_lock_async()
|
| H A D | smb2_change_notify.c | 39 uint16_t StructSize; in smb2_change_notify() local 53 &StructSize, /* w */ in smb2_change_notify() 60 if (rc || StructSize != 32) in smb2_change_notify() 87 uint16_t StructSize; in smb2_change_notify_async() local 102 &StructSize, /* w */ in smb2_change_notify_async() 109 if (rc || StructSize != 32) in smb2_change_notify_async()
|
| H A D | smb2_echo.c | 25 uint16_t StructSize; in smb2_echo() local 34 &StructSize, /* w */ in smb2_echo() 38 if (StructSize != 4) in smb2_echo()
|
| H A D | smb2_logoff.c | 25 uint16_t StructSize; in smb2_logoff() local 34 &StructSize, /* w */ in smb2_logoff() 38 if (StructSize != 4) in smb2_logoff()
|
| H A D | smb2_tree_disconn.c | 25 uint16_t StructSize; in smb2_tree_disconn() local 34 &StructSize, /* w */ in smb2_tree_disconn() 38 if (StructSize != 4) in smb2_tree_disconn()
|
| H A D | smb2_flush.c | 27 uint16_t StructSize; in smb2_flush() local 39 &StructSize, /* w */ in smb2_flush() 46 if (StructSize != 24) in smb2_flush()
|
| H A D | smb2_ioctl.c | 60 uint16_t StructSize; in smb2_ioctl() local 70 &StructSize, /* w */ in smb2_ioctl() 83 if (rc || StructSize != 57) in smb2_ioctl() 185 StructSize = 49; in smb2_ioctl() 188 StructSize, /* w */ in smb2_ioctl()
|
| H A D | smb2_close.c | 27 uint16_t StructSize; in smb2_close() local 39 &StructSize, /* w */ in smb2_close() 46 if (StructSize != 24) in smb2_close()
|
| H A D | smb2_set_info.c | 28 uint16_t StructSize; in smb2_set_info() local 45 &StructSize, /* w */ in smb2_set_info() 54 if (rc || StructSize != 33) { in smb2_set_info()
|
| H A D | smb2_query_info.c | 28 uint16_t StructSize; in smb2_query_info() local 45 &StructSize, /* w */ in smb2_query_info() 56 if (rc || StructSize != 41) { in smb2_query_info()
|
| H A D | smb2_write.c | 28 uint16_t StructSize; in smb2_write() local 50 &StructSize, /* w */ in smb2_write() 63 if (StructSize != 49) in smb2_write()
|
| H A D | smb2_read.c | 29 uint16_t StructSize; in smb2_read() local 50 &StructSize, /* w */ in smb2_read() 63 if (StructSize != 49) in smb2_read()
|
| H A D | smb2_query_dir.c | 70 uint16_t StructSize; in smb2_query_dir() local 89 &StructSize, /* w */ in smb2_query_dir() 98 if (rc || StructSize != 33) in smb2_query_dir() 251 StructSize = 9; in smb2_query_dir() 256 StructSize, /* w */ in smb2_query_dir()
|
| H A D | smb2_create.c | 77 uint16_t StructSize; in smb2_create() local 110 &StructSize, /* w */ in smb2_create() 125 if (rc != 0 || StructSize != 57) in smb2_create()
|