Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_common_open.c42 extern uint32_t smb_is_executable(char *);
124 if (smb_is_executable(fname)) in smb_denymode_to_sharemode()
H A Dsmb_node.c110 uint32_t smb_is_executable(char *);
369 node->flags |= smb_is_executable(op->fqi.fq_last_comp); in smb_node_lookup()
H A Dsmb_pathname.c48 smb_is_executable(char *path) in smb_is_executable() function