Searched refs:smbfsremove (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/uts/common/fs/smbclnt/smbfs/ |
H A D | smbfs_vnops.c | 139 static int smbfsremove(vnode_t *dvp, vnode_t *vp, struct smb_cred *scred, 2802 error = smbfsremove(dvp, vp, &scred, flags); in smbfs_remove() 2843 smbfsremove(vnode_t *dvp, vnode_t *vp, struct smb_cred *scred, in smbfsremove() function 3146 error = smbfsremove(ndvp, nvp, scred, flags); in smbfsrename() 3340 error = smbfsremove(dvp, vp, &scred, flags); in smbfs_rmdir()
|