Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_fsops.c48 static int smb_fsop_sdinherit(smb_request_t *, smb_node_t *, smb_fssd_t *);
518 rc = smb_fsop_sdinherit(sr, dnode, &fs_sd); in smb_fsop_create_file()
534 rc = smb_fsop_sdinherit(sr, dnode, &fs_sd); in smb_fsop_create_file()
668 rc = smb_fsop_sdinherit(sr, dnode, &fs_sd); in smb_fsop_mkdir()
683 rc = smb_fsop_sdinherit(sr, dnode, &fs_sd); in smb_fsop_mkdir()
2667 smb_fsop_sdinherit(smb_request_t *sr, smb_node_t *dnode, smb_fssd_t *fs_sd) in smb_fsop_sdinherit() function