Searched refs:qd_slot_count (Results 1 – 2 of 2) sorted by relevance
133 gfs2_assert_warn(sdp, !qd->qd_slot_count); in gfs2_qd_dispose()325 if (qd->qd_slot_count != 0) in slot_get()335 qd->qd_slot_count++; in slot_get()347 gfs2_assert(sdp, qd->qd_slot_count); in slot_hold()348 qd->qd_slot_count++; in slot_hold()357 gfs2_assert(sdp, qd->qd_slot_count); in slot_put()358 if (!--qd->qd_slot_count) { in slot_put()1424 qd->qd_slot_count = 1; in gfs2_quota_init()1475 gfs2_assert_warn(sdp, !qd->qd_slot_count); in gfs2_quota_cleanup()
455 unsigned int qd_slot_count; member