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

/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_query_fileinfo.c81 static int smb_query_by_path(smb_request_t *, smb_xa_t *, uint16_t);
135 if (smb_query_by_path(sr, xa, infolev) != 0)
175 if (smb_query_by_path(sr, NULL, infolev) != 0)
273 * smb_query_by_path
280 * calling smb_query_by_path.
287 smb_query_by_path(smb_request_t *sr, smb_xa_t *xa, uint16_t infolev) function

Completed in 58 milliseconds