Home
last modified time | relevance | path

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

/fs/gfs2/
Dlog.c119 if (gfs2_withdrawn(sdp)) { in gfs2_ail1_start_one()
771 if (gfs2_withdrawn(sdp)) in gfs2_write_log_header()
971 if (gfs2_withdrawn(sdp)) in gfs2_log_flush()
1001 if (gfs2_withdrawn(sdp)) in gfs2_log_flush()
1004 if (gfs2_withdrawn(sdp)) in gfs2_log_flush()
1007 if (gfs2_withdrawn(sdp)) in gfs2_log_flush()
1018 if (gfs2_withdrawn(sdp)) in gfs2_log_flush()
1038 if (gfs2_withdrawn(sdp)) in gfs2_log_flush()
1219 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()
Dutil.c373 if (gfs2_withdrawn(sdp)) in gfs2_assert_withdraw_i()
547 if (gfs2_withdrawn(sdp)) in gfs2_io_error_bh_i()
Dglops.c185 WARN_ON_ONCE(error && !gfs2_withdrawn(sdp)); in gfs2_rgrp_metasync()
589 if (gl->gl_state == LM_ST_SHARED && !gfs2_withdrawn(sdp) && in freeze_go_sync()
596 if (gfs2_withdrawn(sdp)) { in freeze_go_sync()
Dlock_dlm.c1117 if (gfs2_withdrawn(sdp)) { in gdlm_recover_prep()
1143 if (gfs2_withdrawn(sdp)) { in gdlm_recover_slot()
1172 if (gfs2_withdrawn(sdp)) { in gdlm_recover_done()
1203 if (gfs2_withdrawn(sdp)) { in gdlm_recovery_result()
Dsuper.c144 if (gfs2_withdrawn(sdp)) in gfs2_make_fs_rw()
163 if (!error && gfs2_withdrawn(sdp)) in gfs2_make_fs_rw()
515 if (unlikely(gfs2_withdrawn(sdp))) in gfs2_dirty_inode()
736 if (gfs2_withdrawn(sdp)) { in gfs2_freeze()
Dutil.h205 static inline bool gfs2_withdrawn(struct gfs2_sbd *sdp) in gfs2_withdrawn() function
Dtrans.c239 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()
680 if (unlikely(sdp->sd_log_error && !gfs2_withdrawn(sdp))) in do_xmote()
703 GLOCK_BUG_ON(gl, !gfs2_withdrawn(sdp)); in do_xmote()
Drecovery.c415 if (gfs2_withdrawn(sdp)) { in gfs2_recover_func()
Daops.c482 if (unlikely(gfs2_withdrawn(sdp))) in __gfs2_readpage()
Dsys.c121 unsigned int b = gfs2_withdrawn(sdp); in withdraw_show()
Dquota.c1506 if (!gfs2_withdrawn(sdp)) { in quotad_error()
1572 if (gfs2_withdrawn(sdp)) in gfs2_quotad()
Dfile.c1260 if (unlikely(gfs2_withdrawn(sdp))) { in gfs2_lock()
Dops_fstype.c1056 if (likely(!gfs2_withdrawn(sdp)) && lm->lm_unmount) in gfs2_lm_unmount()