Home
last modified time | relevance | path

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

/fs/gfs2/
Dquota.c134 gfs2_assert_warn(sdp, !qd->qd_bh_count); in gfs2_qd_dispose()
376 if (qd->qd_bh_count++) { in bh_get()
407 qd->qd_bh_count--; in bh_get()
417 gfs2_assert(sdp, qd->qd_bh_count); in bh_put()
418 if (!--qd->qd_bh_count) { in bh_put()
1459 gfs2_assert_warn(sdp, !qd->qd_bh_count); in gfs2_quota_cleanup()
Dincore.h479 unsigned int qd_bh_count; member