Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/fs/smbsrv/
H A Dsmb_common_open.c45 extern uint32_t smb_is_executable(char *);
134 if (smb_is_executable(fname)) in smb_denymode_to_sharemode()
H A Dsmb_node.c101 uint32_t smb_is_executable(char *);
357 node->flags |= smb_is_executable(op->fqi.fq_last_comp); in smb_node_lookup()
H A Dsmb_pathname.c45 smb_is_executable(char *path) in smb_is_executable() function