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

/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_query_fileinfo.c864 * - if include_share is TRUE the pathname would be: \share1\dir1\test1.txt
865 * - if include_share is FALSE the pathname would be: \dir1\test1.txt
873 smb_query_pathname(smb_request_t *sr, smb_node_t *node, boolean_t include_share, argument
882 if (include_share) {
892 if (!include_share)

Completed in 46 milliseconds