Home
last modified time | relevance | path

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

/linux-6.1.9/fs/xfs/
Dxfs_qm.c900 xfs_dqid_t firstid, in xfs_qm_reset_dqcounts_all() argument
949 xfs_qm_reset_dqcounts(mp, bp, firstid, type); in xfs_qm_reset_dqcounts_all()
955 firstid += mp->m_quotainfo->qi_dqperchunk; in xfs_qm_reset_dqcounts_all()
977 xfs_dqid_t firstid; in xfs_qm_reset_dqcounts_buf() local
1021 firstid = (xfs_dqid_t) map[i].br_startoff * in xfs_qm_reset_dqcounts_buf()
1042 error = xfs_qm_reset_dqcounts_all(mp, firstid, in xfs_qm_reset_dqcounts_buf()
/linux-6.1.9/drivers/media/common/siano/
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()