Searched defs:fstart (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_fsinfo.c502 uint64_t fstart, fthresh, fstop, qthresh, qlimit; local
517 rc = smb_mbc_decodef(&xa->req_data_mb, "qqqqqll", &fstart,
520 if ((rc != 0) || (fstart != 0) || (fthresh != 0) || (fstop != 0)) {

Completed in 58 milliseconds