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
26 smb_ofile_t *of = NULL;
71 of = sr->fid_ofile;
93 switch (of->f_tree->t_res_type & STYPE_MASK) {
95 if (!smb_node_is_dir(of->f_node)) {
97 rc = smb_lock_range_access(sr, of->f_node,
104 rc = smb_fsop_read(sr, of->f_cr, of->f_node, &vdb->vdb_uio);
148 mutex_enter(&of->f_mutex);
149 of->f_seek_pos = Offset + XferCount;
150 mutex_exit(&of->f_mutex);