Home
last modified time | relevance | path

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

/Linux-v5.10/fs/gfs2/
Dlog.c119 if (gfs2_withdrawn(sdp)) { in gfs2_ail1_start_one()
771 if (gfs2_withdrawn(sdp)) in gfs2_write_log_header()
967 if (gfs2_withdrawn(sdp)) in gfs2_log_flush()
997 if (gfs2_withdrawn(sdp)) in gfs2_log_flush()
1000 if (gfs2_withdrawn(sdp)) in gfs2_log_flush()
1003 if (gfs2_withdrawn(sdp)) in gfs2_log_flush()
1014 if (gfs2_withdrawn(sdp)) in gfs2_log_flush()
1034 if (gfs2_withdrawn(sdp)) in gfs2_log_flush()
1215 if (gfs2_withdrawn(sdp)) { in gfs2_logd()
Dmeta_io.c254 if (unlikely(gfs2_withdrawn(sdp)) && in gfs2_meta_read()
313 if (unlikely(gfs2_withdrawn(sdp))) in gfs2_meta_wait()
324 if (unlikely(gfs2_withdrawn(sdp))) in gfs2_meta_wait()
Dglops.c185 WARN_ON_ONCE(error && !gfs2_withdrawn(sdp)); in gfs2_rgrp_metasync()
585 if (gl->gl_state == LM_ST_SHARED && !gfs2_withdrawn(sdp) && in freeze_go_sync()
592 if (gfs2_withdrawn(sdp)) { in freeze_go_sync()
632 if (!gfs2_withdrawn(sdp)) { in freeze_go_xmote_bh()
Dutil.c327 if (gfs2_withdrawn(sdp)) in gfs2_assert_withdraw_i()
501 if (gfs2_withdrawn(sdp)) in gfs2_io_error_bh_i()
Dsuper.c183 if (gfs2_withdrawn(sdp)) { in gfs2_make_fs_rw()
189 if (error || gfs2_withdrawn(sdp)) in gfs2_make_fs_rw()
203 if (error || gfs2_withdrawn(sdp)) in gfs2_make_fs_rw()
569 if (unlikely(gfs2_withdrawn(sdp))) in gfs2_dirty_inode()
633 if (error && !gfs2_withdrawn(sdp)) in gfs2_make_fs_ro()
814 if (gfs2_withdrawn(sdp)) { in gfs2_freeze()
Dlock_dlm.c1116 if (gfs2_withdrawn(sdp)) { in gdlm_recover_prep()
1142 if (gfs2_withdrawn(sdp)) { in gdlm_recover_slot()
1171 if (gfs2_withdrawn(sdp)) { in gdlm_recover_done()
1202 if (gfs2_withdrawn(sdp)) { in gdlm_recovery_result()
Dutil.h202 static inline bool gfs2_withdrawn(struct gfs2_sbd *sdp) in gfs2_withdrawn() function
Dtrans.c237 if (unlikely(gfs2_withdrawn(sdp))) { in gfs2_trans_add_meta()
Dglock.c152 if (likely(!gfs2_withdrawn(sdp))) in glock_blocked_by_withdraw()
275 if (!gfs2_withdrawn(sdp)) in __gfs2_glock_put()
665 if (unlikely(sdp->sd_log_error && !gfs2_withdrawn(sdp))) in do_xmote()
685 GLOCK_BUG_ON(gl, !gfs2_withdrawn(sdp)); in do_xmote()
Drecovery.c415 if (gfs2_withdrawn(sdp)) { in gfs2_recover_func()
Daops.c485 if (unlikely(gfs2_withdrawn(sdp))) in __gfs2_readpage()
Dsys.c121 unsigned int b = gfs2_withdrawn(sdp); in withdraw_show()
Dquota.c1487 if (!gfs2_withdrawn(sdp)) { in quotad_error()
1553 if (gfs2_withdrawn(sdp)) in gfs2_quotad()
Dfile.c1254 if (unlikely(gfs2_withdrawn(sdp))) { in gfs2_lock()
Dops_fstype.c1049 if (likely(!gfs2_withdrawn(sdp)) && lm->lm_unmount) in gfs2_lm_unmount()