Searched refs:smbfs_smb_lookup (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.1-release/sys/fs/smbfs/
H A Dsmbfs_subr.h167 int smbfs_smb_lookup(struct smbnode *dnp, const char *name, int nmlen,
H A Dsmbfs_vnops.c273 error = smbfs_smb_lookup(np, NULL, 0, &fattr, scred);
566 error = smbfs_smb_lookup(dnp, name, nmlen, &fattr, scred);
774 error = smbfs_smb_lookup(dnp, name, len, &fattr, scred);
1263 SMBVDEBUG("smbfs_smb_lookup: dotdot\n");
1265 error = smbfs_smb_lookup(dnp, NULL, 0, fap, scred);
1266 SMBVDEBUG("result of smbfs_smb_lookup: %d\n", error);
1269 error = smbfs_smb_lookup(dnp, name, nmlen, fap, scred);
1270 SMBVDEBUG("result of smbfs_smb_lookup: %d\n", error);
H A Dsmbfs_vfsops.c333 error = smbfs_smb_lookup(NULL, NULL, 0, &fattr, scred);
H A Dsmbfs_smb.c1444 smbfs_smb_lookup(struct smbnode *dnp, const char *name, int nmlen, function
1458 ASSERT_VOP_ELOCKED(dnp->n_vnode, "smbfs_smb_lookup");

Completed in 57 milliseconds