isol 420 fs/xfs/xfs_qm.c struct xfs_qm_isolate *isol = arg; isol 462 fs/xfs/xfs_qm.c xfs_buf_delwri_queue(bp, &isol->buffers); isol 475 fs/xfs/xfs_qm.c list_lru_isolate_move(lru, &dqp->q_lru, &isol->dispose); isol 501 fs/xfs/xfs_qm.c struct xfs_qm_isolate isol; isol 508 fs/xfs/xfs_qm.c INIT_LIST_HEAD(&isol.buffers); isol 509 fs/xfs/xfs_qm.c INIT_LIST_HEAD(&isol.dispose); isol 512 fs/xfs/xfs_qm.c xfs_qm_dquot_isolate, &isol); isol 514 fs/xfs/xfs_qm.c error = xfs_buf_delwri_submit(&isol.buffers); isol 518 fs/xfs/xfs_qm.c while (!list_empty(&isol.dispose)) { isol 521 fs/xfs/xfs_qm.c dqp = list_first_entry(&isol.dispose, struct xfs_dquot, q_lru);