Home
last modified time | relevance | path

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

/freebsd/sys/fs/smbfs/
H A Dsmbfs_subr.h156 const char *tname, int tnmlen, struct smb_cred *scred);
158 const char *tname, int tnmlen, u_int16_t flags, struct smb_cred *scred);
H A Dsmbfs_smb.c822 const char *tname, int tnmlen, struct smb_cred *scred) in smbfs_smb_rename() argument
843 error = smbfs_fullpath(mbp, SSTOVC(ssp), tdnp, tname, tnmlen); in smbfs_smb_rename()
855 const char *tname, int tnmlen, u_int16_t flags, struct smb_cred *scred) in smbfs_smb_move() argument
878 error = smbfs_fullpath(mbp, SSTOVC(ssp), tdnp, tname, tnmlen); in smbfs_smb_move()