Searched refs:__state_send_lock (Results 1 – 2 of 2) sorted by relevance
491 struct mutex __state_send_lock; member530 mutex_lock(&st->__state_send_lock); in netfs_state_lock_send()535 return mutex_trylock(&st->__state_send_lock); in netfs_state_trylock_send()540 BUG_ON(!mutex_is_locked(&st->__state_send_lock)); in netfs_state_unlock_send()542 mutex_unlock(&st->__state_send_lock); in netfs_state_unlock_send()
1055 mutex_init(&st->__state_send_lock); in pohmelfs_state_init_one()