Searched refs:smbfs_fullpath (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/fs/smbfs/ |
H A D | smbfs_smb.c | 389 error = smbfs_fullpath(mbp, SSTOVC(ssp), np, name, len); in smbfs_smb_query_info() 451 error = smbfs_fullpath(mbp, SSTOVC(ssp), np, NULL, 0); in smbfs_smb_setpattr() 494 error = smbfs_fullpath(mbp, vcp, np, NULL, 0); in smbfs_smb_setptime2() 549 error = smbfs_fullpath(mbp, vcp, np, NULL, 0); in smbfs_smb_setpattrNT() 691 error = smbfs_fullpath(mbp, SSTOVC(ssp), np, NULL, 0); in smbfs_smb_open() 774 error = smbfs_fullpath(mbp, SSTOVC(ssp), dnp, name, nmlen); in smbfs_smb_create() 811 error = smbfs_fullpath(mbp, SSTOVC(ssp), np, NULL, 0); in smbfs_smb_delete() 839 error = smbfs_fullpath(mbp, SSTOVC(ssp), src, NULL, 0); in smbfs_smb_rename() 843 error = smbfs_fullpath(mbp, SSTOVC(ssp), tdnp, tname, tnmlen); in smbfs_smb_rename() 874 error = smbfs_fullpath(mbp, SSTOVC(ssp), src, NULL, 0); in smbfs_smb_move() [all …]
|
H A D | smbfs_subr.c | 110 smbfs_fullpath(struct mbchain *mbp, struct smb_vc *vcp, struct smbnode *dnp, in smbfs_fullpath() function
|
H A D | smbfs_subr.h | 166 int smbfs_fullpath(struct mbchain *mbp, struct smb_vc *vcp,
|