Home
last modified time | relevance | path

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

/openbmc/linux/fs/gfs2/
H A Dquota.c130 gfs2_assert_warn(sdp, !qd->qd_slot_ref); in gfs2_qd_dispose()
342 if (qd->qd_slot_ref == 0) { in slot_get()
352 qd->qd_slot_ref++; in slot_get()
363 gfs2_assert(sdp, qd->qd_slot_ref); in slot_hold()
364 qd->qd_slot_ref++; in slot_hold()
373 gfs2_assert(sdp, qd->qd_slot_ref); in slot_put()
374 if (!--qd->qd_slot_ref) { in slot_put()
1446 qd->qd_slot_ref = 1; in gfs2_quota_init()
H A Dincore.h455 unsigned int qd_slot_ref; member