Home
last modified time | relevance | path

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

/linux-6.12.1/fs/gfs2/
Dlog.c120 if (gfs2_withdrawing_or_withdrawn(sdp)) { in gfs2_ail1_start_one()
835 if (gfs2_withdrawing_or_withdrawn(sdp)) in gfs2_write_log_header()
982 if (gfs2_withdrawing_or_withdrawn(sdp)) in empty_ail1_list()
1048 if (gfs2_withdrawing_or_withdrawn(sdp) || in gfs2_log_flush()
1098 if (gfs2_withdrawing_or_withdrawn(sdp)) in gfs2_log_flush()
1101 if (gfs2_withdrawing_or_withdrawn(sdp)) in gfs2_log_flush()
1105 if (gfs2_withdrawing_or_withdrawn(sdp)) in gfs2_log_flush()
1113 if (gfs2_withdrawing_or_withdrawn(sdp)) in gfs2_log_flush()
1131 if (gfs2_withdrawing_or_withdrawn(sdp)) in gfs2_log_flush()
1302 if (gfs2_withdrawing_or_withdrawn(sdp)) in gfs2_logd()
[all …]
Dmeta_io.c265 if (gfs2_withdrawing_or_withdrawn(sdp) && in gfs2_meta_read()
324 if (gfs2_withdrawing_or_withdrawn(sdp) && in gfs2_meta_wait()
336 if (gfs2_withdrawing_or_withdrawn(sdp) && in gfs2_meta_wait()
Dutil.c374 if (gfs2_withdrawing_or_withdrawn(sdp)) in gfs2_assert_withdraw_i()
552 if (gfs2_withdrawing_or_withdrawn(sdp)) in gfs2_io_error_bh_i()
Dsuper.c141 if (gfs2_withdrawing_or_withdrawn(sdp)) in gfs2_make_fs_rw()
160 if (!error && gfs2_withdrawing_or_withdrawn(sdp)) in gfs2_make_fs_rw()
506 if (gfs2_withdrawing_or_withdrawn(sdp)) in gfs2_dirty_inode()
612 if (gfs2_withdrawing_or_withdrawn(sdp)) in gfs2_put_super()
790 if (gfs2_withdrawing_or_withdrawn(sdp)) in gfs2_freeze_fs()
Dlock_dlm.c1153 if (gfs2_withdrawing_or_withdrawn(sdp)) { in gdlm_recover_prep()
1179 if (gfs2_withdrawing_or_withdrawn(sdp)) { in gdlm_recover_slot()
1208 if (gfs2_withdrawing_or_withdrawn(sdp)) { in gdlm_recover_done()
1239 if (gfs2_withdrawing_or_withdrawn(sdp)) { in gdlm_recovery_result()
Dutil.h205 static inline bool gfs2_withdrawing_or_withdrawn(struct gfs2_sbd *sdp) in gfs2_withdrawing_or_withdrawn() function
Dquota.c128 if (!gfs2_withdrawing_or_withdrawn(sdp)) { in gfs2_qd_dispose()
1555 if (!gfs2_withdrawing_or_withdrawn(sdp)) { in quotad_error()
1600 if (gfs2_withdrawing_or_withdrawn(sdp)) in gfs2_quotad()
1622 gfs2_withdrawing_or_withdrawn(sdp) || in gfs2_quotad()
Dtrans.c271 if (gfs2_withdrawing_or_withdrawn(sdp)) { in gfs2_trans_add_meta()
Drecovery.c414 if (gfs2_withdrawing_or_withdrawn(sdp)) { in gfs2_recover_func()
Daops.c432 if (gfs2_withdrawing_or_withdrawn(sdp)) in gfs2_read_folio()
Dglops.c180 WARN_ON_ONCE(error && !gfs2_withdrawing_or_withdrawn(sdp)); in gfs2_rgrp_metasync()
Dglock.c157 if (!gfs2_withdrawing_or_withdrawn(sdp)) in glock_blocked_by_withdraw()
273 if (!gfs2_withdrawing_or_withdrawn(sdp)) in __gfs2_glock_put()
782 if (unlikely(sdp->sd_log_error) && !gfs2_withdrawing_or_withdrawn(sdp)) in do_xmote()
Dsys.c196 unsigned int b = gfs2_withdrawing_or_withdrawn(sdp); in withdraw_show()
Dfile.c1446 if (gfs2_withdrawing_or_withdrawn(sdp)) { in gfs2_lock()
Dops_fstype.c1056 if (!gfs2_withdrawing_or_withdrawn(sdp) && lm->lm_unmount) in gfs2_lm_unmount()