Searched refs:tnmlen (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/fs/smbfs/ |
H A D | smbfs_subr.h | 156 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 D | smbfs_smb.c | 822 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()
|