Home
last modified time | relevance | path

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

/linux-4.4.14/fs/gfs2/
Dquota.c136 gfs2_assert_warn(sdp, !qd->qd_slot_count); in gfs2_qd_dispose()
328 if (qd->qd_slot_count != 0) in slot_get()
338 qd->qd_slot_count++; in slot_get()
350 gfs2_assert(sdp, qd->qd_slot_count); in slot_hold()
351 qd->qd_slot_count++; in slot_hold()
360 gfs2_assert(sdp, qd->qd_slot_count); in slot_put()
361 if (!--qd->qd_slot_count) { in slot_put()
1371 qd->qd_slot_count = 1; in gfs2_quota_init()
1422 gfs2_assert_warn(sdp, !qd->qd_slot_count); in gfs2_quota_cleanup()
Dincore.h454 unsigned int qd_slot_count; member