Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/fs/smbsrv/
H A Dsmb_common_open.c483 if (!smb_node_is_file(node) && !smb_node_is_dir(node) && in smb_open_subr()
903 if (smb_node_is_file(node)) { in smb_open_subr()
H A Dsmb_ofile.c264 if (smb_node_is_file(node)) { in smb_ofile_open()
386 if (smb_node_is_file(of->f_node)) { in smb_ofile_close()
H A Dsmb_node.c1326 smb_node_is_file(smb_node_t *node) in smb_node_is_file() function
/titanic_50/usr/src/uts/common/smbsrv/
H A Dsmb_kproto.h537 boolean_t smb_node_is_file(smb_node_t *);