Searched refs:qd_bh_count (Results 1 - 2 of 2) sorted by relevance

/linux-master/fs/gfs2/
H A Dquota.c134 gfs2_assert_warn(sdp, !qd->qd_bh_count);
409 if (qd->qd_bh_count++) {
446 qd->qd_bh_count--;
456 gfs2_assert(sdp, qd->qd_bh_count);
457 if (!--qd->qd_bh_count) {
H A Dincore.h459 unsigned int qd_bh_count; member in struct:gfs2_quota_data

Completed in 159 milliseconds