Home
last modified time | relevance | path

Searched refs:smb_set_open_attributes (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_common_open.c44 static int smb_set_open_attributes(smb_request_t *, smb_ofile_t *);
1128 if ((rc = smb_set_open_attributes(sr, of)) != 0) { in smb_common_open()
1243 smb_set_open_attributes(smb_request_t *sr, smb_ofile_t *of) in smb_set_open_attributes() function