Searched refs:smbfs_get_xattrdir (Results 1 – 3 of 3) sorted by relevance
/titanic_41/usr/src/uts/common/fs/smbclnt/smbfs/ |
H A D | smbfs_xattr.c | 80 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 D | smbfs_subr.h | 289 int smbfs_get_xattrdir(vnode_t *dvp, vnode_t **vpp, cred_t *cr, int);
|
H A D | smbfs_vnops.c | 1423 error = smbfs_get_xattrdir(dvp, vpp, cr, flags); in smbfs_lookup()
|