Home
last modified time | relevance | path

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

/linux/fs/gfs2/
A 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()
1468 gfs2_assert_warn(sdp, !qd->qd_bh_count); in gfs2_quota_cleanup()
A Dincore.h459 unsigned int qd_bh_count; member

Completed in 10 milliseconds