Searched defs:smb_attr_t (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/smbsrv/
H A Dsmb_vops.h62 * Note: When specifying the mask for an smb_attr_t,
74 } smb_attr_t; typedef in typeref:struct:smb_attr
130 int smb_vop_getattr(vnode_t *, vnode_t *, smb_attr_t *, int, cred_t *);
131 int smb_vop_setattr(vnode_t *, vnode_t *, smb_attr_t *, int, cred_t *);
136 smb_attr_t *, cred_t *);
137 int smb_vop_create(vnode_t *, char *, smb_attr_t *, vnode_t **, int, cred_t *,
142 int smb_vop_mkdir(vnode_t *, char *, smb_attr_t *, vnode_t **, int, cred_t *,
151 int smb_vop_stream_create(vnode_t *, char *, smb_attr_t *, vnode_t **,

Completed in 208 milliseconds