Home
last modified time | relevance | path

Searched refs:smbfs_get_xattrdir (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/uts/common/fs/smbclnt/smbfs/
H A Dsmbfs_xattr.c80 smbfs_get_xattrdir(vnode_t *pvp, vnode_t **vpp, cred_t *cr, int flags) in smbfs_get_xattrdir() function
202 error = smbfs_get_xattrdir(vp, &xvp, cr, LOOKUP_XATTR); in smbfs_xa_exists()
H A Dsmbfs_subr.h289 int smbfs_get_xattrdir(vnode_t *dvp, vnode_t **vpp, cred_t *cr, int);
H A Dsmbfs_vnops.c1423 error = smbfs_get_xattrdir(dvp, vpp, cr, flags); in smbfs_lookup()