Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/smbsrv/
H A Dsmb_fsops.h46 int smb_fsop_open(smb_node_t *, int, cred_t *);
/titanic_41/usr/src/uts/common/fs/smbsrv/
H A Dsmb_ofile.c262 if (smb_fsop_open(node, of->f_mode, of->f_cr) != 0) { in smb_ofile_open()
H A Dsmb_fsops.c104 smb_fsop_open(smb_node_t *node, int mode, cred_t *cred) in smb_fsop_open() function