Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/fs/smbclnt/netsmb/
H A Dsmb_rq.h130 uint16_t t2_maxdcount; /* max data bytes to return */ member
H A Dsmb_usr.c270 t2p->t2_maxdcount = ioc->ioc_rdatacnt; in smb_usr_t2request()
H A Dsmb_rq.c980 mb_put_uint16le(mbp, t2p->t2_maxdcount); in smb_t2_request_int()
/titanic_50/usr/src/uts/common/fs/smbclnt/smbfs/
H A Dsmbfs_smb.c285 t2p->t2_maxdcount = vcp->vc_txmax; in smbfs_smb_trans2_query()
402 t2p->t2_maxdcount = 4 * 3 + 512; in smbfs_smb_qfsattr()
484 t2p->t2_maxdcount = 4 * 4 + 2; in smbfs_smb_statfsLM2()
619 t2p->t2_maxdcount = 0; in smbfs_smb_seteof()
675 t2p->t2_maxdcount = 0; in smbfs_smb_t2rename()
1091 t2p->t2_maxdcount = 0; in smbfs_smb_setfattrNT()
1958 t2p->t2_maxdcount = 0xF000; /* 64K less some overhead */ in smbfs_smb_trans2find2()
H A Dsmbfs_xattr.c345 t2p->t2_maxdcount = INT16_MAX; in smbfs_xa_findopen()