Home
last modified time | relevance | path

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

/linux/fs/gfs2/
A Dquota.c130 gfs2_assert_warn(sdp, !qd->qd_slot_ref); in gfs2_qd_dispose()
355 if (qd->qd_slot_ref == 0) { in slot_get()
365 qd->qd_slot_ref++; in slot_get()
376 gfs2_assert(sdp, qd->qd_slot_ref); in slot_hold()
377 qd->qd_slot_ref++; in slot_hold()
386 gfs2_assert(sdp, qd->qd_slot_ref); in slot_put()
387 if (!--qd->qd_slot_ref) { in slot_put()
1457 qd->qd_slot_ref = 1; in gfs2_quota_init()
A Dincore.h453 unsigned int qd_slot_ref; member

Completed in 12 milliseconds