Home
last modified time | relevance | path

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

/openbmc/linux/fs/xfs/
H A Dxfs_qm.c908 xfs_dqid_t firstid, in xfs_qm_reset_dqcounts_all() argument
957 xfs_qm_reset_dqcounts(mp, bp, firstid, type); in xfs_qm_reset_dqcounts_all()
963 firstid += mp->m_quotainfo->qi_dqperchunk; in xfs_qm_reset_dqcounts_all()
985 xfs_dqid_t firstid; in xfs_qm_reset_dqcounts_buf() local
1029 firstid = (xfs_dqid_t) map[i].br_startoff * in xfs_qm_reset_dqcounts_buf()
1050 error = xfs_qm_reset_dqcounts_all(mp, firstid, in xfs_qm_reset_dqcounts_buf()
/openbmc/linux/drivers/media/common/siano/
H A Dsmscoreapi.c1446 struct list_head *firstid; in smscore_find_client() local
1452 firstid = &client->idlist; in smscore_find_client()
1453 list_for_each_entry(client_id, firstid, entry) { in smscore_find_client()