Lines Matching defs:of
2 * This file and its contents are supplied under the terms of the
4 * You may only use this file in accordance with the terms of version
5 * 1.0 of the CDDL.
7 * A full copy of the text of the CDDL should have accompanied this
8 * source. A copy of the CDDL is also available via the Internet at
23 smb2_ofile_getattr(smb_request_t *sr, smb_ofile_t *of, smb_attr_t *ap)
32 switch (of->f_ftype) {
35 rc = smb_node_getattr(sr, of->f_node, of->f_cr, of, ap);
39 rc = smb_opipe_getattr(of, ap);
57 smb2_ofile_getstd(smb_ofile_t *of, smb_queryinfo_t *qi)
61 switch (of->f_ftype) {
64 node = of->f_node;
86 smb2_ofile_getname(smb_ofile_t *of, smb_queryinfo_t *qi)
90 switch (of->f_ftype) {
93 rc = smb_node_getshrpath(of->f_node, of->f_tree,
98 rc = smb_opipe_getname(of, qi->qi_name, MAXPATHLEN);