Searched refs:smb_ofile_close (Results 1 - 7 of 7) sorted by relevance

/opensolaris-onvv-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_close.c65 smb_ofile_close(sr->fid_ofile, sr->arg.timestamp);
103 smb_ofile_close(sr->fid_ofile, sr->arg.timestamp);
H A Dsmb_opipe.c132 smb_ofile_close(of, 0);
166 * called by smb_ofile_close().
171 smb_ofile_close(of, 0);
H A Dsmb_write.c217 smb_ofile_close(sr->fid_ofile, param->rw_last_write);
H A Dsmb_ofile.c116 * This transition occurs in smb_ofile_close().
288 * smb_ofile_close
291 smb_ofile_close(smb_ofile_t *of, uint32_t last_wtime) function
908 smb_ofile_close(of, 0);
H A Dsmb_common_open.c253 * is closed (smb_ofile_close). It is accounted for via ofile and node flags.
649 /* Don't apply readonly bit until smb_ofile_close */
725 /* Don't apply readonly bit until smb_ofile_close */
848 * smb_fsop_unshrlock is done in smb_ofile_close
854 smb_ofile_close(of, 0);
H A Dsmb_tree.c475 smb_ofile_close(of, 0);
/opensolaris-onvv-gate/usr/src/uts/common/smbsrv/
H A Dsmb_kproto.h548 void smb_ofile_close(smb_ofile_t *, uint32_t);

Completed in 109 milliseconds