Home
last modified time | relevance | path

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

/linux-6.6.21/fs/gfs2/
Dquota.c133 gfs2_assert_warn(sdp, !qd->qd_slot_ref); in gfs2_qd_dispose()
345 if (qd->qd_slot_ref == 0) { in slot_get()
355 qd->qd_slot_ref++; in slot_get()
366 gfs2_assert(sdp, qd->qd_slot_ref); in slot_hold()
367 qd->qd_slot_ref++; in slot_hold()
376 gfs2_assert(sdp, qd->qd_slot_ref); in slot_put()
377 if (!--qd->qd_slot_ref) { in slot_put()
1460 qd->qd_slot_ref = 1; in gfs2_quota_init()
Dincore.h455 unsigned int qd_slot_ref; member