Home
last modified time | relevance | path

Searched refs:sd_freeze_mutex (Results 1 – 5 of 5) sorted by relevance

/linux/fs/gfs2/
H A Dsuper.c689 mutex_lock(&sdp->sd_freeze_mutex); in gfs2_freeze_func()
712 mutex_unlock(&sdp->sd_freeze_mutex); in gfs2_freeze_func()
730 if (!mutex_trylock(&sdp->sd_freeze_mutex)) in gfs2_freeze_super()
733 mutex_unlock(&sdp->sd_freeze_mutex); in gfs2_freeze_super()
770 mutex_unlock(&sdp->sd_freeze_mutex); in gfs2_freeze_super()
801 if (!mutex_trylock(&sdp->sd_freeze_mutex)) in gfs2_thaw_super()
804 mutex_unlock(&sdp->sd_freeze_mutex); in gfs2_thaw_super()
817 mutex_unlock(&sdp->sd_freeze_mutex); in gfs2_thaw_super()
826 mutex_lock(&sdp->sd_freeze_mutex); in gfs2_thaw_freeze_initiator()
833 mutex_unlock(&sdp->sd_freeze_mutex); in gfs2_thaw_freeze_initiator()
[all...]
H A Drecovery.c465 mutex_lock(&sdp->sd_freeze_mutex); in gfs2_recover_func()
468 mutex_unlock(&sdp->sd_freeze_mutex); in gfs2_recover_func()
522 mutex_unlock(&sdp->sd_freeze_mutex); in gfs2_recover_func()
547 mutex_unlock(&sdp->sd_freeze_mutex); in gfs2_recover_func()
H A Dutil.c152 bool locked = mutex_trylock(&sdp->sd_freeze_mutex); in signal_our_withdraw()
164 mutex_unlock(&sdp->sd_freeze_mutex); in signal_our_withdraw()
H A Dincore.h839 struct mutex sd_freeze_mutex; member
H A Dops_fstype.c128 mutex_init(&sdp->sd_freeze_mutex); in init_sbd()