Home
last modified time | relevance | path

Searched refs:gfs2_withdrawn (Results 1 – 15 of 15) sorted by relevance

/linux-6.6.21/fs/gfs2/
Dlog.c129 if (gfs2_withdrawn(sdp)) { in gfs2_ail1_start_one()
844 if (gfs2_withdrawn(sdp)) in gfs2_write_log_header()
1050 if (gfs2_withdrawn(sdp) || !test_bit(SDF_JOURNAL_LIVE, &sdp->sd_flags)) in gfs2_log_flush()
1099 if (gfs2_withdrawn(sdp)) in gfs2_log_flush()
1102 if (gfs2_withdrawn(sdp)) in gfs2_log_flush()
1105 if (gfs2_withdrawn(sdp)) in gfs2_log_flush()
1113 if (gfs2_withdrawn(sdp)) in gfs2_log_flush()
1131 if (gfs2_withdrawn(sdp)) in gfs2_log_flush()
1301 if (gfs2_withdrawn(sdp)) in gfs2_logd()
1340 gfs2_withdrawn(sdp) || in gfs2_logd()
Dmeta_io.c260 if (unlikely(gfs2_withdrawn(sdp)) && !gfs2_withdraw_in_prog(sdp)) { in gfs2_meta_read()
318 if (unlikely(gfs2_withdrawn(sdp)) && !gfs2_withdraw_in_prog(sdp)) in gfs2_meta_wait()
329 if (unlikely(gfs2_withdrawn(sdp)) && !gfs2_withdraw_in_prog(sdp)) in gfs2_meta_wait()
Dutil.c375 if (gfs2_withdrawn(sdp)) in gfs2_assert_withdraw_i()
551 if (gfs2_withdrawn(sdp)) in gfs2_io_error_bh_i()
Dlock_dlm.c1125 if (gfs2_withdrawn(sdp)) { in gdlm_recover_prep()
1151 if (gfs2_withdrawn(sdp)) { in gdlm_recover_slot()
1180 if (gfs2_withdrawn(sdp)) { in gdlm_recover_done()
1211 if (gfs2_withdrawn(sdp)) { in gdlm_recovery_result()
Dsuper.c137 if (gfs2_withdrawn(sdp)) in gfs2_make_fs_rw()
156 if (!error && gfs2_withdrawn(sdp)) in gfs2_make_fs_rw()
502 if (unlikely(gfs2_withdrawn(sdp))) in gfs2_dirty_inode()
608 if (gfs2_withdrawn(sdp)) in gfs2_put_super()
688 if (gfs2_withdrawn(sdp)) { in gfs2_freeze_locally()
Dutil.h204 static inline bool gfs2_withdrawn(struct gfs2_sbd *sdp) in gfs2_withdrawn() function
Dtrans.c271 if (unlikely(gfs2_withdrawn(sdp))) { in gfs2_trans_add_meta()
Dquota.c131 if (!gfs2_withdrawn(sdp)) { in gfs2_qd_dispose()
1531 if (!gfs2_withdrawn(sdp)) { in quotad_error()
1575 if (gfs2_withdrawn(sdp)) in gfs2_quotad()
1599 gfs2_withdrawn(sdp) || in gfs2_quotad()
Drecovery.c414 if (gfs2_withdrawn(sdp)) { in gfs2_recover_func()
Dglock.c159 if (likely(!gfs2_withdrawn(sdp))) in glock_blocked_by_withdraw()
281 if (!gfs2_withdrawn(sdp)) in __gfs2_glock_put()
760 if (unlikely(sdp->sd_log_error && !gfs2_withdrawn(sdp))) in do_xmote()
797 GLOCK_BUG_ON(gl, !gfs2_withdrawn(sdp)); in do_xmote()
Daops.c467 if (unlikely(gfs2_withdrawn(sdp))) in gfs2_read_folio()
Dglops.c177 WARN_ON_ONCE(error && !gfs2_withdrawn(sdp)); in gfs2_rgrp_metasync()
Dsys.c196 unsigned int b = gfs2_withdrawn(sdp); in withdraw_show()
Dfile.c1439 if (unlikely(gfs2_withdrawn(sdp))) { in gfs2_lock()
Dops_fstype.c1077 if (likely(!gfs2_withdrawn(sdp)) && lm->lm_unmount) in gfs2_lm_unmount()