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

/linux-master/fs/xfs/
H A Dxfs_dquot.h71 xfs_fileoff_t q_fileoffset; member in struct:xfs_dquot
H A Dxfs_dquot.c353 error = xfs_bmapi_write(tp, quotip, dqp->q_fileoffset,
455 error = xfs_bmapi_read(quotip, dqp->q_fileoffset,
509 dqp->q_fileoffset = (xfs_fileoff_t)id / mp->m_quotainfo->qi_dqperchunk;
/linux-master/fs/xfs/scrub/
H A Dquota_repair.c75 error = xfs_bmapi_write(sc->tp, sc->ip, dq->q_fileoffset,
126 dq->q_fileoffset = offset;
H A Dquota.c97 if (dq->q_fileoffset != offset) {

Completed in 264 milliseconds