Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/smbsrv/
H A Dsmb_fsops.h92 int smb_fsop_lookup_name(smb_request_t *, cred_t *, int,
/titanic_50/usr/src/uts/common/fs/smbsrv/
H A Dsmb_delete.c243 if (smb_fsop_lookup_name(sr, sr->user_cr, 0, sr->tid_tree->t_snode, in smb_delete_single_file()
309 rc = smb_fsop_lookup_name(sr, sr->user_cr, SMB_CASE_SENSITIVE, in smb_delete_multiple_files()
H A Dsmb_set_fileinfo.c289 rc = smb_fsop_lookup_name(sr, sr->user_cr, SMB_FOLLOW_LINKS, in smb_set_by_path()
H A Dsmb_common_open.c442 rc = smb_fsop_lookup_name(sr, zone_kcred(), lookup_flags, in smb_open_subr()
H A Dsmb_query_fileinfo.c327 rc = smb_fsop_lookup_name(sr, sr->user_cr, SMB_FOLLOW_LINKS, in smb_query_by_path()
H A Dsmb_fsops.c1710 smb_fsop_lookup_name( in smb_fsop_lookup_name() function