Home
last modified time | relevance | path

Searched refs: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.c82 static int smb_query_by_path(smb_request_t *, smb_xa_t *, uint16_t);
134 if (smb_query_by_path(sr, xa, infolev) != 0) in smb_com_trans2_query_path_information()
173 if (smb_query_by_path(sr, NULL, infolev) != 0) in smb_com_query_information()
285 smb_query_by_path(smb_request_t *sr, smb_xa_t *xa, uint16_t infolev) in smb_query_by_path() function