Home
last modified time | relevance | path

Searched refs:q_fileoffset (Results 1 – 4 of 4) sorted by relevance

/linux/fs/xfs/
H A Dxfs_dquot.h71 xfs_fileoff_t q_fileoffset; member
H A Dxfs_dquot.c350 error = xfs_bmapi_write(tp, quotip, dqp->q_fileoffset, in xfs_dquot_disk_alloc()
451 error = xfs_bmapi_read(quotip, dqp->q_fileoffset, in xfs_dquot_disk_read()
505 dqp->q_fileoffset = (xfs_fileoff_t)id / mp->m_quotainfo->qi_dqperchunk; in xfs_dquot_alloc()
/linux/fs/xfs/scrub/
H A Dquota_repair.c74 error = xfs_bmapi_write(sc->tp, sc->ip, dq->q_fileoffset, in xrep_quota_item_fill_bmap_hole()
123 dq->q_fileoffset = offset; in xrep_quota_item_bmap()
H A Dquota.c97 if (dq->q_fileoffset != offset) { in xchk_quota_item_bmap()