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;
104 switch (of->f_tree->t_res_type & STYPE_MASK) {
107 if (!smb_node_is_dir(of->f_node)) {
109 rc = smb_lock_range_access(sr, of->f_node,
117 (of->f_node->flags & NODE_FLAGS_WRITE_THROUGH)) {
120 rc = smb_fsop_write(sr, of->f_cr, of->f_node,
124 of->f_written = B_TRUE;
125 if (!smb_node_is_dir(of->f_node))
126 smb_oplock_break_levelII(of->f_node);
160 mutex_enter(&of->f_mutex);
161 of->f_seek_pos = Offset + XferCount;
162 mutex_exit(&of->f_mutex);