Home
last modified time | relevance | path

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

/linux-6.15/fs/gfs2/
H A Dquota.c130 gfs2_assert_warn(sdp, !qd->qd_slot_ref); in gfs2_qd_dispose()
353 if (qd->qd_slot_ref == 0) { in slot_get()
363 qd->qd_slot_ref++; in slot_get()
374 gfs2_assert(sdp, qd->qd_slot_ref); in slot_hold()
375 qd->qd_slot_ref++; in slot_hold()
384 gfs2_assert(sdp, qd->qd_slot_ref); in slot_put()
385 if (!--qd->qd_slot_ref) { in slot_put()
1456 qd->qd_slot_ref = 1; in gfs2_quota_init()
H A Dincore.h455 unsigned int qd_slot_ref; member