Home
last modified time | relevance | path

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

/linux/fs/gfs2/
H A Dquota.c130 gfs2_assert_warn(sdp, !qd->qd_slot_ref); in gfs2_qd_dispose()
354 if (qd->qd_slot_ref == 0) { in slot_get()
364 qd->qd_slot_ref++; in slot_get()
375 gfs2_assert(sdp, qd->qd_slot_ref); in slot_hold()
376 qd->qd_slot_ref++; in slot_hold()
385 gfs2_assert(sdp, qd->qd_slot_ref); in slot_put()
386 if (!--qd->qd_slot_ref) { in slot_put()
1457 qd->qd_slot_ref = 1; in gfs2_quota_init()
H A Dincore.h459 unsigned int qd_slot_ref; member