Home
last modified time | relevance | path

Searched refs:q_lru (Results 1 – 3 of 3) sorted by relevance

/linux/fs/xfs/
H A Dxfs_qm.c192 ASSERT(!list_empty(&dqp->q_lru)); in xfs_qm_dqpurge()
193 list_lru_del_obj(&qi->qi_lru, &dqp->q_lru); in xfs_qm_dqpurge()
421 struct xfs_dquot, q_lru); in xfs_qm_dquot_isolate()
454 list_lru_isolate(lru, &dqp->q_lru); in xfs_qm_dquot_isolate()
477 list_lru_isolate_move(lru, &dqp->q_lru, &isol->dispose); in xfs_qm_dquot_isolate()
517 dqp = list_first_entry(&isol.dispose, struct xfs_dquot, q_lru); in xfs_qm_shrink_scan()
518 list_del_init(&dqp->q_lru); in xfs_qm_shrink_scan()
H A Dxfs_dquot.h69 struct list_head q_lru; member
H A Dxfs_dquot.c103 ASSERT(list_empty(&dqp->q_lru)); in xfs_qm_dqdestroy()
533 INIT_LIST_HEAD(&dqp->q_lru); in xfs_dquot_alloc()
1129 if (list_lru_add_obj(&qi->qi_lru, &dqp->q_lru)) in xfs_qm_dqrele()