Home
last modified time | relevance | path

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

/linux-6.12.1/fs/xfs/
Dxfs_qm.c174 ASSERT(!list_empty(&dqp->q_lru)); in xfs_qm_dqpurge()
175 list_lru_del_obj(&qi->qi_lru, &dqp->q_lru); in xfs_qm_dqpurge()
420 struct xfs_dquot, q_lru); in xfs_qm_dquot_isolate()
443 list_lru_isolate(lru, &dqp->q_lru); in xfs_qm_dquot_isolate()
482 list_lru_isolate_move(lru, &dqp->q_lru, &isol->dispose); in xfs_qm_dquot_isolate()
529 dqp = list_first_entry(&isol.dispose, struct xfs_dquot, q_lru); in xfs_qm_shrink_scan()
530 list_del_init(&dqp->q_lru); in xfs_qm_shrink_scan()
Dxfs_dquot.h63 struct list_head q_lru; member
Dxfs_dquot.c78 ASSERT(list_empty(&dqp->q_lru)); in xfs_qm_dqdestroy()
502 INIT_LIST_HEAD(&dqp->q_lru); in xfs_dquot_alloc()
1099 if (list_lru_add_obj(&qi->qi_lru, &dqp->q_lru)) in xfs_qm_dqput()