Lines Matching refs:sd_flags
128 if (test_bit(SDF_NORECOVERY, &sdp->sd_flags) || !sdp->sd_jdesc) in signal_our_withdraw()
138 set_bit(SDF_WITHDRAW_RECOVERY, &sdp->sd_flags); in signal_our_withdraw()
150 clear_bit(SDF_JOURNAL_LIVE, &sdp->sd_flags); in signal_our_withdraw()
176 clear_bit(SDF_WITHDRAW_RECOVERY, &sdp->sd_flags); in signal_our_withdraw()
259 clear_bit(SDF_WITHDRAW_RECOVERY, &sdp->sd_flags); in signal_our_withdraw()
302 wake_up_bit(&sdp->sd_flags, SDF_WITHDRAW_RECOVERY); in signal_our_withdraw()
311 test_bit(SDF_WITHDRAWN, &sdp->sd_flags)) in gfs2_lm()
327 unsigned long old = READ_ONCE(sdp->sd_flags), new; in gfs2_withdraw()
331 wait_on_bit(&sdp->sd_flags, in gfs2_withdraw()
337 } while (unlikely(!try_cmpxchg(&sdp->sd_flags, &old, new))); in gfs2_withdraw()
353 set_bit(SDF_SKIP_DLM_UNLOCK, &sdp->sd_flags); in gfs2_withdraw()
356 clear_bit(SDF_WITHDRAW_IN_PROG, &sdp->sd_flags); in gfs2_withdraw()
358 wake_up_bit(&sdp->sd_flags, SDF_WITHDRAW_IN_PROG); in gfs2_withdraw()