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

/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_set_fileinfo.c70 static int smb_set_by_path(smb_request_t *, smb_xa_t *, uint16_t);
118 if (smb_set_by_path(sr, xa, infolev) != 0)
155 if (smb_set_by_path(sr, NULL, infolev) != 0)
251 * smb_set_by_path
258 * calling smb_set_by_path.
265 smb_set_by_path(smb_request_t *sr, smb_xa_t *xa, uint16_t infolev) function
564 /* Got here via: smb_set_by_path */

Completed in 57 milliseconds