Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/fs/smbsrv/
H A Dsmb_common_open.c506 if (!smb_node_is_file(node) && !smb_node_is_dir(node) && in smb_open_subr()
922 if (smb_node_is_file(node)) { in smb_open_subr()
H A Dsmb_ofile.c259 if (smb_node_is_file(node)) { in smb_ofile_open()
376 if (smb_node_is_file(of->f_node)) { in smb_ofile_close()
H A Dsmb_node.c1318 smb_node_is_file(smb_node_t *node) in smb_node_is_file() function
/titanic_41/usr/src/uts/common/smbsrv/
H A Dsmb_kproto.h479 boolean_t smb_node_is_file(smb_node_t *);