Searched refs:smbfs_nget (Results 1 – 3 of 3) sorted by relevance
/titanic_44/usr/src/uts/common/fs/smbclnt/smbfs/ |
H A D | smbfs_node.c | 158 smbfs_nget(vnode_t *dvp, const char *name, int nmlen, in smbfs_nget() function
|
H A D | smbfs_subr.h | 268 int smbfs_nget(vnode_t *dvp, const char *name, int nmlen,
|
H A D | smbfs_vnops.c | 1633 error = smbfs_nget(dvp, name, nmlen, &fa, &vp); in smbfslookup() 1972 error = smbfs_nget(dvp, name, nmlen, &fattr, &vp); in smbfs_create() 2404 error = smbfs_nget(dvp, name, nmlen, &fattr, &vp); in smbfs_mkdir() 2736 if (smbfs_nget(vp, ctx->f_name, nmlen, in smbfs_readvdir()
|