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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/gfs2/
H A Dquota.c258 if (qd->qd_bh_count++) {
289 qd->qd_bh_count--;
299 gfs2_assert(sdp, qd->qd_bh_count);
300 if (!--qd->qd_bh_count) {
1175 gfs2_assert_warn(sdp, !qd->qd_bh_count);
1210 gfs2_assert_warn(sdp, !qd->qd_bh_count);
H A Dincore.h301 unsigned int qd_bh_count; member in struct:gfs2_quota_data

Completed in 103 milliseconds