Home
last modified time | relevance | path

Searched refs:f_mutex (Results 1 – 20 of 20) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_ofile.c479 mutex_enter(&of->f_mutex); in smb_ofile_close()
487 mutex_exit(&of->f_mutex); in smb_ofile_close()
490 mutex_exit(&of->f_mutex); in smb_ofile_close()
810 mutex_exit(&of->f_mutex); in smb_ofile_hold_olbrk()
832 mutex_exit(&of->f_mutex); in smb_ofile_hold()
907 mutex_exit(&of->f_mutex); in smb_ofile_release()
965 mutex_exit(&of->f_mutex); in smb_ofile_lookup_by_fid()
1023 mutex_exit(&of->f_mutex); in smb_ofile_hold_cb()
1256 mutex_exit(&of->f_mutex); in smb_ofile_set_flags()
1330 mutex_exit(&of->f_mutex); in smb_ofile_seek()
[all …]
H A Dsmb_notify.c205 mutex_enter(&of->f_mutex); in smb_notify_act1()
212 mutex_exit(&of->f_mutex); in smb_notify_act1()
246 mutex_exit(&of->f_mutex); in smb_notify_act1()
321 mutex_enter(&of->f_mutex); in smb_notify_act2()
326 mutex_exit(&of->f_mutex); in smb_notify_act2()
389 mutex_enter(&of->f_mutex); in smb_notify_act3()
393 mutex_exit(&of->f_mutex); in smb_notify_act3()
415 ASSERT(MUTEX_HELD(&of->f_mutex)); in smb_notify_get_events()
652 mutex_enter(&of->f_mutex); in smb_notify_ofile()
711 mutex_exit(&of->f_mutex); in smb_notify_ofile()
[all …]
H A Dsmb2_durable.c812 mutex_enter(&of->f_mutex); in smb2_dh_import_handle()
826 mutex_exit(&of->f_mutex); in smb2_dh_import_handle()
845 mutex_enter(&of->f_mutex); in smb2_dh_import_handle()
848 mutex_exit(&of->f_mutex); in smb2_dh_import_handle()
1268 mutex_enter(&of->f_mutex); in smb2_dh_update_locks()
1270 mutex_exit(&of->f_mutex); in smb2_dh_update_locks()
1436 mutex_enter(&of->f_mutex); in smb2_dh_reconnect()
1438 mutex_exit(&of->f_mutex); in smb2_dh_reconnect()
1454 mutex_exit(&of->f_mutex); in smb2_dh_reconnect()
1492 mutex_exit(&of->f_mutex); in smb2_dh_reconnect()
[all …]
H A Dsmb_flush.c101 mutex_enter(&file->f_mutex); in smb_com_flush()
103 mutex_exit(&file->f_mutex); in smb_com_flush()
H A Dsmb2_lock.c371 mutex_enter(&ofile->f_mutex); in smb2_lock_chk_lockseq()
380 mutex_exit(&ofile->f_mutex); in smb2_lock_chk_lockseq()
405 mutex_enter(&ofile->f_mutex); in smb2_lock_set_lockseq()
409 mutex_exit(&ofile->f_mutex); in smb2_lock_set_lockseq()
H A Dsmb2_lease.c1058 mutex_enter(&o->f_mutex); in smb2_lease_ofile_close()
1062 mutex_exit(&o->f_mutex); in smb2_lease_ofile_close()
1065 mutex_exit(&o->f_mutex); in smb2_lease_ofile_close()
1087 mutex_enter(&o->f_mutex); in smb2_lease_ofile_close()
1096 mutex_exit(&o->f_mutex); in smb2_lease_ofile_close()
1099 mutex_exit(&o->f_mutex); in smb2_lease_ofile_close()
H A Dsmb2_write.c207 mutex_enter(&of->f_mutex); in smb2_write()
209 mutex_exit(&of->f_mutex); in smb2_write()
H A Dsmb_write.c550 mutex_enter(&ofile->f_mutex); in smb_common_write()
552 mutex_exit(&ofile->f_mutex); in smb_common_write()
599 mutex_enter(&ofile->f_mutex); in smb_write_truncate()
601 mutex_exit(&ofile->f_mutex); in smb_write_truncate()
H A Dsmb2_setinfo_file.c186 mutex_enter(&of->f_mutex); in smb2_setf_seek()
188 mutex_exit(&of->f_mutex); in smb2_setf_seek()
H A Dsmb2_read.c390 mutex_enter(&of->f_mutex); in smb2_read()
392 mutex_exit(&of->f_mutex); in smb2_read()
H A Dsmb_lock.c285 mutex_enter(&file->f_mutex); in smb_lock_range()
290 mutex_exit(&file->f_mutex); in smb_lock_range()
294 mutex_enter(&file->f_mutex); in smb_lock_range()
297 mutex_exit(&file->f_mutex); in smb_lock_range()
H A Dsmb_read.c480 mutex_enter(&sr->fid_ofile->f_mutex); in smb_common_read()
482 mutex_exit(&sr->fid_ofile->f_mutex); in smb_common_read()
H A Dsmb2_query_dir.c218 mutex_enter(&of->f_mutex); in smb2_query_dir()
223 mutex_exit(&of->f_mutex); in smb2_query_dir()
H A Dsmb_node.c1654 mutex_enter(&of->f_mutex); in smb_node_setattr()
1669 mutex_exit(&of->f_mutex); in smb_node_setattr()
1764 mutex_enter(&of->f_mutex); in smb_node_getattr()
1782 mutex_exit(&of->f_mutex); in smb_node_getattr()
H A Dsmb2_qinfo_file.c472 mutex_enter(&of->f_mutex); in smb2_qif_position()
474 mutex_exit(&of->f_mutex); in smb2_qif_position()
/illumos-gate/usr/src/uts/sun/sys/scsi/adapters/
H A Dfasvar.h56 #define FAS_MUTEX(fas) (&(fas)->f_mutex)
117 kmutex_t f_mutex; member
492 _NOTE(MUTEX_PROTECTS_DATA(fas::f_mutex, fas))
/illumos-gate/usr/src/cmd/smbsrv/testoplock/smbsrv/
H A Dsmb_ktypes.h204 kmutex_t f_mutex; member
/illumos-gate/usr/src/cmd/smbsrv/testoplock/
H A Dtol_main.c433 mutex_init(&f->f_mutex, NULL, MUTEX_DEFAULT, NULL); in main()
/illumos-gate/usr/src/uts/sun/io/scsi/adapters/
H A Dfas.c906 mutex_init(&fas->f_mutex, NULL, MUTEX_DRIVER, fas->f_iblock); in fas_attach()
1023 mutex_destroy(&fas->f_mutex); in fas_attach()
1308 mutex_destroy(&fas->f_mutex); in fas_dr_detach()
1993 &fas->f_mutex, &fas->f_reset_notify_listf)); in fas_scsi_reset_notify()
2743 _NOTE(LOCK_RELEASED_AS_SIDE_EFFECT(fas->f_mutex)) in fas_check_waitQ_and_mutex_exit()
8751 (void) scsi_hba_reset_notify_callback(&fas->f_mutex, in fas_reset_recovery()
/illumos-gate/usr/src/uts/common/smbsrv/
H A Dsmb_ktypes.h1406 kmutex_t f_mutex; member