Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/fs/smbsrv/
H A Dsmb_query_fileinfo.c101 static int smb_query_pathname(smb_request_t *, smb_node_t *, boolean_t,
832 rc = smb_query_pathname(sr, node, B_TRUE, qinfo); in smb_query_fileinfo()
836 rc = smb_query_pathname(sr, node, B_FALSE, qinfo); in smb_query_fileinfo()
871 smb_query_pathname(smb_request_t *sr, smb_node_t *node, boolean_t include_share, in smb_query_pathname() function