Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/fs/smbclnt/smbfs/
H A Dsmbfs_smb.c277 error = smbfs_fullpath(mbp, vcp, np, NULL, 0, '\\'); in smbfs_smb_trans2_query()
803 error = smbfs_fullpath(mbp, SSTOVC(ssp), np, in smbfs_smb_query_info()
869 error = smbfs_fullpath(mbp, SSTOVC(ssp), np, name, len, '\\'); in smbfs_smb_setpattr1()
1061 error = smbfs_fullpath(mbp, vcp, np, NULL, 0, '\\'); in smbfs_smb_setfattrNT()
1125 err = smbfs_fullpath(&name_mb, SSTOVC(ssp), in smbfs_smb_ntcreatex()
1238 error = smbfs_fullpath(mbp, vcp, np, name, nmlen, in smbfs_smb_oldopen()
1472 error = smbfs_fullpath(mbp, SSTOVC(ssp), dnp, name, nmlen, in smbfs_smb_oldcreate()
1556 error = smbfs_fullpath(mbp, SSTOVC(ssp), np, name, nmlen, in smbfs_smb_delete()
1594 error = smbfs_fullpath(mbp, SSTOVC(ssp), src, NULL, 0, 0); in smbfs_smb_rename()
1603 error = smbfs_fullpath(mbp, SSTOVC(ssp), tdnp, tname, tnmlen, sep); in smbfs_smb_rename()
[all …]
H A Dsmbfs_subr.c69 smbfs_fullpath(struct mbchain *mbp, struct smb_vc *vcp, struct smbnode *dnp, in smbfs_fullpath() function
H A Dsmbfs_subr.h201 int smbfs_fullpath(struct mbchain *mbp, struct smb_vc *vcp,
H A Dsmbfs_xattr.c341 error = smbfs_fullpath(mbp, vcp, pnp, NULL, NULL, 0); in smbfs_xa_findopen()