Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/fs/smbsrv/
H A Dsmb_common_transact.c1836 static uint32_t smb_xa_max_data_count = 64 * 1024; variable
1860 if (total_data_count > smb_xa_max_data_count) in smb_xa_create()
1871 if (max_data_count > smb_xa_max_data_count) in smb_xa_create()
1872 max_data_count = smb_xa_max_data_count; in smb_xa_create()