Home
last modified time | relevance | path

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

/linux/fs/gfs2/
A Dquota.c133 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()
1416 qd->qd_slot_count = 1; in gfs2_quota_init()
1467 gfs2_assert_warn(sdp, !qd->qd_slot_count); in gfs2_quota_cleanup()
A Dincore.h455 unsigned int qd_slot_count; member

Completed in 11 milliseconds