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
25 * Some flags used locally to keep track of which Create Context
76 smb_ofile_t *of = NULL;
308 of = sr->fid_ofile;
316 smb_ofile_set_delete_on_close(of);
338 if (of->f_node != NULL) {
339 smb_fsop_eaccess(sr, of->f_cr, of->f_node, &MaxAccess);
341 MaxAccess |= of->f_granted_access;
349 of->f_node != NULL) {
353 fsid = SMB_NODE_FSID(of->f_node);
422 if (of != NULL)
423 smb_ofile_close(of, 0);
473 * NB: in SMB3, some of these are 8 bytes.